Accepting request 95348 from security:netfilter

- Update to new upstream release 2.0.10.3
* fix a counter setting bug

OBS-URL: https://build.opensuse.org/request/show/95348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ebtables?expand=0&rev=24
This commit is contained in:
Stephan Kulow 2011-12-15 15:06:06 +00:00 committed by Git OBS Bridge
commit 81e33cf274
4 changed files with 15 additions and 9 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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