Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package obs-service-kiwi_label_helper for openSUSE:Factory checked in at 2022-12-08 16:50:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/obs-service-kiwi_label_helper (Old) and /work/SRC/openSUSE:Factory/.obs-service-kiwi_label_helper.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-kiwi_label_helper" Thu Dec 8 16:50:13 2022 rev:4 rq:1040883 version:0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/obs-service-kiwi_label_helper/obs-service-kiwi_label_helper.changes 2020-07-15 11:11:49.884810065 +0200 +++ /work/SRC/openSUSE:Factory/.obs-service-kiwi_label_helper.new.1835/obs-service-kiwi_label_helper.changes 2022-12-08 16:50:16.059201237 +0100 @@ -1,0 +2,8 @@ +Tue Dec 6 17:07:08 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Do not ever use "%setup -n .": rpm 4.18 tries to be cleaner and + remove stuff it extraced, which would lead to 'rm -rf .', which + rm does not like. Use "%setup -c" instead, which creates the + appropriate %{name}-%{version} directory expected. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obs-service-kiwi_label_helper.spec ++++++ --- /var/tmp/diff_new_pack.mOLymS/_old 2022-12-08 16:50:16.439203181 +0100 +++ /var/tmp/diff_new_pack.mOLymS/_new 2022-12-08 16:50:16.443203202 +0100 @@ -1,7 +1,7 @@ # # spec file for package obs-service-kiwi_label_helper # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,7 @@ suse_label_helper:add_prefix element useful for building containers. %prep -%setup -q -D -T -n . +%setup -q -D -T -c cp %{SOURCE2} . %build