rpms/mesa/devel mesa.spec,1.204,1.205

Adam Jackson ajax at fedoraproject.org
Mon Oct 20 18:38:35 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22072

Modified Files:
	mesa.spec 
Log Message:
* Mon Oct 20 2008 Adam Jackson <ajax at redhat.com> 7.2-0.11
- Build with --enable-selinux.  Don't know how this got dropped...



Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- mesa.spec	20 Oct 2008 16:04:54 -0000	1.204
+++ mesa.spec	20 Oct 2008 18:38:05 -0000	1.205
@@ -18,7 +18,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.2
-Release: 0.10%{?dist}
+Release: 0.11%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -199,17 +199,17 @@
 # first, build the osmesa variants. XXX this is overkill.  osmesa32 is
 # sufficient to render to any of the channel sizes, according to the
 # docs.  should fix this someday.
-%configure --with-driver=osmesa --with-osmesa-bits=8
+%configure --with-driver=osmesa --with-osmesa-bits=8 --enable-selinux
 make %{_smp_mflags} SRC_DIRS=mesa
 mv %{_lib} osmesa8
 make clean
 
-%configure --with-driver=osmesa --with-osmesa-bits=16
+%configure --with-driver=osmesa --with-osmesa-bits=16 --enable-selinux
 make %{_smp_mflags} SRC_DIRS=mesa
 mv %{_lib} osmesa16
 make clean
 
-%configure --with-driver=osmesa --with-osmesa-bits=32
+%configure --with-driver=osmesa --with-osmesa-bits=32 --enable-selinux
 make %{_smp_mflags} SRC_DIRS=mesa
 mv %{_lib} osmesa32
 make clean
@@ -223,6 +223,7 @@
 
 # now build the rest of mesa
 %configure \
+    --enable-selinux \
     --disable-glw \
     --disable-glut \
     --disable-gl-osmesa \
@@ -428,6 +429,9 @@
 %{_libdir}/mesa-demos-data
 
 %changelog
+* Mon Oct 20 2008 Adam Jackson <ajax at redhat.com> 7.2-0.11
+- Build with --enable-selinux.  Don't know how this got dropped...
+
 * Mon Oct 20 2008 Adam Jackson <ajax at redhat.com> 7.2-0.10
 - Be extra paranoid about textrels at the end of %%build
 




More information about the scm-commits mailing list