Accepting request 157936 from security:netfilter
- Update to new upstream release 1.0.1 OBS-URL: https://build.opensuse.org/request/show/157936 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfacct?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb7e64c3ee4f1e4b5d508e933dc9dc2f91e14ea3ee5f1926aad76c114d1d2014
|
||||
size 255640
|
Binary file not shown.
3
nfacct-1.0.1.tar.bz2
Normal file
3
nfacct-1.0.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81ef261616f313372a957431d17c5a0334984f06ceea190cf390479bf043e7c4
|
||||
size 257013
|
BIN
nfacct-1.0.1.tar.bz2.sig
Normal file
BIN
nfacct-1.0.1.tar.bz2.sig
Normal file
Binary file not shown.
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 14:00:43 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.0.1
|
||||
* fix parsing of command line arguments when both the "xml" and
|
||||
"reset" options are used
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 28 20:48:08 CET 2012 - sbrabec@suse.cz
|
||||
|
||||
|
10
nfacct.spec
10
nfacct.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nfacct
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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
|
||||
@@ -17,15 +17,17 @@
|
||||
|
||||
|
||||
Name: nfacct
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: Netfilter Extended Accounting utility
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Security
|
||||
Url: http://netfilter.org/
|
||||
|
||||
#Freecode-URL: http://freecode.com/projects/nfacct/
|
||||
#Git-Web: http://git.netfilter.org/
|
||||
#Git-Clone: git://git.netfilter.org/nfacct
|
||||
#DL-URL: http://netfilter.org/projects/nfacct/files/
|
||||
Source: http://netfilter.org/projects/nfacct/files/%name-%version.tar.bz2
|
||||
Source2: http://netfilter.org/projects/nfacct/files/%name-%version.tar.bz2.sig
|
||||
Source3: %name.keyring
|
||||
@@ -34,10 +36,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkgconfig >= 0.21
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libnetfilter_acct) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libnetfilter_acct) >= 1.0.2
|
||||
%else
|
||||
BuildRequires: libmnl-devel >= 1.0.0
|
||||
BuildRequires: libnetfilter_acct-devel >= 1.0.0
|
||||
BuildRequires: libnetfilter_acct-devel >= 1.0.2
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1230
|
||||
BuildRequires: gpg-offline
|
||||
|
Reference in New Issue
Block a user