Script 'mail_helper' called by obssrc
Hello community,

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

Package is "obs-service-verify_file"

Thu Dec  8 16:52:34 2022 rev:13 rq:1041653 version:0.1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-verify_file/obs-service-verify_file.changes
  2016-03-01 10:21:07.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-verify_file.new.1835/obs-service-verify_file.changes
        2022-12-08 16:52:42.071949031 +0100
@@ -1,0 +2,8 @@
+Wed Dec  7 09:48:00 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-verify_file.spec ++++++
--- /var/tmp/diff_new_pack.mrHkHX/_old  2022-12-08 16:52:42.443950940 +0100
+++ /var/tmp/diff_new_pack.mrHkHX/_new  2022-12-08 16:52:42.447950960 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-service-verify_file
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           obs-service-verify_file
 Version:        0.1.1
 Release:        0
-Url:            http://build.opensuse.org
+URL:            http://build.opensuse.org
 Summary:        An OBS source service: file verification
 License:        MIT
 Group:          Development/Tools/Building
@@ -39,7 +39,7 @@
 It allows to verify a file with a given sha256sum
 
 %prep
-%setup -q -D -T 0 -n .
+%setup -q -D -T 0 -c
 cp %{SOURCE2} .
 
 %build

Reply via email to