Hello community,

here is the log from the commit of package obs-service-kiwi_label_helper for 
openSUSE:Factory checked in at 2020-05-07 17:49:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-kiwi_label_helper (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-kiwi_label_helper.new.2738 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-kiwi_label_helper"

Thu May  7 17:49:48 2020 rev:2 rq:800081 version:0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-kiwi_label_helper/obs-service-kiwi_label_helper.changes
      2019-01-11 14:05:08.371821152 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-kiwi_label_helper.new.2738/obs-service-kiwi_label_helper.changes
    2020-05-07 17:49:50.353185763 +0200
@@ -1,0 +2,6 @@
+Mon May  4 13:42:18 UTC 2020 - Fabian Vogt <fv...@suse.com>
+
+- Strip service prefix from the recipe name to work with enabled
+  services in OBS
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ obs-service-kiwi_label_helper.spec ++++++
--- /var/tmp/diff_new_pack.wiOQ1i/_old  2020-05-07 17:49:50.865186847 +0200
+++ /var/tmp/diff_new_pack.wiOQ1i/_new  2020-05-07 17:49:50.865186847 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-service-kiwi_label_helper
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -22,7 +22,7 @@
 Summary:        Service to duplicate labels with a custom prefix
 License:        GPL-2.0-or-later
 Group:          Development/Tools/Building
-Url:            https://build.opensuse.org
+URL:            https://build.opensuse.org
 Source0:        kiwi_label_helper.service
 Source1:        kiwi_label_helper
 Source2:        README

++++++ kiwi_label_helper ++++++
--- /var/tmp/diff_new_pack.wiOQ1i/_old  2020-05-07 17:49:50.901186923 +0200
+++ /var/tmp/diff_new_pack.wiOQ1i/_new  2020-05-07 17:49:50.901186923 +0200
@@ -9,6 +9,9 @@
 BUILD_DATA="${BUILD_DIST/.dist/.data}"
 . "${BUILD_DATA}"
 
+# The build script renames the recipe (to strip _service:foo:), but doesn't 
update .data
+RECIPEFILE="${RECIPEFILE##*:}"
+
 if [ "${RECIPEFILE##*.}" != "kiwi" ]; then
        echo "Recipe is not a kiwi file - exiting"
        exit 0


Reply via email to