Hello community,

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

Package is "vsftpd", Maintainer is "mvysko...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes    2012-10-24 
10:24:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vsftpd.new/vsftpd.changes       2012-11-20 
20:19:27.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 20 09:21:17 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:
------------------
++++++ vsftpd.spec ++++++
--- /var/tmp/diff_new_pack.KbkXnP/_old  2012-11-20 20:19:28.000000000 +0100
+++ /var/tmp/diff_new_pack.KbkXnP/_new  2012-11-20 20:19:28.000000000 +0100
@@ -112,7 +112,7 @@
 %endif
 
 %pre
-/usr/sbin/useradd -r -o -g nogroup -s /bin/false -c "Secure FTP User" -d 
/var/lib/empty ftpsecure 2> /dev/null || :
+/usr/sbin/useradd -r -g nogroup -s /bin/false -c "Secure FTP User" -d 
/var/lib/empty ftpsecure 2> /dev/null || :
 %if 0%{?suse_version} > 1140
 %service_add_pre %{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