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 2021-12-16 02:00:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-docker_label_helper (Old)
and /work/SRC/openSUSE:Factory/.obs-service-docker_label_helper.new.2520
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-docker_label_helper"
Thu Dec 16 02:00:54 2021 rev:3 rq:940750 version:0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-docker_label_helper/obs-service-docker_label_helper.changes
2021-07-23 23:41:37.261799961 +0200
+++
/work/SRC/openSUSE:Factory/.obs-service-docker_label_helper.new.2520/obs-service-docker_label_helper.changes
2021-12-16 02:01:27.215651821 +0100
@@ -1,0 +2,6 @@
+Wed Dec 15 14:52:19 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Improve summary, description and README.md a bit
+- Mention bsc#1193429 in this changelog
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-docker_label_helper.spec ++++++
--- /var/tmp/diff_new_pack.ZtRcLh/_old 2021-12-16 02:01:27.595652051 +0100
+++ /var/tmp/diff_new_pack.ZtRcLh/_new 2021-12-16 02:01:27.599652053 +0100
@@ -19,7 +19,7 @@
Name: obs-service-docker_label_helper
Version: 0.0
Release: 0
-Summary: Service to duplicate labels with a custom prefix
+Summary: OBS Service to add prefixed labels in Dockerfile builds
License: GPL-2.0-or-later
Group: Development/Tools/Building
URL: https://build.opensuse.org
@@ -33,8 +33,8 @@
BuildRequires: diffutils
%description
-This service can be used during buildtime to expand LABEL
-instructions with mandatory openSUSE prefixes.
+An OBS service which expands LABEL instructions in Dockerfile with prefixes.
+Useful for implementing
https://en.opensuse.org/Building_derived_containers#Labels.
%prep
%setup -q -D -T -n .
++++++ README ++++++
--- /var/tmp/diff_new_pack.ZtRcLh/_old 2021-12-16 02:01:27.623652068 +0100
+++ /var/tmp/diff_new_pack.ZtRcLh/_new 2021-12-16 02:01:27.643652080 +0100
@@ -5,8 +5,8 @@
Dockerfile to expand the LABEL instruction.
A new syntax using entry/exit flags has been introduced to provide
-compatibility with stock docker build command while allowing OBS
-to add its prefix to existing LABEL instructions values.
+compatibility with stock docker build command while allowing to add prefixed
+labels based on existing LABEL instructions.
Both new and old syntax are supported, but you should not mix both in the
same Dockerfile.
++++++ docker_label_helper.service ++++++
--- /var/tmp/diff_new_pack.ZtRcLh/_old 2021-12-16 02:01:27.667652095 +0100
+++ /var/tmp/diff_new_pack.ZtRcLh/_new 2021-12-16 02:01:27.667652095 +0100
@@ -1,5 +1,5 @@
<service name="docker_label_helper">
- <summary>Allows automatic duplication of labels with a custom
prefix.</summary>
- <description>Expand LABEL instructions with mandatory openSUSE prefixes
for Dockerfile.</description>
+ <summary>Add prefixed labels in Dockerfile builds</summary>
+ <description>An OBS service which expands LABEL instructions in
Dockerfile with prefixes. Useful for implementing
https://en.opensuse.org/Building_derived_containers#Labels.</description>
</service>