rpms/ebtables/devel ebtables-2.0.8-noconfigh.patch, NONE, 1.1 ebtables.spec, 1.10, 1.11

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Sep 12 23:09:27 UTC 2006


Author: spot

Update of /cvs/extras/rpms/ebtables/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15545

Modified Files:
	ebtables.spec 
Added Files:
	ebtables-2.0.8-noconfigh.patch 
Log Message:

Fix for FC-6.


ebtables-2.0.8-noconfigh.patch:

--- NEW FILE ebtables-2.0.8-noconfigh.patch ---
--- ebtables-v2.0.8-rc2/include/linux/netfilter_bridge.h.BAD	2006-09-12 18:06:32.000000000 -0500
+++ ebtables-v2.0.8-rc2/include/linux/netfilter_bridge.h	2006-09-12 18:06:54.000000000 -0500
@@ -4,7 +4,6 @@
 /* bridge-specific defines for netfilter. 
  */
 
-#include <linux/config.h>
 #include <linux/netfilter.h>
 #if defined(__KERNEL__) && defined(CONFIG_BRIDGE_NETFILTER)
 #include <asm/atomic.h>


Index: ebtables.spec
===================================================================
RCS file: /cvs/extras/rpms/ebtables/devel/ebtables.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ebtables.spec	25 Apr 2006 02:19:34 -0000	1.10
+++ ebtables.spec	12 Sep 2006 23:09:26 -0000	1.11
@@ -2,13 +2,14 @@
 
 Name:		ebtables
 Version:	2.0.8
-Release:	0.1.%{prever}%{?dist}
+Release:	0.2.%{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
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 PreReq:		/sbin/chkconfig
 PreReq:		/sbin/service
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q -n ebtables-v%{version}-%{prever}
+%patch0 -p1
 
 %build
 MY_CFLAGS=`echo $RPM_OPT_FLAGS -fPIC | sed -e 's/-fstack-protector//g'`
@@ -76,6 +78,9 @@
 %ghost %{_sysconfdir}/ebtables.broute
 
 %changelog
+* Tue Sep 12 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.8-0.2.rc2
+- fix for FC-6
+
 * Mon Apr 24 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.8-0.1.rc2
 - bump to rc2
 




More information about the scm-commits mailing list