From 764b8233c6399d1a2381bd32f5b8cbf438f93fac Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 2 Jul 2007 20:41:49 +0000 Subject: [PATCH] 2.0.8 final --- ebtables.spec | 11 ++++++----- sources | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ebtables.spec b/ebtables.spec index 4bb4195..840fc42 100644 --- a/ebtables.spec +++ b/ebtables.spec @@ -1,13 +1,11 @@ -%define prever rc3 - Name: ebtables Version: 2.0.8 -Release: 0.8.%{prever}%{?dist} +Release: 1%{?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 +Source0: http://dl.sf.net/ebtables/ebtables-v%{version}-1.tar.gz Source1: ebtables.sysv BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) PreReq: /sbin/chkconfig @@ -25,7 +23,7 @@ The ebtables tool can be used together with the other Linux filtering tools, like iptables. There are no known incompatibility issues. %prep -%setup -q -n ebtables-v%{version}-%{prever} +%setup -q -n ebtables-v%{version}-1 %build MY_CFLAGS=`echo $RPM_OPT_FLAGS -fPIC | sed -e 's/-fstack-protector//g'` @@ -76,6 +74,9 @@ fi %ghost %{_sysconfdir}/ebtables.broute %changelog +* Mon Jul 2 2007 Tom "spot" Callaway 2.0.8-1 +- final 2.0.8 release + * Wed Jan 17 2007 Tom "spot" Callaway 2.0.8-0.8.rc3 - fix release order diff --git a/sources b/sources index 89a952d..0409da2 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 92f0dd5107b92a744e104f50f9b2dd2d ebtables-v2.0.8-rc3.tar.gz +216e5d20fbd0e56dbe7e56b0d07b1909 ebtables-v2.0.8-1.tar.gz