rpms/ebtables/FC-4 ebtables.spec,1.5,1.6

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Mar 29 21:42:11 UTC 2006


Author: spot

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

Modified Files:
	ebtables.spec 
Log Message:

ebtables gets hung up on -fstack-protector, needs -fPIC



Index: ebtables.spec
===================================================================
RCS file: /cvs/extras/rpms/ebtables/FC-4/ebtables.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ebtables.spec	10 Jan 2006 16:03:54 -0000	1.5
+++ ebtables.spec	29 Mar 2006 21:42:11 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:		ebtables
 Version:	2.0.8
-Release:	0.1.%{prever}%{?dist}
+Release:	0.3.%{prever}%{?dist}
 Summary:	Ethernet Bridge frame table administration tool
 License:	GPL
 Group:		System Environment/Base
@@ -28,7 +28,8 @@
 %setup -q -n ebtables-v%{version}-%{prever}
 
 %build
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
+MY_CFLAGS=`echo $RPM_OPT_FLAGS -fPIC | sed -e 's/-fstack-protector//g'`
+make %{?_smp_mflags} CFLAGS="$MY_CFLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -69,6 +70,12 @@
 %ghost %{_sysconfdir}/ebtables.broute
 
 %changelog
+* Wed Mar 29 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.8-0.3.rc1
+- use -fPIC
+
+* Wed Mar 29 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.8-0.2.rc1
+- broken tagging
+
 * Tue Jan 10 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.8-0.1.rc1
 - bump to 2.0.8-rc1
 




More information about the scm-commits mailing list