Script 'mail_helper' called by obssrc
Hello community,

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

Package is "obs-service-docker_label_helper"

Thu Dec  8 16:52:35 2022 rev:5 rq:1041654 version:0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-docker_label_helper/obs-service-docker_label_helper.changes
  2022-07-25 16:59:51.081383782 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-docker_label_helper.new.1835/obs-service-docker_label_helper.changes
        2022-12-08 16:52:42.619951842 +0100
@@ -1,0 +2,8 @@
+Wed Dec  7 09:48:52 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-docker_label_helper.spec ++++++
--- /var/tmp/diff_new_pack.CGNXdg/_old  2022-12-08 16:52:43.035953976 +0100
+++ /var/tmp/diff_new_pack.CGNXdg/_new  2022-12-08 16:52:43.039953996 +0100
@@ -37,7 +37,7 @@
 Useful for implementing 
https://en.opensuse.org/Building_derived_containers#Labels.
 
 %prep
-%setup -q -D -T -n .
+%setup -q -D -T -c
 cp %{SOURCE2} .
 
 %build

++++++ README ++++++
--- /var/tmp/diff_new_pack.CGNXdg/_old  2022-12-08 16:52:43.075954181 +0100
+++ /var/tmp/diff_new_pack.CGNXdg/_new  2022-12-08 16:52:43.079954202 +0100
@@ -23,7 +23,7 @@
 LABEL org.opencontainers.image.title="Example container"
 LABEL org.opencontainers.image.description="This contains nano"
 # endlabelprefix
-LABEL not.expanded.label="example
+LABEL not.expanded.label="example"
 ```
 
 expands to

Reply via email to