[httpd-itk/el6] Fix httpd requirement version for el6 bz#806660

Pavel Alexeev hubbitus at fedoraproject.org
Sat Apr 7 11:43:13 UTC 2012


commit cb9574ce5d80ae105e1ff69aeab09aa3be845b0a
Author: Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info>
Date:   Sat Apr 7 15:43:13 2012 +0400

    Fix httpd requirement version for el6 bz#806660

 httpd-itk.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/httpd-itk.spec b/httpd-itk.spec
index adcf0e8..7fe967f 100644
--- a/httpd-itk.spec
+++ b/httpd-itk.spec
@@ -5,7 +5,7 @@
 Summary:		MPM Itk for Apache HTTP Server
 Name:		httpd-itk
 Version:		2.2.22
-Release:		5%{?dist}
+Release:		6%{?dist}
 URL:			http://mpm-itk.sesse.net/
 License:		ASL 2.0
 Group:		System Environment/Daemons
@@ -43,9 +43,9 @@ BuildRequires:	apr-devel >= 1.3.0, apr-util-devel >= 1.3.0, pcre-devel >= 5.0
 Requires:		initscripts >= 8.36, /etc/mime.types, system-logos >= 7.92.1-1
 Provides:		webserver
 Conflicts:	pcre < 4.0
-# There no required strict equal httpd version, just not older, because from it
-# used only environment, but package provide fully independent binary file.
-Requires:		httpd >= %{version}
+# There no required strict equal httpd version just we need it not to be too old,
+# so major version match should be enough
+Requires:		httpd >= 2.2
 
 %description
 The Apache HTTP Server is a powerful, efficient, and extensible web server.
@@ -134,6 +134,9 @@ rm -rf %{buildroot}
 %{_sbindir}/httpd.itk
 
 %changelog
+* Mon Mar 26 2012 Pavel Alexeev <Pahan at Hubbitus.info> - 2.2.22-6
+- Fix httpd requirement version for el6 bz#806660
+
 * Thu Mar 8 2012 Pavel Alexeev <Pahan at Hubbitus.info> - 2.2.22-5
 - Up apr and upr-utils required BR to 1.3 (http://centos.org/modules/newbb/print.php?form=1&topic_id=35915&forum=37&order=ASC&start=0).
 	Do not build for El5 untill this requirement will be met.


More information about the scm-commits mailing list