summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2013-11-12 12:45:29 +0000
committerJoe Orton <jorton@redhat.com>2013-11-12 12:45:29 +0000
commit353758d2abf10a9b6babfe250216e745e87338ab (patch)
treec1dadd6f9eb70029d78fb12b706fe5641862ec03
parentb39251e58345fd5b45a8c559a58d04a66866126c (diff)
change mmnisa to drop "-" altogether
-rw-r--r--httpd.spec7
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@redhat.com> - 2.4.6-9
+- change mmnisa to drop "-" altogether
+
* Tue Nov 12 2013 Joe Orton <jorton@redhat.com> - 2.4.6-8
- drop ambiguous invalid "-" in RHS of httpd-mmn Provide, keeping old Provide
for transition