[httpd] - fix requires (#667397)

jorton jorton at fedoraproject.org
Wed Jan 5 14:35:59 UTC 2011


commit 9bdb50ef479666a586aff621e4b829c0990e7f88
Author: Joe Orton <jorton at redhat.com>
Date:   Wed Jan 5 14:35:44 2011 +0000

    - fix requires (#667397)

 httpd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/httpd.spec b/httpd.spec
index 6fdbd5a..3eb1398 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -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 at redhat.com> - 2.2.17-5
+- fix requires (#667397)
+
 * Wed Jan  5 2011 Joe Orton <jorton at redhat.com> - 2.2.17-4
 - de-ghost /var/run/httpd
 


More information about the scm-commits mailing list