Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package conman for openSUSE:Factory checked 
in at 2025-01-12 11:14:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/conman (Old)
 and      /work/SRC/openSUSE:Factory/.conman.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "conman"

Sun Jan 12 11:14:04 2025 rev:19 rq:1236165 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/conman/conman.changes    2024-02-27 
22:47:18.940292292 +0100
+++ /work/SRC/openSUSE:Factory/.conman.new.1881/conman.changes  2025-01-12 
11:19:51.176490926 +0100
@@ -1,0 +2,7 @@
+Thu Jan  9 10:20:35 UTC 2025 - Egbert Eich <[email protected]>
+
+- Fix post install script for SELinux: when moving temporary file
+  to final destination, remove temporary file security context
+  (boo#1235443).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ conman.spec ++++++
--- /var/tmp/diff_new_pack.Z1UyIM/_old  2025-01-12 11:19:51.620509190 +0100
+++ /var/tmp/diff_new_pack.Z1UyIM/_new  2025-01-12 11:19:51.620509190 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package conman
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -71,7 +71,7 @@
 %{?systemd_requires}
 Requires(pre):  shadow
 Requires(post): %fillup_prereq sed
-Requires(postun):coreutils
+Requires(postun): coreutils
 %endif
 
 Patch1:         conman-suse-fix-expect-scripts.patch
@@ -196,7 +196,7 @@
        < /etc/conman.conf > $tmpfile
     if ! cmp /etc/conman.conf $tmpfile; then
        mv /etc/conman.conf /etc/conman.conf.rpmsave
-       mv $tmpfile /etc/conman.conf
+       mv -Z $tmpfile /etc/conman.conf
        chown %conman_u:%conman_g /etc/conman.conf
        cat > 
%_localstatedir/adm/update-messages/%{name}-%{version}-%{release}-%{name}.txt 
<<EOF
 

Reply via email to