Hello community,

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

Package is "rpm", Maintainer is "[email protected]"

Changes:
--------
rpm-python.changes: same change
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2012-11-12 12:39:44.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes     2012-11-22 
17:22:57.000000000 +0100
@@ -1,0 +2,9 @@
+Tue Nov 20 18:47:06 UTC 2012 - [email protected]
+
+- Change user_group_add macro to not invoke useradd and groupadd
+  with -o parameter. Non-unique does not make sense when not
+  passing -u/-g (useradd/groupadd) and fails on newer pwdutils/
+  shadowurils implementations. The macro does not allow for a
+  uid/gid being passed. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
rpm-python.spec: same change
rpm.spec: same change
++++++ macrosin.diff ++++++
--- /var/tmp/diff_new_pack.3qUzIH/_old  2012-11-22 17:23:00.000000000 +0100
+++ /var/tmp/diff_new_pack.3qUzIH/_new  2012-11-22 17:23:00.000000000 +0100
@@ -313,7 +313,7 @@
 +%service_del_postun() %{restart_on_update %{1}}
 +
 +%user_group_add() \
-+/usr/sbin/groupadd -o -r %{1} 2>/dev/null || :\
-+/usr/sbin/useradd -o -r -g %{1} -d %{2} -s %{3} -c %{4} %{1} 2>/dev/null || :\
++/usr/sbin/groupadd -r %{1} 2>/dev/null || :\
++/usr/sbin/useradd -r -g %{1} -d %{2} -s %{3} -c %{4} %{1} 2>/dev/null || :\
 +%{nil}
 +

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to