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 2024-06-14 19:03:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-agent (Old) and /work/SRC/openSUSE:Factory/.python-azure-agent.new.19518 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-agent" Fri Jun 14 19:03:00 2024 rev:32 rq:1180895 version:2.9.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-agent/python-azure-agent.changes 2024-04-18 22:14:41.958098680 +0200 +++ /work/SRC/openSUSE:Factory/.python-azure-agent.new.19518/python-azure-agent.changes 2024-06-14 19:07:42.043735832 +0200 @@ -1,0 +2,6 @@ +Wed Jun 5 18:58:43 UTC 2024 - Robert Schweikert <rjsch...@suse.com> + +- Use the -Z option for mv and cp in the posttrans to properly handle + SELinux context (bsc#1225946) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-agent.spec ++++++ --- /var/tmp/diff_new_pack.vL3BxI/_old 2024-06-14 19:07:42.603755739 +0200 +++ /var/tmp/diff_new_pack.vL3BxI/_new 2024-06-14 19:07:42.607755881 +0200 @@ -236,7 +236,7 @@ # preserver the previousl config file that was flavor customized during # image build if [ -e /etc/waagent.conf ]; then - cp /etc/waagent.conf /etc/waagent.conf.bak + cp -Z /etc/waagent.conf /etc/waagent.conf.bak fi %if 0%{?suse_version} > 1500 @@ -251,11 +251,11 @@ # put the oldfile back if we do not have another config file if [ ! -e /etc/waagent.conf ]; then if [ -e /etc/waagent.conf.bak ]; then - mv /etc/waagent.conf.bak /etc/waagent.conf + mv -Z /etc/waagent.conf.bak /etc/waagent.conf # Making the assumption that the rpmsave file was generated because of # of the previously broken package upgrade. elif [ -e /etc/waagent.conf.rpmsave ]; then - cp /etc/waagent.conf.rpmsave /etc/waagent.conf + cp -Z /etc/waagent.conf.rpmsave /etc/waagent.conf fi fi %if 0%{?suse_version} > 1500