Hello community,

here is the log from the commit of package obs-service-kiwi_metainfo_helper for 
openSUSE:Factory checked in at 2020-09-05 23:59:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-kiwi_metainfo_helper (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-kiwi_metainfo_helper.new.3399 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-kiwi_metainfo_helper"

Sat Sep  5 23:59:32 2020 rev:6 rq:831457 version:0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-kiwi_metainfo_helper/obs-service-kiwi_metainfo_helper.changes
        2020-09-01 20:06:53.316578952 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-kiwi_metainfo_helper.new.3399/obs-service-kiwi_metainfo_helper.changes
      2020-09-05 23:59:59.379181347 +0200
@@ -1,0 +2,7 @@
+Tue Sep  1 08:42:45 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Use a boolean dep to avoid use of %{is_opensuse}. The prjconf
+  selects which one to use this way.
+- Bump version to 0.1
+
+-------------------------------------------------------------------
@@ -10 +17 @@
-- Also allow working on Chart.yaml
+- Also allow working on Chart.yaml (jsc#CAPS-5)
@@ -21 +28 @@
-- Also allow working on Dockerfile
+- Also allow working on Dockerfile (jsc#CAPS-10)

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

Other differences:
------------------
++++++ obs-service-kiwi_metainfo_helper.spec ++++++
--- /var/tmp/diff_new_pack.pYDnNW/_old  2020-09-06 00:00:01.151182235 +0200
+++ /var/tmp/diff_new_pack.pYDnNW/_new  2020-09-06 00:00:01.155182236 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           obs-service-kiwi_metainfo_helper
-Version:        0.0
+Version:        0.1
 Release:        0
 Summary:        Service for substituting various variables in build recipes
 License:        GPL-2.0-or-later
@@ -27,12 +27,11 @@
 Source1:        kiwi_metainfo_helper
 Source2:        README
 Requires:       sed
-# For os-release
-%if 0%{?is_opensuse}
-Requires:       openSUSE-release
-%else
-Requires:       sles-release
-%endif
+# Technically, this should read os-release inside the built image, but doing
+# that is much more complex. As obsrepositories:// has to be used anyway,
+# using the system's os-release is fine for now.
+Requires:       (sles-release or openSUSE-release)
+Conflicts:      dummy-release
 BuildArch:      noarch
 
 %description


Reply via email to