Relax the kernel requirement

There is no existing version of Fedora which doesn't
have a recent enough kernel version now, so let's not
bother with a check which will always be true.
This commit is contained in:
Mathieu Bridon 2012-07-30 13:25:52 +08:00
parent 9caff1a14a
commit bd3d7b70ba

View File

@ -10,7 +10,7 @@ Source0: http://ipset.netfilter.org/%{name}-%{version}.tar.bz2
BuildRequires: libmnl-devel
# This is developped hand in hand with a kernel module
Requires: kernel >= 3.1
Requires: kernel
%description
IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel, which can be
@ -37,7 +37,7 @@ This package contains the libraries which provide the IP sets funcionality.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} == %{version}-%{release}
Requires: kernel-devel >= 3.1
Requires: kernel-devel
%description devel
This package contains the files required to develop software using the %{name}