Accepting request 252271 from security:netfilter

- Drop just gpg-offline

OBS-URL: https://build.opensuse.org/request/show/252271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnetfilter_conntrack?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2014-09-28 17:58:25 +00:00 committed by Git OBS Bridge
commit 36e256d8da
2 changed files with 7 additions and 11 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 23 15:45:35 UTC 2014 - jengelh@inai.de
- Drop gpg-offline build-time requirement; this is now handled by
the local source validator
-------------------------------------------------------------------
Wed Aug 7 13:09:48 UTC 2013 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libnetfilter_conntrack
#
# Copyright (c) 2013 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 in-kernel connection tracking state ta
License: GPL-2.0+
Group: Productivity/Networking/Security
#Freecode-URL: http://freecode.com/projects/libnetfilter_conntrack/
#Git-Clone: git://git.netfilter.org/libnetfilter_conntrack
#DL-URL: http://netfilter.org/projects/libnetfilter_conntrack/files/
Source: http://netfilter.org/projects/libnetfilter_conntrack/files/%name-%version.tar.bz2
@ -35,16 +34,8 @@ Source4: %name.keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf, automake >= 1.6, libtool
BuildRequires: pkgconfig >= 0.21
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
BuildRequires: pkgconfig(libmnl) >= 1.0.3
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0
%else
BuildRequires: libmnl-devel >= 1.0.3
BuildRequires: libnfnetlink-devel >= 1.0.0
%endif
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
%description
libnetfilter_conntrack is a userspace library providing a programming
@ -77,7 +68,6 @@ libnfnetlink_conntrack and libctnetlink. This library is currently
used by conntrack-tools among many other applications.
%prep
%{?gpg_verify: %gpg_verify %{S:2}}
%setup -q
%build