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-07-01 13:43:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xen (Old)
 and      /work/SRC/openSUSE:Factory/.xen.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xen"

Fri Jul  1 13:43:49 2022 rev:318 rq:985936 version:4.16.1_02

Changes:
--------
--- /work/SRC/openSUSE:Factory/xen/xen.changes  2022-05-12 22:58:11.772622463 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new.1548/xen.changes        2022-07-01 
13:43:51.674799559 +0200
@@ -1,0 +2,6 @@
+Tue Jun 28 14:31:48 UTC 2022 - Stefan Schubert <sch...@suse.com>
+
+- Moved logrotate files from user specific directory /etc/logrotate.d
+  to vendor specific directory /usr/etc/logrotate.d.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xen.spec ++++++
--- /var/tmp/diff_new_pack.cacpdD/_old  2022-07-01 13:43:53.414802173 +0200
+++ /var/tmp/diff_new_pack.cacpdD/_new  2022-07-01 13:43:53.418802180 +0200
@@ -831,7 +831,12 @@
 install -m644 %SOURCE31 %{buildroot}/etc/xen/
 
 # Logrotate
-install -m644 -D %SOURCE14 %{buildroot}/etc/logrotate.d/xen
+%if 0%{?suse_version} > 1500
+mkdir -p %{buildroot}%{_distconfdir}/logrotate.d
+install -m644 -D %SOURCE14 %{buildroot}%{_distconfdir}/logrotate.d/xen
+%else
+install -m644 -D %SOURCE14 %{buildroot}%{_sysconfdir}/logrotate.d/xen
+%endif
 
 # Directories
 mkdir -p %{buildroot}/var/lib/xenstored
@@ -1060,7 +1065,11 @@
 %dir /var/lib/xenstored
 %dir /var/log/xen
 %dir /var/log/xen/console
-%config /etc/logrotate.d/xen
+%if 0%{?suse_version} > 1500
+%{_distconfdir}/logrotate.d/xen
+%else
+%config(noreplace) %{_sysconfdir}/logrotate.d/xen
+%endif
 /etc/xen/auto
 %config /etc/xen/examples
 %config /etc/xen/cpupool

Reply via email to