Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2018-05-23 16:06:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vsftpd (Old)
 and      /work/SRC/openSUSE:Factory/.vsftpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vsftpd"

Wed May 23 16:06:01 2018 rev:66 rq:609848 version:3.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes    2018-05-16 
11:25:16.175914144 +0200
+++ /work/SRC/openSUSE:Factory/.vsftpd.new/vsftpd.changes       2018-05-23 
16:06:05.524596434 +0200
@@ -1,0 +2,8 @@
+Wed May 16 15:25:02 UTC 2018 - [email protected]
+
+- Don't start/stop parameterized systemd units in pre/post actions.
+  These units cannot be used without an explicit parameter and
+  attempts to do so lead to a confusing "failed to try-restart"
+  error message. [bsc#1093179, bsc#1010177]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vsftpd.spec ++++++
--- /var/tmp/diff_new_pack.qX8ImM/_old  2018-05-23 16:06:06.724552478 +0200
+++ /var/tmp/diff_new_pack.qX8ImM/_new  2018-05-23 16:06:06.732552184 +0200
@@ -185,19 +185,19 @@
 %pre
 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
+%service_add_pre %{name}.service %{name}.socket
 %endif
 
 %preun
 %if %{with_systemd}
-%service_del_preun %{name}.service %{name}@.service %{name}.socket
+%service_del_preun %{name}.service %{name}.socket
 %else
 %stop_on_removal %{name}
 %endif
 
 %post
 %if %{with_systemd}
-%service_add_post %{name}.service %{name}@.service %{name}.socket
+%service_add_post %{name}.service %{name}.socket
 %else
 %insserv_cleanup
 %restart_on_update %{name}
@@ -208,7 +208,7 @@
 
 %postun
 %if %{with_systemd}
-%service_del_postun %{name}.service %{name}@.service %{name}.socket
+%service_del_postun %{name}.service %{name}.socket
 %else
 %insserv_cleanup
 %restart_on_update %{name}



Reply via email to