Accepting request 831457 from openSUSE:Tools

- Use a boolean dep to avoid use of %{is_opensuse}. The prjconf
  selects which one to use this way.
- Bump version to 0.1

- Also allow working on Chart.yaml (jsc#CAPS-5)
- Also allow working on Dockerfile (jsc#CAPS-10)

OBS-URL: https://build.opensuse.org/request/show/831457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-kiwi_metainfo_helper?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2020-09-05 21:59:32 +00:00 committed by Git OBS Bridge
commit 9bfdd40291
2 changed files with 15 additions and 9 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 1 08:42:45 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Use a boolean dep to avoid use of %{is_opensuse}. The prjconf
selects which one to use this way.
- Bump version to 0.1
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 27 07:12:48 UTC 2020 - Fabian Vogt <fvogt@suse.com> Thu Aug 27 07:12:48 UTC 2020 - Fabian Vogt <fvogt@suse.com>
@ -7,7 +14,7 @@ Thu Aug 27 07:12:48 UTC 2020 - Fabian Vogt <fvogt@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 25 11:10:50 UTC 2020 - Stefan Nica <snica@suse.com> Tue Aug 25 11:10:50 UTC 2020 - Stefan Nica <snica@suse.com>
- Also allow working on Chart.yaml - Also allow working on Chart.yaml (jsc#CAPS-5)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 7 13:53:33 UTC 2020 - Fabian Vogt <fvogt@suse.com> Tue Jul 7 13:53:33 UTC 2020 - Fabian Vogt <fvogt@suse.com>
@ -18,7 +25,7 @@ Tue Jul 7 13:53:33 UTC 2020 - Fabian Vogt <fvogt@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 5 09:19:56 UTC 2020 - Fabian Vogt <fvogt@suse.com> Tue May 5 09:19:56 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Also allow working on Dockerfile - Also allow working on Dockerfile (jsc#CAPS-10)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 4 13:40:20 UTC 2020 - Fabian Vogt <fvogt@suse.com> Mon May 4 13:40:20 UTC 2020 - Fabian Vogt <fvogt@suse.com>

View File

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