Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package update-desktop-files for 
openSUSE:Factory checked in at 2022-12-09 13:16:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/update-desktop-files (Old)
 and      /work/SRC/openSUSE:Factory/.update-desktop-files.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "update-desktop-files"

Fri Dec  9 13:16:34 2022 rev:104 rq:1041349 version:84.87

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/update-desktop-files/update-desktop-files.changes    
    2020-07-17 20:44:08.352494420 +0200
+++ 
/work/SRC/openSUSE:Factory/.update-desktop-files.new.1835/update-desktop-files.changes
      2022-12-09 13:16:38.322637603 +0100
@@ -1,0 +2,8 @@
+Tue Dec  6 17:11:05 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:
------------------
++++++ update-desktop-files.spec ++++++
--- /var/tmp/diff_new_pack.y42q9K/_old  2022-12-09 13:16:39.482643765 +0100
+++ /var/tmp/diff_new_pack.y42q9K/_new  2022-12-09 13:16:39.490643807 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package update-desktop-files
 #
-# 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
@@ -64,9 +64,7 @@
 and AppStream metainfo found in build root
 
 %prep
-%setup -q -n . -D -T 0
-mkdir %name
-cd %name
+%setup -q -D -T 0 -c
 # supi hack
 sed -e '/awk/d' < %SOURCE4 > brp-extract-translations
 
@@ -77,7 +75,7 @@
 install -m0755 %SOURCE0 %SOURCE1 $RPM_BUILD_ROOT%_rpmconfigdir
 install -m0644 -D %SOURCE2 $RPM_BUILD_ROOT%_rpmmacrodir/macros.%name
 install -m0755 -D %SOURCE4 
$RPM_BUILD_ROOT/usr/lib/rpm/brp-suse.d/brp-70-trim-translations
-install -m0755 -D %name/brp-extract-translations 
$RPM_BUILD_ROOT/usr/lib/rpm/brp-suse.d/brp-70-extract-translations
+install -m0755 -D brp-extract-translations 
$RPM_BUILD_ROOT/usr/lib/rpm/brp-suse.d/brp-70-extract-translations
 
 %files
 %defattr(-,root,root)

Reply via email to