Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package obs-service-kiwi_metainfo_helper for 
openSUSE:Factory checked in at 2022-12-08 16:50:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-kiwi_metainfo_helper (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-kiwi_metainfo_helper.new.1835 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-kiwi_metainfo_helper"

Thu Dec  8 16:50:10 2022 rev:14 rq:1040882 version:0.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-kiwi_metainfo_helper/obs-service-kiwi_metainfo_helper.changes
        2022-03-18 16:41:25.913151074 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-kiwi_metainfo_helper.new.1835/obs-service-kiwi_metainfo_helper.changes
      2022-12-08 16:50:15.455198147 +0100
@@ -1,0 +2,8 @@
+Tue Dec  6 17:10:20 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_metainfo_helper.spec ++++++
--- /var/tmp/diff_new_pack.haRWTm/_old  2022-12-08 16:50:15.863200235 +0100
+++ /var/tmp/diff_new_pack.haRWTm/_new  2022-12-08 16:50:15.871200276 +0100
@@ -40,7 +40,7 @@
 in build recipes.
 
 %prep
-%setup -q -D -T -n .
+%setup -q -D -T -c
 cp %{SOURCE2} .
 
 %build

Reply via email to