From 9b1e169f051dcfef70eaf265bc588cfd72ad81c8e87d67751e5b425232c0d885 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 21 Dec 2012 01:49:42 +0000 Subject: [PATCH 1/6] Add Freecode URL OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_cthelper?expand=0&rev=13 --- libnetfilter_cthelper.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libnetfilter_cthelper.spec b/libnetfilter_cthelper.spec index a054145..a515c67 100644 --- a/libnetfilter_cthelper.spec +++ b/libnetfilter_cthelper.spec @@ -25,6 +25,7 @@ Summary: Userspace library for the Netfilter Conntrack Helper extension License: GPL-2.0+ Group: Productivity/Networking/Security +#Freecode-URL: http://freecode.com/projects/libnetfilter_cthelper/ #Git-Clone: git://git.netfilter.org/libnetfilter_cthelper #DL-URL: http://netfilter.org/projects/libnetfilter_cthelper/files/ Source: http://netfilter.org/projects/libnetfilter_cthelper/files/%name-%version.tar.bz2 From e8853f417e078ce3e33638f06469aa2fc7dd06eecca5d451dd402518b697ab72 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Sep 2014 09:41:54 +0000 Subject: [PATCH 2/6] Freecode is gone OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_cthelper?expand=0&rev=14 --- libnetfilter_cthelper.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libnetfilter_cthelper.spec b/libnetfilter_cthelper.spec index a515c67..6c81cf8 100644 --- a/libnetfilter_cthelper.spec +++ b/libnetfilter_cthelper.spec @@ -1,7 +1,7 @@ # # spec file for package libnetfilter_cthelper # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,6 @@ Summary: Userspace library for the Netfilter Conntrack Helper extension License: GPL-2.0+ Group: Productivity/Networking/Security -#Freecode-URL: http://freecode.com/projects/libnetfilter_cthelper/ #Git-Clone: git://git.netfilter.org/libnetfilter_cthelper #DL-URL: http://netfilter.org/projects/libnetfilter_cthelper/files/ Source: http://netfilter.org/projects/libnetfilter_cthelper/files/%name-%version.tar.bz2 From 658f12d8b7104a57ad3b51ca843645dd77f1c9421aee323dbbba2cdf1fb6a1d6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Sep 2014 15:59:11 +0000 Subject: [PATCH 3/6] Use /usr/include/pkg; drop gpg-offline OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_cthelper?expand=0&rev=15 --- libnetfilter_cthelper.changes | 8 ++++++++ libnetfilter_cthelper.spec | 16 +++------------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/libnetfilter_cthelper.changes b/libnetfilter_cthelper.changes index c25c14c..11ef7dc 100644 --- a/libnetfilter_cthelper.changes +++ b/libnetfilter_cthelper.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 23 15:43:40 UTC 2014 - jengelh@inai.de + +- Drop gpg-offline build-time requirement; this is now handled by + the local source validator +- Move include files to /usr/include/pkg, like done in many other + packages + ------------------------------------------------------------------- Wed Nov 28 20:23:02 CET 2012 - sbrabec@suse.cz diff --git a/libnetfilter_cthelper.spec b/libnetfilter_cthelper.spec index 6c81cf8..a3cd268 100644 --- a/libnetfilter_cthelper.spec +++ b/libnetfilter_cthelper.spec @@ -36,14 +36,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build #BuildRequires: automake >= 1.6 #BuildRequires: libtool >= 2 BuildRequires: pkgconfig >= 0.21 -%if 0%{?suse_version} >= 1140 || 0%{?fedora_version} BuildRequires: pkgconfig(libmnl) >= 1.0.0 -%else -BuildRequires: libmnl-devel >= 1.0.0 -%endif -%if 0%{?suse_version} >= 1230 -BuildRequires: gpg-offline -%endif %description This library provides the programming interface (API) to the @@ -58,25 +51,22 @@ This library provides the programming interface (API) to the Netfilter userspace helper infrastructure. %package devel -Requires: %lname = %version Summary: Userspace library for the Netfilter Conntrack Helper extension Group: Development/Libraries/C and C++ +Requires: %lname = %version %description devel This library provides the programming interface (API) to the Netfilter userspace helper infrastructure. %prep -%if 0%{?gpg_verify:1} -%gpg_verify %{S:2} -%endif %setup -q %build if [ ! -e configure ]; then autoreconf -fi; fi; -%configure --disable-static --includedir=%_includedir/%name-%version +%configure --disable-static --includedir="%_includedir/pkg/%name-%version" make %{?_smp_mflags} %install @@ -93,7 +83,7 @@ rm -f "%buildroot/%_libdir"/*.la; %files devel %defattr(-,root,root) -%_includedir/%name-%version +%_includedir/pkg/ %_libdir/libnetfilter_cthelper.so %_libdir/pkgconfig/libnetfilter_cthelper.pc From 4a80e873a0a207775a2fa3983a3d1b158f403bd2fb9c612e56a42af23817529e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 25 Sep 2014 09:32:46 +0000 Subject: [PATCH 4/6] OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_cthelper?expand=0&rev=16 --- libnetfilter_cthelper.changes | 2 -- libnetfilter_cthelper.spec | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/libnetfilter_cthelper.changes b/libnetfilter_cthelper.changes index 11ef7dc..79519e8 100644 --- a/libnetfilter_cthelper.changes +++ b/libnetfilter_cthelper.changes @@ -3,8 +3,6 @@ Tue Sep 23 15:43:40 UTC 2014 - jengelh@inai.de - Drop gpg-offline build-time requirement; this is now handled by the local source validator -- Move include files to /usr/include/pkg, like done in many other - packages ------------------------------------------------------------------- Wed Nov 28 20:23:02 CET 2012 - sbrabec@suse.cz diff --git a/libnetfilter_cthelper.spec b/libnetfilter_cthelper.spec index a3cd268..4970c30 100644 --- a/libnetfilter_cthelper.spec +++ b/libnetfilter_cthelper.spec @@ -66,7 +66,7 @@ Netfilter userspace helper infrastructure. if [ ! -e configure ]; then autoreconf -fi; fi; -%configure --disable-static --includedir="%_includedir/pkg/%name-%version" +%configure --disable-static --includedir=%_includedir/%name-%version make %{?_smp_mflags} %install From b0813ee50682a2c3251f15d5c0bd5db4840770477d1ae554916b6145d0656403 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 25 Sep 2014 09:34:27 +0000 Subject: [PATCH 5/6] OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_cthelper?expand=0&rev=17 --- libnetfilter_cthelper.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetfilter_cthelper.spec b/libnetfilter_cthelper.spec index 4970c30..789f353 100644 --- a/libnetfilter_cthelper.spec +++ b/libnetfilter_cthelper.spec @@ -83,7 +83,7 @@ rm -f "%buildroot/%_libdir"/*.la; %files devel %defattr(-,root,root) -%_includedir/pkg/ +%_includedir/%name-%version/ %_libdir/libnetfilter_cthelper.so %_libdir/pkgconfig/libnetfilter_cthelper.pc From d0cd95a222ea09fd05e56e3253666ce861d224b38efe9c3d344f6b14cc9e66e3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 25 Sep 2014 10:26:38 +0000 Subject: [PATCH 6/6] OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_cthelper?expand=0&rev=18 --- libnetfilter_cthelper.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetfilter_cthelper.spec b/libnetfilter_cthelper.spec index 789f353..45267da 100644 --- a/libnetfilter_cthelper.spec +++ b/libnetfilter_cthelper.spec @@ -83,7 +83,7 @@ rm -f "%buildroot/%_libdir"/*.la; %files devel %defattr(-,root,root) -%_includedir/%name-%version/ +%_includedir/%name-%version %_libdir/libnetfilter_cthelper.so %_libdir/pkgconfig/libnetfilter_cthelper.pc