SPECS: VirtualBox.spec - disabled hardened build (root is no longer require...

hawk hawk at pld-linux.org
Fri Sep 5 21:27:40 CEST 2008


Author: hawk                         Date: Fri Sep  5 19:27:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disabled hardened build (root is no longer required to run virtualbox)
- VirtualBox*.so doesn't exist w/o hardened build
- sorted configure flags
- works for me, release 1

---- Files affected:
SPECS:
   VirtualBox.spec (1.126 -> 1.127) 

---- Diffs:

================================================================
Index: SPECS/VirtualBox.spec
diff -u SPECS/VirtualBox.spec:1.126 SPECS/VirtualBox.spec:1.127
--- SPECS/VirtualBox.spec:1.126	Fri Sep  5 09:28:37 2008
+++ SPECS/VirtualBox.spec	Fri Sep  5 21:27:34 2008
@@ -13,7 +13,7 @@
 %bcond_without	userspace	# don't build userspace package
 %bcond_with	verbose
 
-%define		rel		0.2
+%define		rel		1
 
 %if %{without kernel}
 %undefine	with_dist_kernel
@@ -282,8 +282,9 @@
 	--with-gcc-compat="gcc-3.4" \
 %endif
 	--with-g++="%{__cxx}" \
-	--disable-qt3 \
-	--disable-kmods
+	--disable-hardening \
+	--disable-kmods \
+	--disable-qt3
 
 . ./env.sh && \
 kmk -j1 %{?with_verbose:KBUILD_VERBOSE=3}
@@ -317,7 +318,7 @@
         $RPM_BUILD_ROOT%{_libdir}/VirtualBox
 %endif
 
-install out/linux.%{outdir}/release/bin/{VBox*,VirtualBox*}.so \
+install out/linux.%{outdir}/release/bin/VBox*.so \
 	$RPM_BUILD_ROOT%{_libdir}/VirtualBox
 install out/linux.%{outdir}/release/bin/{VBox{DD,DD2}{GC.gc,R0.r0},VMM{GC.gc,R0.r0}} \
 	$RPM_BUILD_ROOT%{_libdir}/VirtualBox
@@ -435,7 +436,6 @@
 %attr(755,root,root) %{_libdir}/VirtualBox/VBoxTunctl
 %attr(755,root,root) %{_libdir}/VirtualBox/VBoxXPCOMIPCD
 %attr(755,root,root) %{_libdir}/VirtualBox/VBox*.so
-%attr(755,root,root) %{_libdir}/VirtualBox/VirtualBox*.so
 %ifarch %{x8664}
 %attr(755,root,root) %{_libdir}/VirtualBox/VBox*.rel
 %endif
@@ -511,6 +511,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.127  2008/09/05 19:27:34  hawk
+- disabled hardened build (root is no longer required to run virtualbox)
+- VirtualBox*.so doesn't exist w/o hardened build
+- sorted configure flags
+- works for me, release 1
+
 Revision 1.126  2008/09/05 07:28:37  arekm
 - one more lib needed
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/VirtualBox.spec?r1=1.126&r2=1.127&f=u



More information about the pld-cvs-commit mailing list