Hello community,

here is the log from the commit of package usbmuxd for openSUSE:Factory checked 
in at 2017-05-29 22:19:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/usbmuxd (Old)
 and      /work/SRC/openSUSE:Factory/.usbmuxd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "usbmuxd"

Mon May 29 22:19:58 2017 rev:28 rq:498838 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/usbmuxd/usbmuxd.changes  2014-10-29 
21:09:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.usbmuxd.new/usbmuxd.changes     2017-05-29 
22:19:58.613217806 +0200
@@ -1,0 +2,8 @@
+Tue May 23 13:41:33 UTC 2017 - dims...@opensuse.org
+
+- Require group(nogroup) on openSUSE Leap 15/SLE 15 up: we join
+  our user to the group 'nogroup', hence we have to ensure the
+  group is in place.
+- Add rcusbmuxd link.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ usbmuxd.spec ++++++
--- /var/tmp/diff_new_pack.vrWb5J/_old  2017-05-29 22:19:59.141143261 +0200
+++ /var/tmp/diff_new_pack.vrWb5J/_new  2017-05-29 22:19:59.141143261 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package usbmuxd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,9 @@
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(udev)
 Requires:       libusbmuxd4 >= 1.0.10
+%if 0%{?suse_version} >= 1330
+Requires(pre):  group(nogroup)
+%endif
 Requires(pre):  pwdutils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d}
@@ -55,6 +58,7 @@
 
 %install
 make install DESTDIR=%{buildroot}
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 
 %pre
 getent passwd usbmux >/dev/null || useradd -r -g nogroup -d 
%{_localstatedir}/lib/%{name} -s /sbin/nologin -c "%{name} daemon" usbmux
@@ -78,6 +82,7 @@
 %doc AUTHORS COPYING.GPLv2 COPYING.GPLv3 README
 %doc %{_mandir}/man1/usbmuxd.1%{?ext_man}
 %{_sbindir}/usbmuxd
+%{_sbindir}/rc%{name}
 %{_udevrulesdir}/39-usbmuxd.rules
 %{_unitdir}/usbmuxd.service
 


Reply via email to