Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2017-05-10 20:32:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vsftpd (Old)
 and      /work/SRC/openSUSE:Factory/.vsftpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vsftpd"

Wed May 10 20:32:31 2017 rev:59 rq:492476 version:3.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes    2016-09-27 
13:41:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vsftpd.new/vsftpd.changes       2017-05-10 
20:32:35.750569152 +0200
@@ -1,0 +2,5 @@
+Tue May  2 14:20:06 CEST 2017 - [email protected]
+
+- Adjust to new system user/group RPMs
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vsftpd.spec ++++++
--- /var/tmp/diff_new_pack.ELDQ1A/_old  2017-05-10 20:32:38.186225521 +0200
+++ /var/tmp/diff_new_pack.ELDQ1A/_new  2017-05-10 20:32:38.186225521 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vsftpd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -75,6 +75,9 @@
 BuildRequires:  pam-devel
 Requires:       logrotate
 Requires(pre):  shadow
+%if 0%{?suse_version} >= 1330
+Requires(pre):  group(nobody)
+%endif
 Provides:       ftp-server
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with_systemd}
@@ -150,7 +153,7 @@
 install -m 644 %{SOURCE6} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
 
 %pre
-getent passwd ftpsecure >/dev/null || useradd -r -g nogroup -s /bin/false -c 
"Secure FTP User" -d %{_localstatedir}/lib/empty ftpsecure
+getent passwd ftpsecure >/dev/null || useradd -r -g nobody -s /bin/false -c 
"Secure FTP User" -d %{_localstatedir}/lib/empty ftpsecure
 %if %{with_systemd}
 %service_add_pre %{name}.service %{name}@.service %{name}.socket
 %endif



Reply via email to