Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ignition for openSUSE:Factory 
checked in at 2023-09-08 21:15:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ignition (Old)
 and      /work/SRC/openSUSE:Factory/.ignition.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ignition"

Fri Sep  8 21:15:11 2023 rev:41 rq:1109547 version:2.16.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ignition/ignition.changes        2023-08-30 
10:18:29.323876989 +0200
+++ /work/SRC/openSUSE:Factory/.ignition.new.1766/ignition.changes      
2023-09-08 21:15:34.790553809 +0200
@@ -1,0 +2,21 @@
+Wed Sep  6 15:29:10 UTC 2023 - Fabian Vogt <fv...@suse.com>
+
+- Amend patch to fix race condition with kiwi:
+  * 0005-dracut-Don-t-include-the-ignition-module-by-default.patch
+
+-------------------------------------------------------------------
+Fri Aug 25 13:19:15 UTC 2023 - Ignaz Forster <ifors...@suse.com>
+
+- Patch file cleanup:
+  * Improve description of
+    0003-Move-the-GPT-header-on-resized-disks.patch
+  * Rename
+    0001-Order-ignition-disks.service-before-systemd-fsck-roo.patch
+    to
+    0004-Order-ignition-disks.service-before-systemd-fsck-roo.patch
+  * Rename
+    0001-dracut-Don-t-include-the-ignition-module-by-default.patch
+    to
+    0005-dracut-Don-t-include-the-ignition-module-by-default.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Order-ignition-disks.service-before-systemd-fsck-roo.patch
  0001-dracut-Don-t-include-the-ignition-module-by-default.patch

New:
----
  0004-Order-ignition-disks.service-before-systemd-fsck-roo.patch
  0005-dracut-Don-t-include-the-ignition-module-by-default.patch

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

Other differences:
------------------
++++++ ignition.spec ++++++
--- /var/tmp/diff_new_pack.SBlNVn/_old  2023-09-08 21:15:37.322644306 +0200
+++ /var/tmp/diff_new_pack.SBlNVn/_new  2023-09-08 21:15:37.326644448 +0200
@@ -42,9 +42,9 @@
 Patch1:         0001-ignore-missing-qemu-blockdev.patch
 Patch2:         0002-allow-multiple-mounts-of-same-device.patch
 Patch3:         0003-Move-the-GPT-header-on-resized-disks.patch
-Patch4:         0001-Order-ignition-disks.service-before-systemd-fsck-roo.patch
+Patch4:         0004-Order-ignition-disks.service-before-systemd-fsck-roo.patch
 # https://github.com/coreos/ignition/pull/1698
-Patch5:         0001-dracut-Don-t-include-the-ignition-module-by-default.patch
+Patch5:         0005-dracut-Don-t-include-the-ignition-module-by-default.patch
 BuildRequires:  dracut
 BuildRequires:  libblkid-devel
 BuildRequires:  systemd-rpm-macros

++++++ 0003-Move-the-GPT-header-on-resized-disks.patch ++++++
--- /var/tmp/diff_new_pack.SBlNVn/_old  2023-09-08 21:15:37.362645735 +0200
+++ /var/tmp/diff_new_pack.SBlNVn/_new  2023-09-08 21:15:37.366645878 +0200
@@ -1,7 +1,14 @@
 From: Ignaz Forster <ifors...@suse.com>
 Date: Tue, 22 Aug 2023 16:13:07 +0200
-Subject: [PATCH] Move the GPT header on resized disks
+Subject: [PATCH] Move GTP header to the end on resized disk images
 
+Fedora CoreOS is handling the GPT move by putting flags into the disk's
+GUID (see also [gh#coreos/ignition#839]) and then adjusting the root disk
+in
+https://github.com/coreos/fedora-coreos-config/blob/testing-devel/overlay.d/05core/usr/lib/dracut/modules.d/35coreos-ignition/coreos-gpt-setup.sh.
+We are not using the CoreOS Assembler and have no reason to change the
+UUID, so introducing a dracut service just to possibly move the GPT seems
+like overkill. Just do so when creating new partitions.
 ---
  internal/sgdisk/sgdisk.go | 1 +
  1 file changed, 1 insertion(+)

++++++ 0001-Order-ignition-disks.service-before-systemd-fsck-roo.patch -> 
0004-Order-ignition-disks.service-before-systemd-fsck-roo.patch ++++++
--- 
/work/SRC/openSUSE:Factory/ignition/0001-Order-ignition-disks.service-before-systemd-fsck-roo.patch
 2023-08-30 10:18:28.683854149 +0200
+++ 
/work/SRC/openSUSE:Factory/.ignition.new.1766/0004-Order-ignition-disks.service-before-systemd-fsck-roo.patch
       2023-09-08 21:15:34.722551379 +0200
@@ -1,20 +1,19 @@
-From c30af974e1487e4a23d773e2061873afd6dcb8bf Mon Sep 17 00:00:00 2001
 From: Fabian Vogt <fv...@suse.de>
 Date: Thu, 17 Aug 2023 13:51:24 +0200
 Subject: [PATCH] Order ignition-disks.service before systemd-fsck-root.service
 
 firstboot-detect.service needs initrd-root-device.target but has to be before
 any ignition units, so ignition units can't use
-Before=initrd-root-device.target. Use systemd-fsck-root.service instead, which
-fits the comment above more anyway.
+Before=initrd-root-device.target. Use systemd-fsck-root.service and
+dracut-pre-mount.service instead, which fits the comment above more anyway.
 ---
  dracut/30ignition/ignition-disks.service | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/dracut/30ignition/ignition-disks.service 
b/dracut/30ignition/ignition-disks.service
-index 730063f1..2c817408 100644
---- a/dracut/30ignition/ignition-disks.service
-+++ b/dracut/30ignition/ignition-disks.service
+Index: ignition-2.16.2/dracut/30ignition/ignition-disks.service
+===================================================================
+--- ignition-2.16.2.orig/dracut/30ignition/ignition-disks.service
++++ ignition-2.16.2/dracut/30ignition/ignition-disks.service
 @@ -9,7 +9,7 @@ Before=ignition-complete.target
  After=ignition-fetch.service
  Before=ignition-mount.service
@@ -29,10 +28,7 @@
  # completely wipe the rootfs. Though we're not there yet. But we still run
  # before `sysroot.mount` on principle.
 -Before=initrd-root-device.target
-+Before=systemd-fsck-root.service
++Before=systemd-fsck-root.service dracut-pre-mount.service
  Before=sysroot.mount
  
  OnFailure=emergency.target
--- 
-2.41.0
-

++++++ 0001-dracut-Don-t-include-the-ignition-module-by-default.patch -> 
0005-dracut-Don-t-include-the-ignition-module-by-default.patch ++++++
--- 
/work/SRC/openSUSE:Factory/ignition/0001-dracut-Don-t-include-the-ignition-module-by-default.patch
  2023-08-30 10:18:28.831859431 +0200
+++ 
/work/SRC/openSUSE:Factory/.ignition.new.1766/0005-dracut-Don-t-include-the-ignition-module-by-default.patch
        2023-09-08 21:15:34.734551808 +0200
@@ -1,4 +1,3 @@
-From 7b753b963953392aca6e44a7be9441e01e70ff2d Mon Sep 17 00:00:00 2001
 From: Fabian Vogt <fv...@suse.de>
 Date: Mon, 21 Aug 2023 14:17:01 +0200
 Subject: [PATCH] dracut: Don't include the ignition module by default

Reply via email to