Accepting request 251750 from security:netfilter

- Drop gpg-offline build-time requirement

OBS-URL: https://build.opensuse.org/request/show/251750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conntrack-tools?expand=0&rev=24
This commit is contained in:
Stephan Kulow 2014-09-26 08:51:57 +00:00 committed by Git OBS Bridge
commit 8293ec668d
2 changed files with 7 additions and 15 deletions

View File

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

View File

@ -1,7 +1,7 @@
#
# spec file for package conntrack-tools
#
# 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
@ -24,7 +24,6 @@ Summary: Userspace tools for interacting with the Connection Tracking Sys
License: GPL-2.0+
Group: Productivity/Networking/Security
#Freecode-URL: http://freecode.com/projects/conntrack-tools/
#Git-Clone: git://git.netfilter.org/conntrack-tools
#DL-URL: http://netfilter.org/projects/conntrack-tools/files/
Source: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2
@ -35,24 +34,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison
BuildRequires: flex >= 2.5.33
BuildRequires: pkgconfig >= 0.21
%if 0%{?suse_version} >= 1140
BuildRequires: pkgconfig(libmnl) >= 1.0.0
BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.4
BuildRequires: pkgconfig(libnetfilter_cthelper) >= 1.0.0
BuildRequires: pkgconfig(libnetfilter_cttimeout) >= 1.0.0
BuildRequires: pkgconfig(libnetfilter_queue) >= 1.0.2
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.1
%else
BuildRequires: libmnl-devel >= 1.0.0
BuildRequires: libnetfilter_conntrack-devel >= 1.0.4
BuildRequires: libnetfilter_cthelper-devel >= 1.0.0
BuildRequires: libnetfilter_cttimeout-devel >= 1.0.0
BuildRequires: libnetfilter_queue-devel >= 1.0.2
BuildRequires: libnfnetlink-devel >= 1.0.1
%endif
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
%description
The conntrack-tools are a set of tools targeted at system
@ -66,7 +53,6 @@ enable highly available scenarios, and can be used as statistics
collector as well.
%prep
%{?gpg_verify: %gpg_verify %{S:2}}
%setup -q
%build