rpms/VirtualBox/F-18 VirtualBox.spec,1.27,1.28

Sérgio M. Basto sergiomb at rpmfusion.org
Sat Jan 26 13:56:50 CET 2013


Author: sergiomb

Update of /cvs/free/rpms/VirtualBox/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9259

Modified Files:
	VirtualBox.spec 
Log Message:
* Sat Jan 26 2013 Sérgio Basto <sergio at serjux.com> - 4.2.6-3
- fix for rfbz #2662, systemd of F18 changed names of udev services.



Index: VirtualBox.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-18/VirtualBox.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- VirtualBox.spec	16 Jan 2013 02:15:40 -0000	1.27
+++ VirtualBox.spec	26 Jan 2013 12:56:49 -0000	1.28
@@ -27,7 +27,7 @@
 
 Name:       VirtualBox
 Version:    4.2.6
-Release:    2%{?prerel:.%{prerel}}%{?dist}
+Release:    3%{?prerel:.%{prerel}}%{?dist}
 Summary:    A general-purpose full virtualizer for PC hardware
 
 Group:      Development/Tools
@@ -471,13 +471,22 @@
 /usr/bin/update-mime-database %{_datadir}/mime &>/dev/null || :
 
 # Assign USB devices
-if /sbin/udevadm control --reload-rules >/dev/null 2>&1
-then
+# reference for non-systemd OS
+#if /sbin/udevadm control --reload-rules >/dev/null 2>&1
+#then
 #   /sbin/udevadm trigger --subsystem-match=usb >/dev/null 2>&1 || :
 #   /sbin/udevadm settle >/dev/null 2>&1 || :
+#fi
+%if 0%{?fedora} < 18
+    systemctl restart udev.service
     systemctl restart udev-trigger.service
     systemctl restart udev-settle.service
-fi
+%else
+    systemctl restart systemd-udevd.service
+    systemctl restart systemd-udev-trigger.service
+    systemctl restart systemd-udev-settle.service
+%endif
+
 # should be in kmod package, not here
 /bin/systemctl try-restart fedora-loadmodules.service >/dev/null 2>&1 || :
 
@@ -614,6 +623,9 @@
 
 
 %changelog
+* Sat Jan 26 2013 Sérgio Basto <sergio at serjux.com> - 4.2.6-3
+- fix for rfbz #2662, systemd of F18 changed names of udev services.
+
 * Tue Jan 15 2013 Sérgio Basto <sergio at serjux.com> - 4.2.6-2
 - Re enable_docs after add some BuildRequires of new texlive.
 - VBoxGuestLib is not need for new X11-xorg, so no compile instead patch source to


More information about the rpmfusion-commits mailing list