Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

2 changed files with 3 additions and 10 deletions

View File

@ -1,10 +1,3 @@
-------------------------------------------------------------------
Thu Jan 9 10:20:35 UTC 2025 - Egbert Eich <eich@suse.com>
- Fix post install script for SELinux: when moving temporary file
to final destination, remove temporary file security context
(boo#1235443).
-------------------------------------------------------------------
Mon Feb 26 11:02:44 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package conman
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -196,7 +196,7 @@ if [ $1 -eq 2 -a ! -e %_localstatedir/lib/conman/%migrated ]; then
< /etc/conman.conf > $tmpfile
if ! cmp /etc/conman.conf $tmpfile; then
mv /etc/conman.conf /etc/conman.conf.rpmsave
mv -Z $tmpfile /etc/conman.conf
mv $tmpfile /etc/conman.conf
chown %conman_u:%conman_g /etc/conman.conf
cat > %_localstatedir/adm/update-messages/%{name}-%{version}-%{release}-%{name}.txt <<EOF