[usbmuxd] Refresh usbmuxd owner bits

Peter Robinson pbrobinson at fedoraproject.org
Fri Oct 17 13:54:45 UTC 2014


commit fba5472f2076d0b0b22671b333116c1941e43674
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Oct 17 14:54:34 2014 +0100

    Refresh usbmuxd owner bits

 usbmuxd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/usbmuxd.spec b/usbmuxd.spec
index e72f630..1487d7c 100644
--- a/usbmuxd.spec
+++ b/usbmuxd.spec
@@ -1,6 +1,6 @@
 Name:          usbmuxd
 Version:       1.0.9
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Daemon for communicating with Apple's iOS devices
 
 Group:         Applications/System
@@ -31,7 +31,7 @@ accessed simultaneously.
 
 # Set the owner of the device node to be usbmuxd
 sed -i.owner 's/OWNER="usbmux"/OWNER="usbmuxd"/' udev/39-usbmuxd.rules.in
-sed -i.user 's/-U usbmux/-U usbmuxd/' systemd/usbmuxd.service.in
+sed -i.user 's/--user usbmux/--user usbmuxd/' systemd/usbmuxd.service.in
 
 %build
 %configure
@@ -65,6 +65,9 @@ exit 0
 %{_datadir}/man/man1/usbmuxd.1.gz
 
 %changelog
+* Fri Oct 17 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.0.9-2
+- Refresh usbmuxd owner bits
+
 * Wed Oct 15 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.0.9-1
 - New stable 1.0.9 release
 


More information about the scm-commits mailing list