diff --git a/nfacct-0.0.0.tar.xz b/nfacct-0.0.0.tar.xz deleted file mode 100644 index 94768c2..0000000 --- a/nfacct-0.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3352c3ec6e9016234c52ca1acdacfceda9a4ee947f613fd71640f444cfdd46b4 -size 10948 diff --git a/nfacct-1.0.0.tar.xz b/nfacct-1.0.0.tar.xz new file mode 100644 index 0000000..78561fe --- /dev/null +++ b/nfacct-1.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a0b8d7b0249857d9ed540f301894882173aefc0ae89c498835b9de93ef9997 +size 10980 diff --git a/nfacct.spec b/nfacct.spec index 5883b02..110d9a6 100644 --- a/nfacct.spec +++ b/nfacct.spec @@ -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