diff --git a/libnetfilter_acct.changes b/libnetfilter_acct.changes index 8122d34..caf25d5 100644 --- a/libnetfilter_acct.changes +++ b/libnetfilter_acct.changes @@ -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 + ------------------------------------------------------------------- Mon Mar 4 13:52:21 UTC 2013 - jengelh@inai.de diff --git a/libnetfilter_acct.spec b/libnetfilter_acct.spec index dacc03a..358c814 100644 --- a/libnetfilter_acct.spec +++ b/libnetfilter_acct.spec @@ -1,7 +1,7 @@ # # spec file for package libnetfilter_acct # -# 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 @@ License: LGPL-2.1+ Group: Productivity/Networking/Security Url: http://netfilter.org/projects/libnetfilter_acct/ -#Freecode-URL: http://freecode.com/projects/libnetfilter_acct/ #Git-Clone: git://git.netfilter.org/libnetfilter_acct #DL-URL: http://netfilter.org/projects/libnetfilter_acct/files/ Source: http://netfilter.org/projects/libnetfilter_acct/files/%name-%version.tar.bz2 @@ -35,14 +34,7 @@ Source4: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf, automake >= 1.6, libtool BuildRequires: pkgconfig >= 0.21 -%if 0%{?suse_version} >= 1210 || 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 @@ -66,7 +58,6 @@ This library provides the programming interface (API) to the Netfilter extended accounting infrastructure. %prep -%{?gpg_verify: %gpg_verify %{S:2}} %setup -q %build