diff --git a/ebtables.spec b/ebtables.spec index 446e8af..d684d91 100644 --- a/ebtables.spec +++ b/ebtables.spec @@ -1,14 +1,14 @@ +%define prever rc1 + Name: ebtables -Version: 2.0.6 -Release: 7%{?dist} +Version: 2.0.8 +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}.tar.gz +Source0: http://dl.sf.net/ebtables/ebtables-v%{version}-%{prever}.tar.gz Source1: ebtables.sysv -Patch0: ebtables-2.0.6-gcc34.patch -Patch1: ebtables-2.0.6-gcc4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) PreReq: /sbin/chkconfig PreReq: /sbin/service @@ -25,9 +25,7 @@ The ebtables tool can be used together with the other Linux filtering tools, like iptables. There are no known incompatibility issues. %prep -%setup -n ebtables-v%{version} -%patch0 -p1 -%patch1 -p1 +%setup -q -n ebtables-v%{version}-%{prever} %build make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" @@ -55,7 +53,7 @@ if [ $1 -eq 0 ]; then fi %postun -if [ $1 -ge 1 ] +if [ $1 -ge 1 ]; then /sbin/service ebtables condrestart &> /dev/null || : fi @@ -71,6 +69,9 @@ fi %ghost %{_sysconfdir}/ebtables.broute %changelog +* Tue Jan 10 2006 Tom "spot" Callaway 2.0.8-0.1.rc1 +- bump to 2.0.8-rc1 + * Mon Jul 4 2005 Tom "spot" Callaway 2.0.6-7 - buildsystem error requires artificial release bump diff --git a/sources b/sources index 4772ab2..7098bed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4559af2366c764c6c42a3fdd40d60d3 ebtables-v2.0.6.tar.gz +e11a586a700e05309b624cf3329025b5 ebtables-v2.0.8-rc1.tar.gz