Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-azure-agent for openSUSE:Factory checked in at 2022-06-16 18:20:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-agent (Old) and /work/SRC/openSUSE:Factory/.python-azure-agent.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-agent" Thu Jun 16 18:20:32 2022 rev:22 rq:982786 version:2.2.49.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-agent/python-azure-agent.changes 2022-05-19 22:50:06.702395771 +0200 +++ /work/SRC/openSUSE:Factory/.python-azure-agent.new.1548/python-azure-agent.changes 2022-06-16 18:21:36.260198752 +0200 @@ -1,0 +2,6 @@ +Wed Jun 15 10:57:00 UTC 2022 - Stefan Schubert <sch...@suse.com> + +- Moved logrotate files from user specif directory /etc/logrotate.d + to vendor specif directory /usr/etc/logrotate.d. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-agent.spec ++++++ --- /var/tmp/diff_new_pack.Infqcp/_old 2022-06-16 18:21:37.792200931 +0200 +++ /var/tmp/diff_new_pack.Infqcp/_new 2022-06-16 18:21:37.796200937 +0200 @@ -157,8 +157,14 @@ ### permissinon fixes chmod +x %{buildroot}/%{_sbindir}/waagent2.0 ### naming issues +%if 0%{?suse_version} > 1500 +mkdir -p %{buildroot}%{_distconfdir}/logrotate.d +mv %{buildroot}/%{_sysconfdir}/logrotate.d/waagent.logrotate %{buildroot}/%{_distconfdir}/logrotate.d/waagent +mv %{buildroot}/%{_sysconfdir}/logrotate.d/waagent-extn.logrotate %{buildroot}/%{_distconfdir}/logrotate.d/waagent-extn +%else mv %{buildroot}/%{_sysconfdir}/logrotate.d/waagent.logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/waagent mv %{buildroot}/%{_sysconfdir}/logrotate.d/waagent-extn.logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/waagent-extn +%endif # install tests %if 0%{?suse_version} && 0%{?suse_version} > 1315 @@ -199,8 +205,14 @@ %{_sbindir}/rcwaagent %attr(0755,root,root) %{_sbindir}/waagent %attr(0755,root,root) %{_sbindir}/waagent2.0 +%if 0%{?suse_version} > 1500 +%dir %{_distconfdir}/logrotate.d +%config(noreplace) %{_distconfdir}/logrotate.d/waagent +%config(noreplace) %{_distconfdir}/logrotate.d/waagent-extn +%else %config(noreplace) %{_sysconfdir}/logrotate.d/waagent %config(noreplace) %{_sysconfdir}/logrotate.d/waagent-extn +%endif %config(noreplace) %{_sysconfdir}/waagent.conf %ghost %{_localstatedir}/log/waagent.log %if 0%{?suse_version} > 1140