Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package quagga for openSUSE:Factory checked 
in at 2022-11-02 12:47:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quagga (Old)
 and      /work/SRC/openSUSE:Factory/.quagga.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quagga"

Wed Nov  2 12:47:37 2022 rev:57 rq:1032851 version:1.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/quagga/quagga.changes    2022-06-30 
13:18:30.837540204 +0200
+++ /work/SRC/openSUSE:Factory/.quagga.new.2275/quagga.changes  2022-11-02 
12:48:19.497928469 +0100
@@ -1,0 +2,6 @@
+Thu Sep  1 07:10:01 UTC 2022 - Stefan Schubert <[email protected]>
+
+- Migration to /usr/etc: Saving user changed configuration files
+  in /etc and restoring them while an RPM update.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ quagga.spec ++++++
--- /var/tmp/diff_new_pack.WZKFm8/_old  2022-11-02 12:48:20.437933241 +0100
+++ /var/tmp/diff_new_pack.WZKFm8/_new  2022-11-02 12:48:20.441933261 +0100
@@ -258,6 +258,20 @@
 %if %{with systemd}
 %service_add_pre zebra.service isisd.service ripd.service ospfd.service 
bgpd.service ospf6d.service ripngd.service
 %endif
+%if 0%{?suse_version} > 1500
+# Prepare for migration to /usr/etc; save any old .rpmsave
+for i in logrotate.d/quagga ; 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/quagga ; do
+   test -f %{_sysconfdir}/${i}.rpmsave && mv -v %{_sysconfdir}/${i}.rpmsave 
%{_sysconfdir}/${i} ||:
+done
+%endif
 
 %post
 %if %{with systemd}

Reply via email to