v2.0.8-rc1
This commit is contained in:
parent
7dd24b0c4c
commit
a427072586
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user