diff --git a/nfacct-1.0.0.tar.bz2 b/nfacct-1.0.0.tar.bz2 new file mode 100644 index 0000000..5a43253 --- /dev/null +++ b/nfacct-1.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7e64c3ee4f1e4b5d508e933dc9dc2f91e14ea3ee5f1926aad76c114d1d2014 +size 255640 diff --git a/nfacct-1.0.0.tar.bz2.sig b/nfacct-1.0.0.tar.bz2.sig new file mode 100644 index 0000000..5919d25 Binary files /dev/null and b/nfacct-1.0.0.tar.bz2.sig differ diff --git a/nfacct-1.0.0.tar.xz b/nfacct-1.0.0.tar.xz deleted file mode 100644 index 78561fe..0000000 --- a/nfacct-1.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2a0b8d7b0249857d9ed540f301894882173aefc0ae89c498835b9de93ef9997 -size 10980 diff --git a/nfacct.changes b/nfacct.changes index 3a7f317..3217b3f 100644 --- a/nfacct.changes +++ b/nfacct.changes @@ -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 diff --git a/nfacct.spec b/nfacct.spec index 110d9a6..62a7eea 100644 --- a/nfacct.spec +++ b/nfacct.spec @@ -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