Hello community,

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

Package is "memcached", Maintainer is "mrueck...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/memcached/memcached.changes      2012-11-12 
07:04:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.memcached.new/memcached.changes 2012-11-20 
13:09:27.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 20 07:51:02 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:
------------------
++++++ memcached.spec ++++++
--- /var/tmp/diff_new_pack.kTzji0/_old  2012-11-20 13:09:28.000000000 +0100
+++ /var/tmp/diff_new_pack.kTzji0/_new  2012-11-20 13:09:28.000000000 +0100
@@ -107,7 +107,7 @@
 
 %pre
 /usr/sbin/groupadd -r %{pkg_name} &>/dev/null || :
-/usr/sbin/useradd -o -g %{pkg_name} -s /bin/false -r -c "user for %{pkg_name}" 
-d %{home_dir} %{pkg_name} &>/dev/null || :
+/usr/sbin/useradd -g %{pkg_name} -s /bin/false -r -c "user for %{pkg_name}" -d 
%{home_dir} %{pkg_name} &>/dev/null || :
 %if %{with systemd}
 %service_add_pre %{pkg_name}.service
 %endif

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

Reply via email to