Accepting request 111439 from security:netfilter

- Update to new upstream release 1.0.0
* add support for XML output

OBS-URL: https://build.opensuse.org/request/show/111439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfacct?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2012-03-30 12:19:53 +00:00 committed by Git OBS Bridge
commit 0bcb72c73c
5 changed files with 24 additions and 12 deletions

3
nfacct-1.0.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb7e64c3ee4f1e4b5d508e933dc9dc2f91e14ea3ee5f1926aad76c114d1d2014
size 255640

BIN
nfacct-1.0.0.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2a0b8d7b0249857d9ed540f301894882173aefc0ae89c498835b9de93ef9997
size 10980

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 27 14:11:18 UTC 2012 - jengelh@medozas.de
- Update to new upstream release 1.0.0
* add support for XML output
-------------------------------------------------------------------
Sun Jan 1 00:19:55 UTC 2012 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
#
# spec file for package nfacct
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: nfacct
Version: 1.0.0
Release: 0
@ -23,12 +25,16 @@ Group: Productivity/Networking/Security
#Git-Web: http://git.netfilter.org/
#Git-Clone: git://git.netfilter.org/nfacct
Source: %name-%version.tar.xz
URL: http://netfilter.org/
Source: %name-%version.tar.bz2
Source2: %name-%version.tar.bz2.sig
Url: http://netfilter.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf, automake >= 1.6, libtool, pkgconfig >= 0.23
BuildRequires: pkgconfig(libmnl) >= 1, pkgconfig(libnetfilter_acct) >= 1.0.0
BuildRequires: xz
BuildRequires: autoconf
BuildRequires: automake >= 1.6
BuildRequires: libtool
BuildRequires: pkgconfig >= 0.21
BuildRequires: pkgconfig(libmnl) >= 1
BuildRequires: pkgconfig(libnetfilter_acct) >= 1.0.0
%description
This utility allows you to manipulate the extended accounting
@ -36,10 +42,10 @@ infrastructure.
%prep
%if 0%{?__xz:1}
%setup -qn %name
%setup -q
%else
tar -xf "%{S:0}" --use=xz;
%setup -DTqn %name
tar -xf "%{S:0}" --use=bzip2;
%setup -DTq
%endif
%build