[httpd] change mmnisa to drop "-" altogether

jorton jorton at fedoraproject.org
Tue Nov 12 12:45:10 UTC 2013


commit 353758d2abf10a9b6babfe250216e745e87338ab
Author: Joe Orton <jorton at redhat.com>
Date:   Tue Nov 12 12:45:29 2013 +0000

    change mmnisa to drop "-" altogether

 httpd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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 <jorton at redhat.com> - 2.4.6-9
+- change mmnisa to drop "-" altogether
+
 * Tue Nov 12 2013 Joe Orton <jorton at redhat.com> - 2.4.6-8
 - drop ambiguous invalid "-" in RHS of httpd-mmn Provide, keeping old Provide
   for transition


More information about the scm-commits mailing list