summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kaluza <jkaluza@redhat.com>2014-02-27 12:03:34 +0100
committerJan Kaluza <jkaluza@redhat.com>2014-02-27 12:03:34 +0100
commita035f96c4eb68314305edbdb4fe9a00a4f819a72 (patch)
tree158efd3d0cc38041694b73dfcbd26756401deeb0
parent567c7a9431ce7afd9f3cd1ce4a3a49367e2c2d1d (diff)
downloadhttpd-a035f96c4eb68314305edbdb4fe9a00a4f819a72.tar.gz
httpd-a035f96c4eb68314305edbdb4fe9a00a4f819a72.tar.xz
httpd-a035f96c4eb68314305edbdb4fe9a00a4f819a72.zip
remove provides of old MMN, because it contained double-dash (#1068851)
-rw-r--r--httpd.spec8
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@redhat.com> - 2.4.7-4
+- remove provides of old MMN, because it contained double-dash (#1068851)
+
* Thu Feb 20 2014 Jan Kaluza <jkaluza@redhat.com> - 2.4.7-3
- fix graceful restart using legacy actions