Hello community, here is the log from the commit of package tor for openSUSE:Factory checked in at 2012-11-22 14:31:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tor (Old) and /work/SRC/openSUSE:Factory/.tor.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tor", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/tor/tor.changes 2012-09-20 15:48:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2012-11-22 14:31:58.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Nov 20 09:07:23 UTC 2012 - [email protected] + +- Fix useradd invocation: -o is useless without -u and newer + versions of pwdutils/shadowutils fail on this now. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tor.spec ++++++ --- /var/tmp/diff_new_pack.yhv0lV/_old 2012-11-22 14:32:00.000000000 +0100 +++ /var/tmp/diff_new_pack.yhv0lV/_new 2012-11-22 14:32:00.000000000 +0100 @@ -106,7 +106,7 @@ %pre /usr/sbin/groupadd -r %{torgroup} &>/dev/null || : -/usr/sbin/useradd -o -g %{torgroup} -s /bin/false -r -c "User to run %{name}" -d %{home_dir} %{toruser} &>/dev/null || : +/usr/sbin/useradd -g %{torgroup} -s /bin/false -r -c "User to run %{name}" -d %{home_dir} %{toruser} &>/dev/null || : %post %fillup_and_insserv tor -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
