- fix requires (#667397)
This commit is contained in:
parent
ba94879eaf
commit
9bdb50ef47
@ -7,7 +7,7 @@
|
||||
Summary: Apache HTTP Server
|
||||
Name: httpd
|
||||
Version: 2.2.17
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
URL: http://httpd.apache.org/
|
||||
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
||||
Source1: index.html
|
||||
@ -50,7 +50,7 @@ Requires(post): chkconfig
|
||||
Provides: webserver
|
||||
Provides: mod_dav = %{version}-%{release}, httpd-suexec = %{version}-%{release}
|
||||
Provides: httpd-mmn = %{mmn}
|
||||
Requires: httpd-tools = %{version}-%{release}, apr-util-ldap, systemd-utils
|
||||
Requires: httpd-tools = %{version}-%{release}, apr-util-ldap, systemd-units
|
||||
|
||||
%description
|
||||
The Apache HTTP Server is a powerful, efficient, and extensible
|
||||
@ -486,6 +486,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/httpd/build/*.sh
|
||||
|
||||
%changelog
|
||||
* Wed Jan 5 2011 Joe Orton <jorton@redhat.com> - 2.2.17-5
|
||||
- fix requires (#667397)
|
||||
|
||||
* Wed Jan 5 2011 Joe Orton <jorton@redhat.com> - 2.2.17-4
|
||||
- de-ghost /var/run/httpd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user