Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2022-09-02 21:56:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xen (Old)
 and      /work/SRC/openSUSE:Factory/.xen.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xen"

Fri Sep  2 21:56:26 2022 rev:322 rq:1000665 version:4.16.2_04

Changes:
--------
--- /work/SRC/openSUSE:Factory/xen/xen.changes  2022-08-30 14:48:53.788031084 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new.2083/xen.changes        2022-09-02 
21:56:43.224322251 +0200
@@ -1,0 +2,6 @@
+Thu Sep  1 06:21:39 UTC 2022 - Stefan Schubert <sch...@suse.com>
+
+- Migration to /usr/etc: Saving user changed configuration files
+  in /etc and restoring them while an RPM update.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xen.spec ++++++
--- /var/tmp/diff_new_pack.MVDYgY/_old  2022-09-02 21:56:44.736325910 +0200
+++ /var/tmp/diff_new_pack.MVDYgY/_new  2022-09-02 21:56:44.740325920 +0200
@@ -1169,6 +1169,20 @@
 %service_add_pre xenconsoled.service
 %service_add_pre xen-init-dom0.service
 %service_add_pre xen-qemu-dom0-disk-backend.service
+%if 0%{?suse_version} > 1500
+# Prepare for migration to /usr/etc; save any old .rpmsave
+for i in logrotate.d/xen ; do
+   test -f %{_sysconfdir}/${i}.rpmsave && mv -v %{_sysconfdir}/${i}.rpmsave 
%{_sysconfdir}/${i}.rpmsave.old ||:
+done
+%endif
+
+%if 0%{?suse_version} > 1500
+%posttrans tools
+# Migration to /usr/etc, restore just created .rpmsave
+for i in logrotate.d/xen ; do
+   test -f %{_sysconfdir}/${i}.rpmsave && mv -v %{_sysconfdir}/${i}.rpmsave 
%{_sysconfdir}/${i} ||:
+done
+%endif
 
 %post tools
 %{fillup_only -n xencommons xencommons}

Reply via email to