Hello community,

here is the log from the commit of package siproxd for openSUSE:Factory checked 
in at 2012-11-21 17:22:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/siproxd (Old)
 and      /work/SRC/openSUSE:Factory/.siproxd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "siproxd", Maintainer is "r...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/siproxd/siproxd.changes  2012-07-24 
22:43:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.siproxd.new/siproxd.changes     2012-11-21 
17:22:47.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 20 07:38:50 UTC 2012 - dims...@opensuse.org
+
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ siproxd.spec ++++++
--- /var/tmp/diff_new_pack.bw0SEU/_old  2012-11-21 17:22:48.000000000 +0100
+++ /var/tmp/diff_new_pack.bw0SEU/_new  2012-11-21 17:22:48.000000000 +0100
@@ -140,7 +140,7 @@
 
 %pre
 %_sbindir/groupadd -r %{sipproxdgroup} 2> /dev/null || :
-%_sbindir/useradd -r -o -g %{sipproxdgroup} -s /bin/false -c "Siproxd user" -d 
%{_localstatedir}/run/%{name} %{siproxduser} 2> /dev/null || :
+%_sbindir/useradd -r -g %{sipproxdgroup} -s /bin/false -c "Siproxd user" -d 
%{_localstatedir}/run/%{name} %{siproxduser} 2> /dev/null || :
 
 %postun
 /sbin/ldconfig


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to