Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2022-07-05 12:27:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and      /work/SRC/openSUSE:Factory/.plymouth.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plymouth"

Tue Jul  5 12:27:01 2022 rev:106 rq:986546 version:0.9.5~git20220412.e960111

Changes:
--------
--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes        2022-05-20 
17:51:00.123241086 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.1548/plymouth.changes      
2022-07-05 12:27:02.573832551 +0200
@@ -1,0 +2,6 @@
+Wed Jun 29 08:52:34 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:
------------------
++++++ plymouth.spec ++++++
--- /var/tmp/diff_new_pack.a1GBAQ/_old  2022-07-05 12:27:03.257833552 +0200
+++ /var/tmp/diff_new_pack.a1GBAQ/_new  2022-07-05 12:27:03.261833559 +0200
@@ -405,6 +405,13 @@
 rm -f %{buildroot}%{_sysconfdir}/plymouth/plymouthd.conf
 rm -f %{buildroot}%{_datadir}/plymouth/plymouthd.conf
 
+# Move logrotate files from user specific directory /etc/logrotate.d
+# to vendor specific directory /usr/etc/logrotate.d.
+%if 0%{?suse_version} > 1500
+mkdir -p %{buildroot}%{_distconfdir}/logrotate.d
+mv %{buildroot}%{_sysconfdir}/logrotate.d/bootlog 
%{buildroot}%{_distconfdir}/logrotate.d/bootlog
+%endif
+
 %find_lang %{name}
 
 %post
@@ -517,7 +524,11 @@
 %dir %{_sharedstatedir}/plymouth
 %dir %{_libdir}/plymouth
 %dir %{_libdir}/plymouth/renderers
+%if 0%{?suse_version} > 1500
+%{_distconfdir}/logrotate.d/bootlog
+%else
 %{_sysconfdir}/logrotate.d/bootlog
+%endif
 %{_bindir}/plymouth
 %{_sbindir}/plymouthd
 %{_libdir}/plymouth/details.so

Reply via email to