Accepting request 96811 from security:netfilter

- Update to new upstream release 2.0.10.4
* previous counter bug was still present and has been addressed now

OBS-URL: https://build.opensuse.org/request/show/96811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ebtables?expand=0&rev=25
This commit is contained in:
Stephan Kulow 2011-12-21 08:59:58 +00:00 committed by Git OBS Bridge
commit 54bc1bad32
4 changed files with 13 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 15 21:44:32 UTC 2011 - jengelh@medozas.de
- Update to new upstream release 2.0.10.4
* previous counter bug was still present and has been addressed now
-------------------------------------------------------------------
Sun Dec 4 16:27:22 UTC 2011 - jengelh@medozas.de

View File

@ -18,13 +18,13 @@
Name: ebtables
Version: 2.0.10.3
Version: 2.0.10.4
Release: 1
License: GPL-2.0+
Summary: Ethernet Bridge Tables
URL: http://ebtables.sf.net/
Group: Productivity/Networking/Security
Source: %name-v2.0.10-3.tar.xz
Source: %name-v2.0.10-4.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-3
%setup -q -n %name-v2.0.10-4
%else
tar -xf "%{S:0}" --use=xz;
%setup -DTqn %name-v2.0.10-3
%setup -DTqn %name-v2.0.10-4
%endif
%patch0
%patch1