rpms/ebtables/FC-4 ebtables.spec,1.4,1.5 sources,1.2,1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Jan 10 16:03:55 UTC 2006


Author: spot

Update of /cvs/extras/rpms/ebtables/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20412/FC-4

Modified Files:
	ebtables.spec sources 
Log Message:

v2.0.8-rc1



Index: ebtables.spec
===================================================================
RCS file: /cvs/extras/rpms/ebtables/FC-4/ebtables.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ebtables.spec	4 Jul 2005 17:09:41 -0000	1.4
+++ ebtables.spec	10 Jan 2006 16:03:54 -0000	1.5
@@ -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 @@
 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 @@
 fi
 
 %postun
-if [ $1 -ge 1 ]
+if [ $1 -ge 1 ]; then
 	/sbin/service ebtables condrestart &> /dev/null || :
 fi
 
@@ -71,6 +69,9 @@
 %ghost %{_sysconfdir}/ebtables.broute
 
 %changelog
+* Tue Jan 10 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.8-0.1.rc1
+- bump to 2.0.8-rc1
+
 * Mon Jul  4 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.6-7
 - buildsystem error requires artificial release bump
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ebtables/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	1 Jul 2005 16:03:23 -0000	1.2
+++ sources	10 Jan 2006 16:03:54 -0000	1.3
@@ -1 +1 @@
-c4559af2366c764c6c42a3fdd40d60d3  ebtables-v2.0.6.tar.gz
+e11a586a700e05309b624cf3329025b5  ebtables-v2.0.8-rc1.tar.gz




More information about the scm-commits mailing list