Hello community,
here is the log from the commit of package kubic-cilium-operator-image for
openSUSE:Factory checked in at 2019-07-29 17:32:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubic-cilium-operator-image (Old)
and /work/SRC/openSUSE:Factory/.kubic-cilium-operator-image.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubic-cilium-operator-image"
Mon Jul 29 17:32:00 2019 rev:2 rq:719551 version:4.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/kubic-cilium-operator-image/kubic-cilium-operator-image.changes
2019-04-19 18:38:39.579205789 +0200
+++
/work/SRC/openSUSE:Factory/.kubic-cilium-operator-image.new.4126/kubic-cilium-operator-image.changes
2019-07-29 17:32:05.570121366 +0200
@@ -1,0 +2,5 @@
+Fri Jul 26 12:38:25 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- OBS-ExclusiveArch: aarch64 x86_64.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cilium-operator-image.kiwi.ini ++++++
--- /var/tmp/diff_new_pack.rii758/_old 2019-07-29 17:32:06.510120229 +0200
+++ /var/tmp/diff_new_pack.rii758/_new 2019-07-29 17:32:06.510120229 +0200
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
+<!-- OBS-ExclusiveArch: aarch64 x86_64 -->
<image schemaversion="6.5" name="_PRODUCT_-cilium-operator-image"
xmlns:suse_label_helper="com.suse.label_helper">
<description type="system">
@@ -12,12 +13,12 @@
derived_from="obsrepositories:/_BASEIMAGE_">
<containerconfig
name="_NAMESPACE_/cilium-operator"
- tag="%%SHORT_VERSION%%"
+ tag="latest"
maintainer="SUSE Containers Team <[email protected]>"
- additionaltags="%%LONG_VERSION%%">
+ additionaltags="%%LONG_VERSION%%,%%LONG_VERSION%%-%RELEASE%">
<entrypoint execute="/usr/bin/cilium-operator"/>
<labels>
- <suse_label_helper:add_prefix prefix="org.opensuse.cilium-operator">
+ <suse_label_helper:add_prefix
prefix="_LABEL_PREFIX_.cilium-operator">
<label name="org.opencontainers.image.title"
value="cilium-operator Container"/>
<label name="org.opencontainers.image.description" value="Image
containing cilium-operator - operator that does garbage collector work for
cilium"/>
<label name="org.opencontainers.image.version"
value="%%LONG_VERSION%%"/>
++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.rii758/_old 2019-07-29 17:32:06.526120210 +0200
+++ /var/tmp/diff_new_pack.rii758/_new 2019-07-29 17:32:06.526120210 +0200
@@ -48,10 +48,12 @@
product='kubic'
baseimage="opensuse/tumbleweed#latest"
distro="openSUSE Kubic"
+ label_prefix="org.opensuse.kubic"
elif [[ "${namespace}" =~ ^caasp/.* ]]; then
product='caasp'
baseimage="suse/sle15#15.1"
distro="SLES15 SP1"
+ label_prefix="com.suse.caasp"
else
usage
abort "Unknown product. Product needs to match 'kubic|caasp/.*'"
@@ -92,6 +94,7 @@
-e "s@_DISTRO_@${distro}@g" \
-e "s@_NAMESPACE_@${namespace}@g" \
-e "s@_PRODUCT_@${product}@g" \
+ -e "s@_LABEL_PREFIX_@${label_prefix}@g" \
-e "/^<image/i\<!--\n\tThis is an autogenerated \
file from ${file} template.\n\tDo not manually modify \
this file.\n-->\n" \