nfacct 1.0.0
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nfacct?expand=0&rev=6
This commit is contained in:
parent
cb7d8e4c64
commit
e1030ca9c5
3
nfacct-1.0.0.tar.bz2
Normal file
3
nfacct-1.0.0.tar.bz2
Normal 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
BIN
nfacct-1.0.0.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2a0b8d7b0249857d9ed540f301894882173aefc0ae89c498835b9de93ef9997
|
|
||||||
size 10980
|
|
@ -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
|
Sun Jan 1 00:19:55 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
24
nfacct.spec
24
nfacct.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nfacct
|
# 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
|
# 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
|
||||||
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: nfacct
|
Name: nfacct
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -23,12 +25,16 @@ Group: Productivity/Networking/Security
|
|||||||
|
|
||||||
#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
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.bz2
|
||||||
URL: http://netfilter.org/
|
Source2: %name-%version.tar.bz2.sig
|
||||||
|
Url: http://netfilter.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf, automake >= 1.6, libtool, pkgconfig >= 0.23
|
BuildRequires: autoconf
|
||||||
BuildRequires: pkgconfig(libmnl) >= 1, pkgconfig(libnetfilter_acct) >= 1.0.0
|
BuildRequires: automake >= 1.6
|
||||||
BuildRequires: xz
|
BuildRequires: libtool
|
||||||
|
BuildRequires: pkgconfig >= 0.21
|
||||||
|
BuildRequires: pkgconfig(libmnl) >= 1
|
||||||
|
BuildRequires: pkgconfig(libnetfilter_acct) >= 1.0.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This utility allows you to manipulate the extended accounting
|
This utility allows you to manipulate the extended accounting
|
||||||
@ -36,10 +42,10 @@ infrastructure.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?__xz:1}
|
%if 0%{?__xz:1}
|
||||||
%setup -qn %name
|
%setup -q
|
||||||
%else
|
%else
|
||||||
tar -xf "%{S:0}" --use=xz;
|
tar -xf "%{S:0}" --use=bzip2;
|
||||||
%setup -DTqn %name
|
%setup -DTq
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user