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:
parent
9caff1a14a
commit
bd3d7b70ba
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user