Remove runtime requirement on the kernel

https://lists.fedoraproject.org/pipermail/devel/2014-March/196565.html
This commit is contained in:
Mathieu Bridon 2014-03-11 15:51:28 +08:00
parent ee4829b4af
commit d021479cff

View File

@ -1,6 +1,6 @@
Name: ipset
Version: 6.21.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Manage Linux IP sets
License: GPLv2
@ -15,9 +15,6 @@ BuildRequires: libmnl-devel
# explicitly update only one of the two (e.g 'yum update ipset')
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
# This is developed hand in hand with a kernel module
Requires: kernel
%description
IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel, which can be
administered by the ipset utility. Depending on the type, currently an IP set
@ -149,8 +146,9 @@ fi
%changelog
* Mon Mar 10 2014 Mathieu Bridon <bochecha@fedoraproject.org> - 6.21.1-1
- New upstream release.
* Tue Mar 11 2014 Mathieu Bridon <bochecha@fedoraproject.org> - 6.21.1-2
- Remove runtime requirement on the kernel.
https://lists.fedoraproject.org/pipermail/devel/2014-March/196565.html
* Tue Oct 29 2013 Mathieu Bridon <bochecha@fedoraproject.org> - 6.20.1-1
- New upstream release.