[usbmuxd] Fix usbmuxd not starting under udev

Bastien Nocera hadess at fedoraproject.org
Sat Apr 28 15:57:34 UTC 2012


commit 9cecba42c3d6e55d9fd728fae98298ff03305e74
Author: Bastien Nocera <hadess at hadess.net>
Date:   Sat Apr 28 16:57:30 2012 +0100

    Fix usbmuxd not starting under udev

 usbmuxd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/usbmuxd.spec b/usbmuxd.spec
index 9af8424..f72319d 100644
--- a/usbmuxd.spec
+++ b/usbmuxd.spec
@@ -1,6 +1,6 @@
 Name:          usbmuxd
 Version:       1.0.8
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Daemon for communicating with Apple's iPod Touch and iPhone
 
 Group:         Applications/System
@@ -33,7 +33,7 @@ Files for development with %{name}.
 %setup -q
 
 # Set the owner of the device node to be usbmuxd
-sed -i.owner 's/ATTR{idVendor}=="05ac"/OWNER="usbmuxd", ATTR{idVendor}=="05ac"/' udev/85-usbmuxd.rules.in
+sed -i.owner 's/OWNER="usbmux"/OWNER="usbmuxd"/' udev/85-usbmuxd.rules.in
 sed -i.user 's/-U usbmux/-U usbmuxd/' udev/85-usbmuxd.rules.in
 
 %build
@@ -73,6 +73,9 @@ exit 0
 %{_libdir}/pkgconfig/libusbmuxd.pc
 
 %changelog
+* Sat Apr 28 2012 Bastien Nocera <bnocera at redhat.com> 1.0.8-2
+- Fix usbmuxd not starting under udev
+
 * Mon Apr  9 2012 Peter Robinson <pbrobinson at fedoraproject.org> 1.0.8-1
 - New stable 1.0.8 release
 


More information about the scm-commits mailing list