rpms/usbmuxd/F-11 usbmuxd.spec,1.2,1.3

Bastien Nocera hadess at fedoraproject.org
Tue Feb 9 11:50:27 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/usbmuxd/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6273

Modified Files:
	usbmuxd.spec 
Log Message:
* Tue Feb 09 2010 Bastien Nocera <bnocera at redhat.com> 1.0.0-3
- Use the gid/uid reserved for usbmuxd in setup-2.8.15-1 and above



Index: usbmuxd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/usbmuxd/F-11/usbmuxd.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- usbmuxd.spec	5 Feb 2010 06:21:37 -0000	1.2
+++ usbmuxd.spec	9 Feb 2010 11:50:27 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		usbmuxd
 Version:	1.0.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Daemon for communicating with Apple's iPod Touch and iPhone
 
 Group:		Applications/System
@@ -49,10 +49,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-getent group usbmuxd >/dev/null || groupadd -r usbmuxd
+getent group usbmuxd >/dev/null || groupadd -r usbmuxd -g 113
 getent passwd usbmuxd >/dev/null || \
 useradd -r -g usbmuxd -d / -s /sbin/nologin \
--c "usbmuxd user" usbmuxd
+	-c "usbmuxd user" -u 113 usbmuxd
 exit 0
 
 %post -p /sbin/ldconfig
@@ -75,6 +75,9 @@ exit 0
 %{_libdir}/pkgconfig/libusbmuxd.pc
 
 %changelog
+* Tue Feb 09 2010 Bastien Nocera <bnocera at redhat.com> 1.0.0-3
+- Use the gid/uid reserved for usbmuxd in setup-2.8.15-1 and above
+
 * Fri Jan 29 2010 Peter Robinson <pbrobinson at gmail.com> 1.0.0-2
 - Run deamon under the usbmuxd user
 



More information about the scm-commits mailing list