Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kiwi-templates-Minimal for 
openSUSE:Factory checked in at 2022-12-29 09:57:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-Minimal (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-templates-Minimal"

Thu Dec 29 09:57:19 2022 rev:5 rq: version:84.87.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kiwi-templates-Minimal/kiwi-templates-Minimal.changes
    2022-11-12 17:40:41.950000115 +0100
+++ 
/work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.1563/kiwi-templates-Minimal.changes
  2022-12-29 09:57:20.760619276 +0100
@@ -1,0 +2,5 @@
+Thu Dec 29 08:56:59 UTC 2022 - Dominique Leuenberger <[email protected]>
+
+- editbootinstall_rpi.sh: fix loopdev name to work with new kiwi.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
kiwi-templates-Minimal.spec: same change
++++++ editbootinstall_rpi.sh ++++++
--- /var/tmp/diff_new_pack.ShGrYW/_old  2022-12-29 09:57:22.424631612 +0100
+++ /var/tmp/diff_new_pack.ShGrYW/_new  2022-12-29 09:57:22.436631701 +0100
@@ -4,7 +4,7 @@
 diskname=$1
 devname="$2"
 loopname="${devname%*p?}"
-loopdev=/dev/${loopname#/dev/mapper/*}
+loopdev=${loopname#/dev/mapper/*}
 
 #==========================================
 # copy Raspberry Pi firmware to EFI partition

Reply via email to