Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Remove unneeded oldmmnisa macro
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwgeorge committed Jan 30, 2017
1 parent 31b9ff0 commit c64f5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPECS/httpd24u.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
%define docroot /var/www
%define suexec_caller apache
%define mmn 20120211
%define oldmmnisa %{mmn}-%{__isa_name}-%{__isa_bits}
%define mmnisa %{mmn}%{__isa_name}%{__isa_bits}

%if 0%{?fedora}
Expand Down Expand Up @@ -122,7 +121,7 @@ Requires: /etc/mime.types, system-logos >= 7.92.1-1
Obsoletes: httpd-suexec
Provides: webserver
Provides: mod_dav = %{version}-%{release}, httpd-suexec = %{version}-%{release}
Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa}, httpd-mmn = %{oldmmnisa}
Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa}
Requires: %{name}-tools = %{version}-%{release}
Requires: %{name}-filesystem = %{version}-%{release}
Requires: nghttp2 >= 1.5.0
Expand Down Expand Up @@ -851,6 +850,7 @@ exit $rv
* Mon Jan 30 2017 Carl George <[email protected]> - 2.4.25-3.ius
- mod_watchdog: restrict thread lifetime (#1410883) (Fedora)
- Re-enable mod_proxy_hcheck
- Remove unneeded oldmmnisa macro

* Fri Jan 06 2017 Carl George <[email protected]> - 2.4.25-2.ius
- Disable mod_proxy_hcheck (rhbz#1410883)
Expand Down

0 comments on commit c64f5f8

Please sign in to comment.