[libnfnetlink: 1/3] Add post-1.0.0 rollup

Paul Komkoff stingray at fedoraproject.org
Sun Nov 27 21:53:38 UTC 2011


commit b52446cb15e60a81ffccf2a16ee135df4a7b0704
Author: Paul P. Komkoff <i at stingr.net>
Date:   Mon Nov 28 01:28:59 2011 +0400

    Add post-1.0.0 rollup

 libnfnetlink.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libnfnetlink.spec b/libnfnetlink.spec
index 80fe2e7..23fecc9 100644
--- a/libnfnetlink.spec
+++ b/libnfnetlink.spec
@@ -1,13 +1,14 @@
 Name:           libnfnetlink
 Version:        1.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Netfilter netlink userspace library
 Group:          System Environment/Libraries
-License:        GPLv2
+License:        GPLv2+
 URL:            http://netfilter.org
 Source0:        http://netfilter.org/projects/libnfnetlink/files/%{name}-%{version}.tar.bz2
 Source1:	http://www.gnu.org/licenses/gpl.txt
 Patch0:		libnfnetlink-sysheader.patch
+Patch1:         libnfnetlink-rollup.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:	kernel-headers
 BuildRequires:  automake autoconf libtool pkgconfig
@@ -34,6 +35,7 @@ and libnfnetlink_queue.
 %setup -q
 cp %{SOURCE1} LICENSE
 %patch0 -p1
+%patch1 -p1
 
 autoreconf -i --force
 


More information about the scm-commits mailing list