Hello community,
here is the log from the commit of package tumbleweed-busybox-image for
openSUSE:Factory checked in at 2019-06-01 09:52:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tumbleweed-busybox-image (Old)
and /work/SRC/openSUSE:Factory/.tumbleweed-busybox-image.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tumbleweed-busybox-image"
Sat Jun 1 09:52:44 2019 rev:3 rq:706322 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/tumbleweed-busybox-image/tumbleweed-busybox-image.changes
2019-05-13 14:50:14.922744717 +0200
+++
/work/SRC/openSUSE:Factory/.tumbleweed-busybox-image.new.5148/tumbleweed-busybox-image.changes
2019-06-01 09:52:45.507257535 +0200
@@ -1,0 +2,10 @@
+Wed May 29 15:43:02 CEST 2019 - [email protected]
+
+- Fix labels
+
+-------------------------------------------------------------------
+Wed May 29 15:11:28 CEST 2019 - [email protected]
+
+- Move to official opensuse repository
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tumbleweed-busybox-image.kiwi ++++++
--- /var/tmp/diff_new_pack.rGLTPN/_old 2019-06-01 09:52:45.987257371 +0200
+++ /var/tmp/diff_new_pack.rGLTPN/_new 2019-06-01 09:52:45.987257371 +0200
@@ -8,23 +8,23 @@
<preferences>
<type image="docker">
<containerconfig
- name="tumbleweed/busybox"
+ name="opensuse/busybox"
tag="latest"
additionaltags="%PKG_VERSION%,%PKG_VERSION%-%RELEASE%"
maintainer="Thorsten Kukuk <[email protected]>">
<labels>
<suse_label_helper:add_prefix
prefix="org.opensuse.tumbleweed.busybox">
- <label name="org.opencontainers.title" value="openSUSE Tumbleweed
Busybox Container"/>
- <label name="org.opencontainers.description" value="Small image
containing busybox."/>
- <label name="org.opencontainers.version"
value="%PKG_VERSION%-%RELEASE%"/>
- <label name="org.opencontainers.created" value="%BUILDTIME%"/>
+ <label name="org.opencontainers.image.title" value="openSUSE
Busybox Container"/>
+ <label name="org.opencontainers.image.description" value="Small
image containing busybox."/>
+ <label name="org.opencontainers.image.version"
value="%PKG_VERSION%-%RELEASE%"/>
+ <label name="org.opencontainers.image.created"
value="%BUILDTIME%"/>
<label name="org.opencontainers.image.vendor" value="openSUSE
Project"/>
<label name="org.opencontainers.image.url"
value="https://www.opensuse.org/"/>
- <label name="org.opensuse.reference"
value="registry.opensuse.org/opensuse/tumbleweed/busybox:%PKG_VERSION%-%RELEASE%"/>
+ <label name="org.opensuse.reference"
value="registry.opensuse.org/opensuse/busybox:%PKG_VERSION%-%RELEASE%"/>
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
</suse_label_helper:add_prefix>
</labels>
- <history author="Thorsten Kukuk <[email protected]>">openSUSE
Tumbleweed Busybox Container</history>
+ <history author="Thorsten Kukuk <[email protected]>">openSUSE
Busybox Container</history>
</containerconfig>
</type>
<version>1.0.0</version>
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.rGLTPN/_old 2019-06-01 09:52:46.023257359 +0200
+++ /var/tmp/diff_new_pack.rGLTPN/_new 2019-06-01 09:52:46.023257359 +0200
@@ -26,6 +26,5 @@
/bin/rm /usr/bin/busybox
/bin/rm /usr/bin/busybox.install
/bin/rm -rf /usr/share/busybox
-/bin/sed -i -e 's|root::|root:!:|g' /etc/shadow
exit 0