[ipset] Remove runtime requirement on the kernel

Mathieu Bridon bochecha at fedoraproject.org
Tue Mar 11 07:51:46 UTC 2014


commit d021479cff3c85f60f54ce706d33f6051e0e0383
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Tue Mar 11 15:51:28 2014 +0800

    Remove runtime requirement on the kernel
    
    https://lists.fedoraproject.org/pipermail/devel/2014-March/196565.html

 ipset.spec |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/ipset.spec b/ipset.spec
index d50032e..855718d 100644
--- a/ipset.spec
+++ b/ipset.spec
@@ -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 at fedoraproject.org> - 6.21.1-1
-- New upstream release.
+* Tue Mar 11 2014 Mathieu Bridon <bochecha at 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 at fedoraproject.org> - 6.20.1-1
 - New upstream release.


More information about the scm-commits mailing list