v2.0.8-rc1

This commit is contained in:
Tom Callaway 2006-01-10 16:04:01 +00:00
parent dd9418ec8f
commit 2ffd59a15b
3 changed files with 12 additions and 10 deletions

View File

@ -1 +1,2 @@
ebtables-v2.0.6.tar.gz
ebtables-v2.0.8-rc1.tar.gz

View File

@ -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 <tcallawa@redhat.com> 2.0.8-0.1.rc1
- bump to 2.0.8-rc1
* Mon Jul 4 2005 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.6-7
- buildsystem error requires artificial release bump

View File

@ -1 +1 @@
c4559af2366c764c6c42a3fdd40d60d3 ebtables-v2.0.6.tar.gz
e11a586a700e05309b624cf3329025b5 ebtables-v2.0.8-rc1.tar.gz