Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package combustion for openSUSE:Factory 
checked in at 2022-08-19 17:53:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/combustion (Old)
 and      /work/SRC/openSUSE:Factory/.combustion.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "combustion"

Fri Aug 19 17:53:32 2022 rev:17 rq:997978 version:1.0+git2

Changes:
--------
--- /work/SRC/openSUSE:Factory/combustion/combustion.changes    2022-08-03 
21:16:36.371427612 +0200
+++ /work/SRC/openSUSE:Factory/.combustion.new.2083/combustion.changes  
2022-08-19 17:54:42.935878681 +0200
@@ -1,0 +2,6 @@
+Thu Aug 18 12:57:27 UTC 2022 - Fabian Vogt <fv...@suse.com>
+
+- Update to version 1.0+git2:
+  * Let selinux-microos-relabel decide whether a relabel is necessary 
(bsc#1202437)
+
+-------------------------------------------------------------------

Old:
----
  combustion-1.0+git1.obscpio

New:
----
  combustion-1.0+git2.obscpio

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

Other differences:
------------------
++++++ combustion.spec ++++++
--- /var/tmp/diff_new_pack.TJK0nq/_old  2022-08-19 17:54:43.423879703 +0200
+++ /var/tmp/diff_new_pack.TJK0nq/_new  2022-08-19 17:54:43.447879754 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           combustion
-Version:        1.0+git1
+Version:        1.0+git2
 Release:        0
 Summary:        System for initial configuration of appliances
 License:        GPL-2.0-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.TJK0nq/_old  2022-08-19 17:54:43.491879846 +0200
+++ /var/tmp/diff_new_pack.TJK0nq/_new  2022-08-19 17:54:43.495879855 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/combustion.git</param>
-              <param 
name="changesrevision">cbd61da9846d93b5eb8c572ab4b233995fe8392b</param></service></servicedata>
+              <param 
name="changesrevision">aa39f236506467eccc967c546a78c14fc4c83cce</param></service></servicedata>
 (No newline at EOF)
 

++++++ combustion-1.0+git1.obscpio -> combustion-1.0+git2.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/combustion-1.0+git1/combustion 
new/combustion-1.0+git2/combustion
--- old/combustion-1.0+git1/combustion  2022-08-02 14:53:48.000000000 +0200
+++ new/combustion-1.0+git2/combustion  2022-08-18 14:56:04.000000000 +0200
@@ -129,8 +129,11 @@
 awk '$4 ~ /x-initrd.mount/ { system("findmnt /sysroot" $2 " >/dev/null || 
mount -t " $3 " -o " $4 " " $1 " /sysroot" $2) }' /sysroot/etc/fstab
 
 # Make sure the old snapshot is relabeled too, otherwise syncing its /etc 
fails.
-if [ -e /sysroot/etc/selinux/.autorelabel ]; then
+if [ -e /lib/dracut/hooks/pre-pivot/50-selinux-microos-relabel.sh ]; then
        NEWROOT=/sysroot bash -c '. /lib/dracut-lib.sh; . 
/lib/dracut/hooks/pre-pivot/50-selinux-microos-relabel.sh'
+elif [ -e /sysroot/.autorelabel ] || [ -e /sysroot/etc/selinux/.autorelabel ]; 
then
+       echo "Relabel (probably) needed, but selinux-microos-relabel not found."
+       exit 1
 fi
 
 # Prepare chroot

++++++ combustion.obsinfo ++++++
--- /var/tmp/diff_new_pack.TJK0nq/_old  2022-08-19 17:54:43.595880064 +0200
+++ /var/tmp/diff_new_pack.TJK0nq/_new  2022-08-19 17:54:43.599880072 +0200
@@ -1,5 +1,5 @@
 name: combustion
-version: 1.0+git1
-mtime: 1659444828
-commit: cbd61da9846d93b5eb8c572ab4b233995fe8392b
+version: 1.0+git2
+mtime: 1660827364
+commit: aa39f236506467eccc967c546a78c14fc4c83cce
 

Reply via email to