Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package transactional-update for
openSUSE:Factory checked in at 2022-06-23 10:22:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transactional-update (Old)
and /work/SRC/openSUSE:Factory/.transactional-update.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "transactional-update"
Thu Jun 23 10:22:13 2022 rev:88 rq:984156 version:4.0.0~rc4
Changes:
--------
---
/work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes
2022-05-18 13:12:53.738647080 +0200
+++
/work/SRC/openSUSE:Factory/.transactional-update.new.1548/transactional-update.changes
2022-06-23 10:22:17.399610874 +0200
@@ -1,0 +2,6 @@
+Tue Jun 21 08:02:24 UTC 2022 - Stefan Schubert <[email protected]>
+
+- Moved logrotate files from user specific directory /etc/logrotate.d
+ to vendor specific directory /usr/etc/logrotate.d.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ transactional-update.spec ++++++
--- /var/tmp/diff_new_pack.MvsXTv/_old 2022-06-23 10:22:17.859611374 +0200
+++ /var/tmp/diff_new_pack.MvsXTv/_new 2022-06-23 10:22:17.863611378 +0200
@@ -183,6 +183,12 @@
# Delete unwanted HTML documentation
rm -rf %{buildroot}%{_docdir}/%{name}/*.html
+# move logrotate files from /etc/logrotate.d to /usr/etc/logrotate.d
+%if 0%{?suse_version} > 1500
+mkdir -p %{buildroot}%{_distconfdir}/logrotate.d
+mv %{buildroot}/%{_sysconfdir}/logrotate.d/transactional-update
%{buildroot}%{_distconfdir}/logrotate.d
+%endif
+
%pre
%systemd_pre %{name}.service %{name}.timer
%systemd_pre %{name}-cleanup.service %{name}-cleanup.timer
@@ -240,7 +246,11 @@
%license COPYING
%doc NEWS
%doc %{_docdir}/%{name}/transactional-update.txt
+%if 0%{?suse_version} > 1500
+%{_distconfdir}/logrotate.d/transactional-update
+%else
%config(noreplace) %{_sysconfdir}/logrotate.d/transactional-update
+%endif
%{_unitdir}/transactional-update.service
%{_unitdir}/transactional-update.timer
%{_unitdir}/transactional-update-cleanup.service