Accepting request 251744 from security:netfilter
- Drop gpg-offline build-time requirement OBS-URL: https://build.opensuse.org/request/show/251744 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfacct?expand=0&rev=9
This commit is contained in:
commit
6f79086c53
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 16:10:44 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Drop gpg-offline build-time requirement; this is now handled by
|
||||||
|
the local source validator
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 14:00:43 UTC 2013 - jengelh@inai.de
|
Mon Mar 4 14:00:43 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
14
nfacct.spec
14
nfacct.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nfacct
|
# spec file for package nfacct
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,6 @@ License: GPL-2.0+
|
|||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Url: http://netfilter.org/
|
Url: http://netfilter.org/
|
||||||
|
|
||||||
#Freecode-URL: http://freecode.com/projects/nfacct/
|
|
||||||
#Git-Web: http://git.netfilter.org/
|
#Git-Web: http://git.netfilter.org/
|
||||||
#Git-Clone: git://git.netfilter.org/nfacct
|
#Git-Clone: git://git.netfilter.org/nfacct
|
||||||
#DL-URL: http://netfilter.org/projects/nfacct/files/
|
#DL-URL: http://netfilter.org/projects/nfacct/files/
|
||||||
@ -34,25 +33,14 @@ Source3: %name.keyring
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf, automake >= 1.6, libtool
|
#git#BuildRequires: autoconf, automake >= 1.6, libtool
|
||||||
BuildRequires: pkgconfig >= 0.21
|
BuildRequires: pkgconfig >= 0.21
|
||||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
|
||||||
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(libnetfilter_acct) >= 1.0.2
|
BuildRequires: pkgconfig(libnetfilter_acct) >= 1.0.2
|
||||||
%else
|
|
||||||
BuildRequires: libmnl-devel >= 1.0.0
|
|
||||||
BuildRequires: libnetfilter_acct-devel >= 1.0.2
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version} >= 1230
|
|
||||||
BuildRequires: gpg-offline
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This utility allows you to manipulate the extended accounting
|
This utility allows you to manipulate the extended accounting
|
||||||
infrastructure.
|
infrastructure.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?gpg_verify:1}
|
|
||||||
%gpg_verify %{S:2}
|
|
||||||
%endif
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user