Commit 443b0f80 authored by Ingvar Hagelund's avatar Ingvar Hagelund

* Sun Nov 02 2008 Ingvar Hagelund <ingvar@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



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3358 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 78a22fca
Summary: Varnish is a high-performance HTTP accelerator Summary: Varnish is a high-performance HTTP accelerator
Name: varnish Name: varnish
Version: 2.0.1 Version: 2.0.1
Release: 1%{?dist} Release: 2%{?dist}
License: BSD License: BSD
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.varnish-cache.org/ URL: http://www.varnish-cache.org/
...@@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ...@@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# configure script. Release tarballs would not need this # configure script. Release tarballs would not need this
#BuildRequires: automake autoconf libtool #BuildRequires: automake autoconf libtool
BuildRequires: ncurses-devel libxslt groff BuildRequires: ncurses-devel libxslt groff
Requires: kernel >= 2.6.0 varnish-libs = %{version}-%{release} Requires: varnish-libs = %{version}-%{release}
Requires: logrotate Requires: logrotate
Requires: ncurses Requires: ncurses
Requires(pre): shadow-utils Requires(pre): shadow-utils
...@@ -44,7 +44,7 @@ Varnish is a high-performance HTTP accelerator. ...@@ -44,7 +44,7 @@ Varnish is a high-performance HTTP accelerator.
Summary: Development files for %{name}-libs Summary: Development files for %{name}-libs
Group: System Environment/Libraries Group: System Environment/Libraries
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
Requires: kernel >= 2.6.0 varnish-libs = %{version}-%{release} Requires: varnish-libs = %{version}-%{release}
%description libs-devel %description libs-devel
Development files for %{name}-libs Development files for %{name}-libs
...@@ -54,7 +54,7 @@ Varnish is a high-performance HTTP accelerator ...@@ -54,7 +54,7 @@ Varnish is a high-performance HTTP accelerator
#Summary: Files for static linking of %{name} library functions #Summary: Files for static linking of %{name} library functions
#Group: System Environment/Libraries #Group: System Environment/Libraries
#BuildRequires: ncurses-devel #BuildRequires: ncurses-devel
#Requires: kernel >= 2.6.0 varnish-libs-devel = %{version}-%{release} #Requires: varnish-libs-devel = %{version}-%{release}
# #
#%description libs-static #%description libs-static
#Files for static linking of varnish library functions #Files for static linking of varnish library functions
...@@ -230,6 +230,10 @@ fi ...@@ -230,6 +230,10 @@ fi
%postun libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig
%changelog %changelog
* Sun Nov 02 2008 Ingvar Hagelund <ingvar@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@linpro.no> - 2.0.1-1 * Fri Oct 17 2008 Ingvar Hagelund <ingvar@linpro.no> - 2.0.1-1
- 2.0.1 released, a bugfix release. New upstream sources - 2.0.1 released, a bugfix release. New upstream sources
- Package now also available in EPEL - Package now also available in EPEL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment