Upload new git snapshot with license fixed

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nfacct?expand=0&rev=4
This commit is contained in:
Jan Engelhardt 2012-03-14 11:18:57 +00:00 committed by Git OBS Bridge
parent 449214b2ed
commit 4ebf2c68ee
3 changed files with 9 additions and 10 deletions

View File

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

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

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

View File

@ -14,16 +14,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: nfacct
License: AGPL-2.0+
Group: Productivity/Networking/Security
Version: 0.0.0
Version: 1.0.0
Release: 0
Summary: Netfilter Extended Accounting utility
License: GPL-2.0+
Group: Productivity/Networking/Security
#Git-Web: http://git.netfilter.org/
#Git-Clone: git://git.netfilter.org/
#Git-Clone: git://git.netfilter.org/nfacct
Source: %name-%version.tar.xz
URL: http://netfilter.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -37,10 +36,10 @@ infrastructure.
%prep
%if 0%{?__xz:1}
%setup -q
%setup -qn %name
%else
tar -xf "%{S:0}" --use=xz;
%setup -DTq
%setup -DTqn %name
%endif
%build