i Bump to 2.0.8-rc3 (fixes the bugs i was patching for)

This commit is contained in:
Tom Callaway 2007-01-17 20:55:54 +00:00
parent a2fd289787
commit 02b0e907c2
3 changed files with 7 additions and 10 deletions

View File

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

View File

@ -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 <tcallawa@redhat.com> 2.0.8-0.1.rc3
- bump to rc3
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 2.0.8-0.7.rc2
- rebuilt for unwind info generation, broken in gcc-4.1.1-21

View File

@ -1 +1 @@
f07111fcc1966be669278433c35dcc28 ebtables-v2.0.8-rc2.tar.gz
92f0dd5107b92a744e104f50f9b2dd2d ebtables-v2.0.8-rc3.tar.gz