[httpd] drop explicit version requirement on initscripts

jorton jorton at fedoraproject.org
Fri Jul 6 18:41:13 UTC 2012


commit ca4a39653cde41a35989ebf893f44d76a0076f3a
Author: Joe Orton <jorton at redhat.com>
Date:   Fri Jul 6 19:41:10 2012 +0100

    drop explicit version requirement on initscripts

 httpd.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/httpd.spec b/httpd.spec
index d8d05e5..5f3ed70 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -8,7 +8,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.4.2
-Release: 20%{?dist}
+Release: 21%{?dist}
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
 Source1: index.html
@@ -70,8 +70,6 @@ Requires(pre): /usr/sbin/useradd
 Requires(preun): systemd-units
 Requires(postun): systemd-units
 Requires(post): systemd-units
-# For legacy-actions:
-Requires: initscripts >= 9.39
 
 %description
 The Apache HTTP Server is a powerful, efficient, and extensible
@@ -583,6 +581,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/rpm/macros.httpd
 
 %changelog
+* Fri Jul  6 2012 Joe Orton <jorton at redhat.com> - 2.4.2-21
+- drop explicit version requirement on initscripts
+
 * Thu Jul  5 2012 Joe Orton <jorton at redhat.com> - 2.4.2-20
 - mod_ext_filter: fix error_log warnings
 


More information about the scm-commits mailing list