1
0
Jan Engelhardt 2012-10-08 23:52:11 +00:00 committed by Git OBS Bridge
parent c8bf5d9879
commit c7524a8957
6 changed files with 15 additions and 11 deletions

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 8 23:49:34 UTC 2012 - jengelh@inai.de
- Update to new upstream release 1.0.1
* This release adds the new flag NFACCT_SNPRINTF_T_XML for
nfacct_snprintf and several cleanups.
-------------------------------------------------------------------
Tue Mar 27 13:55:31 UTC 2012 - jengelh@medozas.de

View File

@ -18,15 +18,17 @@
Name: libnetfilter_acct
%define lname %{name}1
Version: 1.0.0
Version: 1.0.1
Release: 0
Summary: Userspace library for the in-kernel Netfilter counters
License: LGPL-2.1+
Group: Productivity/Networking/Security
Url: http://netfilter.org/projects/libnetfilter_acct/
Source: %name-%version.tar.bz2
Source2: %name-%version.tar.bz2.sig
#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
Source2: http://netfilter.org/projects/libnetfilter_acct/files/%name-%version.tar.bz2.sig
Source3: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf, automake >= 1.6, libtool
@ -69,12 +71,7 @@ This library provides the programming interface (API) to the
Netfilter extended accounting infrastructure.
%prep
%if 0%{?__xz:1}
%setup -q
%else
tar -xf "%{S:0}" --use=bzip2;
%setup -DTq
%endif
%build
if [ ! -e configure ]; then