Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2022-12-04 14:57:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vsftpd (Old)
 and      /work/SRC/openSUSE:Factory/.vsftpd.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vsftpd"

Sun Dec  4 14:57:56 2022 rev:83 rq:1039755 version:3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes    2022-10-10 
18:43:16.446702261 +0200
+++ /work/SRC/openSUSE:Factory/.vsftpd.new.1835/vsftpd.changes  2022-12-04 
14:58:06.792186905 +0100
@@ -11,0 +12,6 @@
+Thu Sep 15 11:00:54 UTC 2022 - Stefan Schubert <schubi@localhost>
+
+- Migration to /usr/etc: Saving user changed configuration files
+  in /etc and restoring them while an RPM update.
+
+-------------------------------------------------------------------
@@ -1297,0 +1304 @@
+Mon Oct 22 15:57:40 CEST 2001 - 

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

Other differences:
------------------
++++++ vsftpd.spec ++++++
--- /var/tmp/diff_new_pack.8odseM/_old  2022-12-04 14:58:08.092194394 +0100
+++ /var/tmp/diff_new_pack.8odseM/_new  2022-12-04 14:58:08.100194440 +0100
@@ -233,6 +233,20 @@
 %if %{with_systemd}
 %service_add_pre %{name}.service %{name}.socket
 %endif
+%if 0%{?suse_version} > 1500
+# Prepare for migration to /usr/etc; save any old .rpmsave
+for i in logrotate.d/%{name} ; do
+   test -f %{_sysconfdir}/${i}.rpmsave && mv -v %{_sysconfdir}/${i}.rpmsave 
%{_sysconfdir}/${i}.rpmsave.old ||:
+done
+%endif
+
+%if 0%{?suse_version} > 1500
+%posttrans
+# Migration to /usr/etc, restore just created .rpmsave
+for i in logrotate.d/%{name} ; do
+   test -f %{_sysconfdir}/${i}.rpmsave && mv -v %{_sysconfdir}/${i}.rpmsave 
%{_sysconfdir}/${i} ||:
+done
+%endif
 
 %preun
 %if %{with_systemd}

Reply via email to