forked from pool/obs-service-kiwi_metainfo_helper
- Mention that it's a service in the summary
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-kiwi_metainfo_helper?expand=0&rev=14
This commit is contained in:
parent
f455c85500
commit
be6e0cfdb0
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 07:12:48 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
@ -7,7 +13,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>
|
||||
|
||||
- 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>
|
||||
@ -18,7 +24,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>
|
||||
|
||||
- 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>
|
||||
|
@ -27,12 +27,11 @@ Source0: kiwi_metainfo_helper.service
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user