diff --git a/ebtables-v2.0.10-2.tar.xz b/ebtables-v2.0.10-2.tar.xz deleted file mode 100644 index ddf1430..0000000 --- a/ebtables-v2.0.10-2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa9efc30da36066b3932a2ac7b268a198df49ca356f82e5dd14612544cfa5521 -size 84508 diff --git a/ebtables-v2.0.10-3.tar.xz b/ebtables-v2.0.10-3.tar.xz new file mode 100644 index 0000000..afca635 --- /dev/null +++ b/ebtables-v2.0.10-3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b786015c1ba6d9f74b2ad8f3587395e8eedc9504cda22956e8dba074c02d8a +size 84532 diff --git a/ebtables.changes b/ebtables.changes index 81962c3..41e6d52 100644 --- a/ebtables.changes +++ b/ebtables.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 4 16:27:22 UTC 2011 - jengelh@medozas.de + +- Update to new upstream release 2.0.10.3 +* fix a counter setting bug + ------------------------------------------------------------------- Thu Aug 11 23:23:35 UTC 2011 - jengelh@medozas.de diff --git a/ebtables.spec b/ebtables.spec index ca99c34..ffb09f0 100644 --- a/ebtables.spec +++ b/ebtables.spec @@ -18,13 +18,13 @@ Name: ebtables -Version: 2.0.10.2 +Version: 2.0.10.3 Release: 1 -License: GPLv2 +License: GPL-2.0+ Summary: Ethernet Bridge Tables -Url: http://ebtables.sf.net/ +URL: http://ebtables.sf.net/ Group: Productivity/Networking/Security -Source: %name-v2.0.10-2.tar.xz +Source: %name-v2.0.10-3.tar.xz Patch0: %name-v2.0.8-makefile.diff Patch1: %name-v2.0.8-initscript.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -42,10 +42,10 @@ iptables. There are no incompatibility issues. %prep %if 0%{?__xz:1} -%setup -q -n %name-v2.0.10-2 +%setup -q -n %name-v2.0.10-3 %else tar -xf "%{S:0}" --use=xz; -%setup -DTqn %name-v2.0.10-2 +%setup -DTqn %name-v2.0.10-3 %endif %patch0 %patch1