Hello community, here is the log from the commit of package live-kiwi-hook for openSUSE:Factory checked in at 2020-02-18 13:29:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/live-kiwi-hook (Old) and /work/SRC/openSUSE:Factory/.live-kiwi-hook.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "live-kiwi-hook" Tue Feb 18 13:29:49 2020 rev:2 rq:775111 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/live-kiwi-hook/live-kiwi-hook.changes 2019-04-02 09:21:17.688654777 +0200 +++ /work/SRC/openSUSE:Factory/.live-kiwi-hook.new.26092/live-kiwi-hook.changes 2020-02-18 13:29:50.924754247 +0100 @@ -1,0 +2,5 @@ +Tue Feb 18 09:21:18 UTC 2020 - Fabian Vogt <[email protected]> + +- Update the filename in .sha256 files as well (boo#1159974) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ live-kiwi-hook.spec ++++++ --- /var/tmp/diff_new_pack.WGYi59/_old 2020-02-18 13:29:51.616755593 +0100 +++ /var/tmp/diff_new_pack.WGYi59/_new 2020-02-18 13:29:51.624755609 +0100 @@ -1,7 +1,7 @@ # # spec file for package live-kiwi-hook # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ kiwi_post_run ++++++ --- /var/tmp/diff_new_pack.WGYi59/_old 2020-02-18 13:29:51.672755702 +0100 +++ /var/tmp/diff_new_pack.WGYi59/_new 2020-02-18 13:29:51.672755702 +0100 @@ -34,6 +34,8 @@ # Use rename to also rename the checksum files rename -v "${oldiso}" "${newiso}" ./* +# Adjust references in .sha256 files +sed -i"" "s/${oldiso}/${newiso}/g" ./*.sha256 isosize="$(stat -c %s "${newiso}.iso")"
