Hello community,

here is the log from the commit of package dkimproxy for openSUSE:Factory 
checked in at 2012-11-28 10:13:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dkimproxy (Old)
 and      /work/SRC/openSUSE:Factory/.dkimproxy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dkimproxy", Maintainer is "vark...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dkimproxy/dkimproxy.changes      2012-06-13 
22:45:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dkimproxy.new/dkimproxy.changes 2012-11-28 
10:13:16.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 19 18:33:56 UTC 2012 - dims...@opensuse.org
+
+- Fix useradd and groupadd invocation: -o is useless without -u and
+  newer versions of pwdutils/shadowutils fail on this now.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dkimproxy.spec ++++++
--- /var/tmp/diff_new_pack.wi5dpr/_old  2012-11-28 10:13:33.000000000 +0100
+++ /var/tmp/diff_new_pack.wi5dpr/_new  2012-11-28 10:13:33.000000000 +0100
@@ -72,8 +72,8 @@
 # ---------------------------------------------------------------------------
 
 %pre
-/usr/sbin/groupadd -o -r dkim  2> /dev/null || :
-/usr/sbin/useradd -r -o -g dkim -s /bin/false -c "DKIMproxy Daemon" -d 
/var/spool/dkim dkim 2> /dev/null || :
+/usr/sbin/groupadd -r dkim  2> /dev/null || :
+/usr/sbin/useradd -r -g dkim -s /bin/false -c "DKIMproxy Daemon" -d 
/var/spool/dkim dkim 2> /dev/null || :
 # ---------------------------------------------------------------------------
 
 %preun

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

Reply via email to