rpms/VirtualBox-OSE/devel VirtualBox-OSE.spec,1.7,1.8

Lubomir Rintel lkundrak at rpmfusion.org
Wed Jul 8 15:35:40 CEST 2009


Author: lkundrak

Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24076

Modified Files:
	VirtualBox-OSE.spec 
Log Message:
* Wed Jul 08 2009 Lubomir Rintel <lkundrak at v3.sk> - 2.2.4-4
- Libs need to be executable for the dep generator (#698)



Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- VirtualBox-OSE.spec	8 Jul 2009 12:49:13 -0000	1.7
+++ VirtualBox-OSE.spec	8 Jul 2009 13:35:40 -0000	1.8
@@ -10,7 +10,7 @@
 
 Name:           VirtualBox-OSE
 Version:        2.2.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A general-purpose full virtualizer for PC hardware
 
 Group:          Development/Tools
@@ -158,8 +158,10 @@
         obj/bin/components/*
 
 # Lib
+install -p -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox \
+        obj/bin/*.so
+
 install -p -m 0644 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox \
-        obj/bin/*.so            \
         obj/bin/V*.gc           \
         obj/bin/V*.r0
 
@@ -341,6 +343,9 @@
 
 
 %changelog
+* Wed Jul 08 2009 Lubomir Rintel <lkundrak at v3.sk> - 2.2.4-4
+- Libs need to be executable for the dep generator (#698)
+
 * Thu Jul 02 2009 Lubomir Rintel <lkundrak at v3.sk> - 2.2.4-3
 - Enable resize for the login window
 - Add the guest udev rules



More information about the rpmfusion-commits mailing list