Accepting request 252275 from security:netfilter

- Drop gpg-offline

OBS-URL: https://build.opensuse.org/request/show/252275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnetfilter_log?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2014-09-26 08:52:27 +00:00 committed by Git OBS Bridge
commit 299331919f
2 changed files with 10 additions and 13 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Nov 28 20:37:20 CET 2012 - sbrabec@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package libnetfilter_log
#
# 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,6 +25,7 @@ License: GPL-2.0
Group: Productivity/Networking/Security
Url: http://netfilter.org/projects/libnetfilter_log/
#Git-Clone: git://git.netfilter.org/libnetfilter_log
Source: ftp://ftp.netfilter.org/pub/libnetfilter_log/%name-%version.tar.bz2
Source2: ftp://ftp.netfilter.org/pub/libnetfilter_log/%name-%version.tar.bz2.sig
Source3: baselibs.conf
@ -32,14 +33,7 @@ Source4: %name.keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#BuildRequires: autoconf, automake >= 1.6, libtool
BuildRequires: pkgconfig >= 0.21
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
BuildRequires: pkgconfig(libnfnetlink) >= 0.0.41
%else
BuildRequires: libnfnetlink-devel >= 0.0.41
%endif
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
%description
libnetfilter_log is a userspace library providing interface to
@ -58,10 +52,10 @@ part of a system that deprecates the old syslog/dmesg based packet
logging. This library has been previously known as libnfnetlink_log.
%package devel
Requires: %lname = %version
Requires: libnfnetlink-devel
Summary: Userspace library for accessing logged packets
Group: Development/Libraries/C and C++
Requires: %lname = %version
Requires: libnfnetlink-devel
%description devel
libnetfilter_log is a userspace library providing interface to
@ -70,9 +64,6 @@ part of a system that deprecates the old syslog/dmesg based packet
logging. This library has been previously known as libnfnetlink_log.
%prep
%if 0%{?gpg_verify:1}
%gpg_verify %{S:2}
%endif
%setup -q
%build