change mmnisa to drop "-" altogether

This commit is contained in:
Joe Orton 2013-11-12 12:45:29 +00:00
parent b39251e583
commit 353758d2ab

View File

@ -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