diff --git a/httpd.spec b/httpd.spec index 4b4b8dd..57a581b 100644 --- a/httpd.spec +++ b/httpd.spec @@ -3,7 +3,7 @@ %define suexec_caller apache %define mmn 20120211 %define oldmmnisa %{mmn}-%{__isa_name}-%{__isa_bits} -%define mmnisa %{mmn}-%{__isa_name}%{__isa_bits} +%define mmnisa %{mmn}%{__isa_name}%{__isa_bits} %define vstring Fedora # Drop automatic provides for module DSOs @@ -15,7 +15,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.6 -Release: 8%{?dist} +Release: 9%{?dist} URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: index.html @@ -624,6 +624,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/rpm/macros.httpd %changelog +* Tue Nov 12 2013 Joe Orton - 2.4.6-9 +- change mmnisa to drop "-" altogether + * Tue Nov 12 2013 Joe Orton - 2.4.6-8 - drop ambiguous invalid "-" in RHS of httpd-mmn Provide, keeping old Provide for transition