Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package micro-image for openSUSE:Factory checked in at 2023-07-06 18:29:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/micro-image (Old) and /work/SRC/openSUSE:Factory/.micro-image.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "micro-image" Thu Jul 6 18:29:10 2023 rev:2 rq:1097013 version:2023 Changes: -------- --- /work/SRC/openSUSE:Factory/micro-image/micro-image.changes 2022-07-25 16:59:47.893874231 +0200 +++ /work/SRC/openSUSE:Factory/.micro-image.new.23466/micro-image.changes 2023-07-06 18:29:22.195399812 +0200 @@ -1,0 +2,25 @@ +Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmuel...@suse.com> + +- label capitalization and related cleanups + +------------------------------------------------------------------- +Tue May 30 06:52:56 UTC 2023 - Dan Äermák <dcer...@suse.com> + +- Add release stage and lifecycle url + +------------------------------------------------------------------- +Wed Apr 26 06:18:12 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- switch versioning to rolling Tumbleweed schema + +------------------------------------------------------------------- +Fri Mar 3 07:24:36 UTC 2023 - Dan Äermák <dcer...@suse.com> + +- Add org.opencontainers.image.source label set to %SOURCEURL% + +------------------------------------------------------------------- +Mon Jan 2 12:22:14 UTC 2023 - Dan Äermák <dcer...@suse.com> + +- Bump copyright year + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ micro-image.kiwi ++++++ --- /var/tmp/diff_new_pack.GHM5gW/_old 2023-07-06 18:29:22.779403296 +0200 +++ /var/tmp/diff_new_pack.GHM5gW/_new 2023-07-06 18:29:22.783403320 +0200 @@ -1,44 +1,41 @@ <?xml version="1.0" encoding="utf-8"?> <!-- SPDX-License-Identifier: MIT --> -<!-- OBS-AddTag: bci/bci-micro:%OS_VERSION_ID_SP% bci/bci-micro:%OS_VERSION_ID_SP%.%RELEASE% bci/bci-micro:latest --> +<!-- OBS-AddTag: opensuse/bci/bci-micro:%OS_VERSION_ID_SP% opensuse/bci/bci-micro:%OS_VERSION_ID_SP%.%RELEASE% opensuse/bci/bci-micro:latest --> <!-- OBS-Imagerepo: obsrepositories:/ --> <image schemaversion="6.5" name="micro-image" xmlns:suse_label_helper="com.suse.label_helper"> <description type="system"> <author>openSUSE Project</author> <contact>https://www.suse.com/</contact> - <specification>openSUSE Tumbleweed BCI %OS_VERSION% Micro Container Image</specification> + <specification>openSUSE Tumbleweed BCI openSUSE Tumbleweed Micro Container Image</specification> </description> <preferences> <type image="docker"> <containerconfig - name="bci/bci-micro" + name="opensuse/bci/bci-micro" tag="%OS_VERSION_ID_SP%" maintainer="openSUSE (https://www.opensuse.org/)" additionaltags="%OS_VERSION_ID_SP%.%RELEASE%,latest"> <labels> - <!-- See https://en.opensuse.org/Building_derived_containers#Labels --> <suse_label_helper:add_prefix prefix="org.opensuse.bci.micro"> - <label name="org.opencontainers.image.title" value="openSUSE Tumbleweed BCI %OS_VERSION% Micro Container Image"/> + <label name="org.opencontainers.image.title" value="openSUSE Tumbleweed BCI openSUSE Tumbleweed Micro"/> <label name="org.opencontainers.image.description" value="A micro environment for containers based on the SLE Base Container Image."/> <label name="org.opencontainers.image.version" value="%OS_VERSION_ID_SP%.%RELEASE%"/> <label name="org.opencontainers.image.created" value="%BUILDTIME%"/> <label name="org.opencontainers.image.vendor" value="openSUSE Project"/> + <label name="org.opencontainers.image.source" value="%SOURCEURL%"/> <label name="org.opencontainers.image.url" value="https://www.opensuse.org"/> - <label name="org.opensuse.reference" value="registry.opensuse.org/bci/bci-micro:%OS_VERSION_ID_SP%.%RELEASE%"/> + <label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/bci/bci-micro:%OS_VERSION_ID_SP%.%RELEASE%"/> <label name="org.openbuildservice.disturl" value="%DISTURL%"/> - <label name="com.suse.release-stage" value="released"/> - + <label name="org.opensuse.release-stage" value="released"/> + <label name="org.opensuse.lifecycle-url" value="https://en.opensuse.org/Lifetime"/> </suse_label_helper:add_prefix> </labels> - - - </containerconfig> </type> - <version>15.Tumbleweed.0</version> + <version>2023</version> <packagemanager>zypper</packagemanager> <rpm-check-signatures>false</rpm-check-signatures> <rpm-excludedocs>true</rpm-excludedocs> ++++++ _service ++++++ --- /var/tmp/diff_new_pack.GHM5gW/_old 2023-07-06 18:29:22.811403487 +0200 +++ /var/tmp/diff_new_pack.GHM5gW/_new 2023-07-06 18:29:22.815403511 +0200 @@ -1,7 +1,6 @@ <services> - <service mode="buildtime" name="kiwi_metainfo_helper"/> <service mode="buildtime" name="kiwi_label_helper"/> - + <service mode="buildtime" name="kiwi_metainfo_helper"/> </services> (No newline at EOF) ++++++ config.sh ++++++ --- /var/tmp/diff_new_pack.GHM5gW/_old 2023-07-06 18:29:22.827403583 +0200 +++ /var/tmp/diff_new_pack.GHM5gW/_new 2023-07-06 18:29:22.831403607 +0200 @@ -1,6 +1,6 @@ #!/bin/bash # SPDX-License-Identifier: MIT -# SPDX-FileCopyrightText: (c) 2022 SUSE LLC +# SPDX-FileCopyrightText: (c) 2022-2023 SUSE LLC set -euo pipefail