[libseccomp] Removed the kernel dependency (RHBZ #1065572)

pcmoore pcmoore at fedoraproject.org
Mon Feb 17 20:20:17 UTC 2014


commit c7faad3140396dd224e24df026d57e0f08112f8d
Author: Paul Moore <pmoore at redhat.com>
Date:   Mon Feb 17 15:18:11 2014 -0500

    Removed the kernel dependency (RHBZ #1065572)

 libseccomp.spec |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/libseccomp.spec b/libseccomp.spec
index 8674285..9b45250 100644
--- a/libseccomp.spec
+++ b/libseccomp.spec
@@ -1,19 +1,13 @@
 Summary: Enhanced seccomp library
 Name: libseccomp
 Version: 2.1.1
-Release: 0%{?dist}
+Release: 1%{?dist}
 ExclusiveArch: %{ix86} x86_64 %{arm}
 License: LGPLv2
 Group: System Environment/Libraries
 Source: http://downloads.sf.net/project/libseccomp/%{name}-%{version}.tar.gz
 URL: http://libseccomp.sourceforge.net
 BuildRequires: valgrind
-%ifarch %{ix86} x86_64
-Requires: kernel >= 3.5
-%endif
-%ifarch %{arm}
-Requires: kernel >= 3.8
-%endif
 
 %description
 The libseccomp library provides an easy to use interface to the Linux Kernel's
@@ -70,6 +64,8 @@ make check
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 17 2014 Paul Moore <pmoore at redhat.com> - 2.1.1-1
+- Removed the kernel dependency (RHBZ #1065572)
 * Thu Oct 31 2013 Paul Moore <pmoore at redhat.com> - 2.1.1-0
 - New upstream version
 - Added a %check procedure for self-test during build


More information about the scm-commits mailing list