rpms/varnish/EL-5 varnish.spec,1.3,1.4

Ingvar Hagelund ingvar at fedoraproject.org
Sun Nov 2 21:31:50 UTC 2008


Author: ingvar

Update of /cvs/pkgs/rpms/varnish/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5580

Modified Files:
	varnish.spec 
Log Message:
  Removed the requirement for kernel => 2.6.0. All supported
  platforms meets this, and it generates strange errors in EPEL




Index: varnish.spec
===================================================================
RCS file: /cvs/pkgs/rpms/varnish/EL-5/varnish.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- varnish.spec	17 Oct 2008 21:47:17 -0000	1.3
+++ varnish.spec	2 Nov 2008 21:31:19 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: Varnish is a high-performance HTTP accelerator
 Name: varnish
 Version: 2.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/
@@ -11,7 +11,7 @@
 # configure script. Release tarballs would not need this
 #BuildRequires: automake autoconf libtool
 BuildRequires: ncurses-devel libxslt groff
-Requires: kernel >= 2.6.0 varnish-libs = %{version}-%{release}
+Requires: varnish-libs = %{version}-%{release}
 Requires: logrotate
 Requires: ncurses
 Requires(pre): shadow-utils
@@ -43,7 +43,7 @@
 Summary: Development files for %{name}-libs
 Group: System Environment/Libraries
 BuildRequires: ncurses-devel
-Requires: kernel >= 2.6.0 varnish-libs = %{version}-%{release}
+Requires: varnish-libs = %{version}-%{release}
 
 %description libs-devel
 Development files for %{name}-libs
@@ -53,7 +53,7 @@
 #Summary: Files for static linking of %{name} library functions
 #Group: System Environment/Libraries
 #BuildRequires: ncurses-devel
-#Requires: kernel >= 2.6.0 varnish-libs-devel = %{version}-%{release}
+#Requires: varnish-libs-devel = %{version}-%{release}
 #
 #%description libs-static
 #Files for static linking of varnish library functions
@@ -220,6 +220,10 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Sun Nov 02 2008 Ingvar Hagelund <ingvar at linpro.no> - 2.0.1-2
+- Removed the requirement for kernel => 2.6.0. All supported
+  platforms meets this, and it generates strange errors in EPEL
+
 * Fri Oct 17 2008 Ingvar Hagelund <ingvar at linpro.no> - 2.0.1-1
 - 2.0.1 released, a bugfix release. New upstream sources
 - Package now also available in EPEL




More information about the fedora-extras-commits mailing list