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