From 02b0e907c204f122ef11e7af75e2ce8fad82f058 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 17 Jan 2007 20:55:54 +0000 Subject: [PATCH] i Bump to 2.0.8-rc3 (fixes the bugs i was patching for) --- .cvsignore | 4 +--- ebtables.spec | 11 +++++------ sources | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4001f5c..b9c1747 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1 @@ -ebtables-v2.0.6.tar.gz -ebtables-v2.0.8-rc1.tar.gz -ebtables-v2.0.8-rc2.tar.gz +ebtables-v2.0.8-rc3.tar.gz diff --git a/ebtables.spec b/ebtables.spec index d41efba..12f1901 100644 --- a/ebtables.spec +++ b/ebtables.spec @@ -1,16 +1,14 @@ -%define prever rc2 +%define prever rc3 Name: ebtables Version: 2.0.8 -Release: 0.7.%{prever}%{?dist} +Release: 0.1.%{prever}%{?dist} Summary: Ethernet Bridge frame table administration tool License: GPL Group: System Environment/Base URL: http://ebtables.sourceforge.net/ Source0: http://dl.sf.net/ebtables/ebtables-v%{version}-%{prever}.tar.gz Source1: ebtables.sysv -Patch0: ebtables-2.0.8-noconfigh.patch -Patch1: ebtables-v2.0.8-rc2-segfaultfix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) PreReq: /sbin/chkconfig PreReq: /sbin/service @@ -28,8 +26,6 @@ like iptables. There are no known incompatibility issues. %prep %setup -q -n ebtables-v%{version}-%{prever} -%patch0 -p1 -%patch1 -p1 %build MY_CFLAGS=`echo $RPM_OPT_FLAGS -fPIC | sed -e 's/-fstack-protector//g'` @@ -80,6 +76,9 @@ fi %ghost %{_sysconfdir}/ebtables.broute %changelog +* Wed Jan 17 2007 Tom "spot" Callaway 2.0.8-0.1.rc3 +- bump to rc3 + * Thu Oct 05 2006 Christian Iseli 2.0.8-0.7.rc2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 diff --git a/sources b/sources index 9347132..89a952d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f07111fcc1966be669278433c35dcc28 ebtables-v2.0.8-rc2.tar.gz +92f0dd5107b92a744e104f50f9b2dd2d ebtables-v2.0.8-rc3.tar.gz