[Bug 1225946] New: %postrans section in python-azure-agent.spec will likely cause issues on systems with SELinux
https://bugzilla.suse.com/show_bug.cgi?id=1225946 Bug ID: 1225946 Summary: %postrans section in python-azure-agent.spec will likely cause issues on systems with SELinux Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Cloud:Tools Assignee: public-cloud-maintainers@suse.de Reporter: jsegitz@suse.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- 249 %posttrans 250 # Do not clobber the config if it was installed from a config package, but 251 # put the oldfile back if we do not have another config file 252 if [ ! -e /etc/waagent.conf ]; then 253 if [ -e /etc/waagent.conf.bak ]; then 254 mv /etc/waagent.conf.bak /etc/waagent.conf 255 # Making the assumption that the rpmsave file was generated because of 256 # of the previously broken package upgrade. 257 elif [ -e /etc/waagent.conf.rpmsave ]; then 258 cp /etc/waagent.conf.rpmsave /etc/waagent.conf 259 fi 260 fi the temp files might not have the proper types. Use mv -Z to move the files to ensure they get correctly labeled -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1225946 Robert Schweikert <rjschwei@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|public-cloud-maintainers@su |rjschwei@suse.com |se.de | Priority|P5 - None |P3 - Medium CC| |rjschwei@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1225946 https://bugzilla.suse.com/show_bug.cgi?id=1225946#c3 --- Comment #3 from Maintenance Automation <maint-coord+maintenance-robot@suse.de> --- SUSE-RU-2024:2215-1: An update that has one fix can now be installed. Category: recommended (moderate) Bug References: 1225946 Maintenance Incident: [SUSE:Maintenance:34179](https://smelt.suse.de/incident/34179/) Sources used: openSUSE Leap 15.5 (src): python-azure-agent-2.9.1.1-150100.3.37.3 openSUSE Leap 15.6 (src): python-azure-agent-2.9.1.1-150100.3.37.3 Public Cloud Module 15-SP2 (src): python-azure-agent-2.9.1.1-150100.3.37.3 Public Cloud Module 15-SP3 (src): python-azure-agent-2.9.1.1-150100.3.37.3 Public Cloud Module 15-SP4 (src): python-azure-agent-2.9.1.1-150100.3.37.3 Public Cloud Module 15-SP5 (src): python-azure-agent-2.9.1.1-150100.3.37.3 Public Cloud Module 15-SP6 (src): python-azure-agent-2.9.1.1-150100.3.37.3 SUSE Linux Enterprise Micro 5.2 (src): python-azure-agent-2.9.1.1-150100.3.37.3 SUSE Linux Enterprise Micro for Rancher 5.2 (src): python-azure-agent-2.9.1.1-150100.3.37.3 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1225946 Maintenance Automation <maint-coord+maintenance-robot@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1225946 https://bugzilla.suse.com/show_bug.cgi?id=1225946#c10 --- Comment #10 from Maintenance Automation <maint-coord+maintenance-robot@suse.de> --- SUSE-RU-2024:3099-1: An update that has four fixes can now be installed. URL: https://www.suse.com/support/update/announcement/2024/suse-ru-20243099-1 Category: recommended (important) Bug References: 1225946, 1227106, 1227600, 1227711 Maintenance Incident: [SUSE:Maintenance:35299](https://smelt.suse.de/incident/35299/) Sources used: Public Cloud Module 12 (src): python-azure-agent-2.9.1.1-34.48.3 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com