Hello community, here is the log from the commit of package live-kiwi-hook for openSUSE:Factory checked in at 2020-06-09 13:51:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/live-kiwi-hook (Old) and /work/SRC/openSUSE:Factory/.live-kiwi-hook.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "live-kiwi-hook" Tue Jun 9 13:51:01 2020 rev:3 rq:812904 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/live-kiwi-hook/live-kiwi-hook.changes 2020-02-18 13:29:50.924754247 +0100 +++ /work/SRC/openSUSE:Factory/.live-kiwi-hook.new.3606/live-kiwi-hook.changes 2020-06-09 13:51:03.055261758 +0200 @@ -1,0 +2,5 @@ +Tue Jun 9 11:47:31 UTC 2020 - Fabian Vogt <[email protected]> + +- Undo the change in kiwi to use "ix86" as arch for 32-bit x86 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi_post_run ++++++ --- /var/tmp/diff_new_pack.TCwDtr/_old 2020-06-09 13:51:03.647263707 +0200 +++ /var/tmp/diff_new_pack.TCwDtr/_new 2020-06-09 13:51:03.651263720 +0200 @@ -8,6 +8,8 @@ # The isos written by KIWI (and subsequently renamed by the OBS KIWI # build recipe) do not follow that name scheme, so we need to rename # it manually to the expected names. +# Additionally, kiwi in a newer version uses "ix86" instead of the full +# arch, which is not handled/expected by various scripts. So undo that. # The Rescue CD is intented to be written to CDs, so it must not exceed # the 680 MiB size limit. For GNOME and KDE Lives there's an arbitrary @@ -25,12 +27,14 @@ exit 0 fi -# openSUSE-Tumbleweed-GNOME-Live.i686-2.8.0-noEFI-Build22.1 +# openSUSE-Tumbleweed-GNOME-Live.ix86-2.8.0-noEFI-Build22.1 oldiso="$(echo *.iso | sed 's/\.iso//')" flavor="$(echo "${oldiso}" | awk -F- '/-Rescue-CD/ { print "Rescue" } /-GNOME-Live/ { print "GNOME" } /-KDE-Live/ { print "KDE" } /-XFCE-Live/ { print "XFCE" }')" +# openSUSE-Tumbleweed-GNOME-Live.i686-2.8.0-noEFI-Build22.1 +newiso="$(echo "${oldiso}" | sed -E 's/ix86/i686/')" # openSUSE-Tumbleweed-GNOME-Live-i686-Build22.1-Media -newiso="$(echo "${oldiso}" | sed -E 's/([^.]*)\.([^0-9][^-]+).*(Build.*)/\1-\2-\3-Media/')" +newiso="$(echo "${newiso}" | sed -E 's/([^.]*)\.([^0-9][^-]+).*(Build.*)/\1-\2-\3-Media/')" # Use rename to also rename the checksum files rename -v "${oldiso}" "${newiso}" ./*
