change mmnisa to drop "-" altogether
This commit is contained in:
parent
b39251e583
commit
353758d2ab
@ -3,7 +3,7 @@
|
|||||||
%define suexec_caller apache
|
%define suexec_caller apache
|
||||||
%define mmn 20120211
|
%define mmn 20120211
|
||||||
%define oldmmnisa %{mmn}-%{__isa_name}-%{__isa_bits}
|
%define oldmmnisa %{mmn}-%{__isa_name}-%{__isa_bits}
|
||||||
%define mmnisa %{mmn}-%{__isa_name}%{__isa_bits}
|
%define mmnisa %{mmn}%{__isa_name}%{__isa_bits}
|
||||||
%define vstring Fedora
|
%define vstring Fedora
|
||||||
|
|
||||||
# Drop automatic provides for module DSOs
|
# Drop automatic provides for module DSOs
|
||||||
@ -15,7 +15,7 @@
|
|||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.4.6
|
Version: 2.4.6
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
URL: http://httpd.apache.org/
|
URL: http://httpd.apache.org/
|
||||||
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
||||||
Source1: index.html
|
Source1: index.html
|
||||||
@ -624,6 +624,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sysconfdir}/rpm/macros.httpd
|
%{_sysconfdir}/rpm/macros.httpd
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- drop ambiguous invalid "-" in RHS of httpd-mmn Provide, keeping old Provide
|
||||||
for transition
|
for transition
|
||||||
|
Loading…
Reference in New Issue
Block a user