rpms/xen/devel xen.spec,1.99,1.100

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 2 15:57:46 UTC 2006


Author: sct

Update of /cvs/dist/rpms/xen/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24619

Modified Files:
	xen.spec 
Log Message:
Remove unneeded CFLAGS spec file hack


Index: xen.spec
===================================================================
RCS file: /cvs/dist/rpms/xen/devel/xen.spec,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- xen.spec	2 Mar 2006 15:46:58 -0000	1.99
+++ xen.spec	2 Mar 2006 15:57:44 -0000	1.100
@@ -5,7 +5,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.0.1
-Release: 0.20060301.fc5.2
+Release: 0.20060301.fc5.3
 Group:   Development/Libraries
 License: GPL
 URL:     http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
@@ -70,7 +70,7 @@
 popd
 
 sed -i -e "s;libvncserver-config;${vncdir}/libvncserver-config;" tools/ioemu/configure
-CFLAGS="`echo $RPM_OPT_FLAGS | sed -e 's/ -m64//g'`" %{__make} XEN_PYTHON_NATIVE_INSTALL=1 DESTDIR=%{buildroot} tools docs 
+CFLAGS="$RPM_OPT_FLAGS" %{__make} XEN_PYTHON_NATIVE_INSTALL=1 DESTDIR=%{buildroot} tools docs 
 
 %install
 rm -rf %{buildroot}
@@ -156,6 +156,9 @@
 %dir %{_localstatedir}/run/xenstored
 
 %changelog
+* Thu Mar  2 2006 Stephen Tweedie <sct at redhat.com> - 3.0.1-0.20060301.fc5.3
+- Remove unneeded CFLAGS spec file hack
+
 * Thu Mar  2 2006 Rik van Riel <riel at redhat.com> - 3.0.1-0.20060301.fc5.2
 - fix 64 bit CFLAGS issue with vmxloader and hvmloader
 




More information about the fedora-cvs-commits mailing list