[httpd] remove provides of old MMN, because it contained double-dash (#1068851)

Jan Kaluža jkaluza at fedoraproject.org
Thu Feb 27 11:02:43 UTC 2014


commit a035f96c4eb68314305edbdb4fe9a00a4f819a72
Author: Jan Kaluza <jkaluza at redhat.com>
Date:   Thu Feb 27 12:03:34 2014 +0100

    remove provides of old MMN, because it contained double-dash (#1068851)

 httpd.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/httpd.spec b/httpd.spec
index bdeb3b6..7aa4785 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -2,7 +2,6 @@
 %define docroot /var/www
 %define suexec_caller apache
 %define mmn 20120211
-%define oldmmnisa %{mmn}-%{__isa_name}-%{__isa_bits}
 %define mmnisa %{mmn}%{__isa_name}%{__isa_bits}
 %define vstring Fedora
 
@@ -15,7 +14,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.4.7
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
 Source1: index.html
@@ -79,7 +78,7 @@ Requires: /etc/mime.types, system-logos-httpd
 Obsoletes: httpd-suexec
 Provides: webserver
 Provides: mod_dav = %{version}-%{release}, httpd-suexec = %{version}-%{release}
-Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa}, httpd-mmn = %{oldmmnisa}
+Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa}
 Requires: httpd-tools = %{version}-%{release}
 Requires(pre): /usr/sbin/useradd
 Requires(preun): systemd-units
@@ -621,6 +620,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/rpm/macros.httpd
 
 %changelog
+* Thu Feb 27 2014 Jan Kaluza <jkaluza at redhat.com> - 2.4.7-4
+- remove provides of old MMN, because it contained double-dash (#1068851)
+
 * Thu Feb 20 2014 Jan Kaluza <jkaluza at redhat.com> - 2.4.7-3
 - fix graceful restart using legacy actions
 


More information about the scm-commits mailing list