Hello community,
here is the log from the commit of package tumbleweed-busybox-image for
openSUSE:Factory checked in at 2019-05-13 14:50:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Mon May 13 14:50:14 2019 rev:2 rq:701940 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/tumbleweed-busybox-image/tumbleweed-busybox-image.changes
2019-04-12 09:15:20.093711357 +0200
+++
/work/SRC/openSUSE:Factory/.tumbleweed-busybox-image.new.5148/tumbleweed-busybox-image.changes
2019-05-13 14:50:14.922744717 +0200
@@ -1,0 +2,5 @@
+Thu May 9 20:07:19 CEST 2019 - [email protected]
+
+- Lock root password
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tumbleweed-busybox-image.kiwi ++++++
--- /var/tmp/diff_new_pack.4WGxUc/_old 2019-05-13 14:50:15.730746752 +0200
+++ /var/tmp/diff_new_pack.4WGxUc/_new 2019-05-13 14:50:15.730746752 +0200
@@ -10,17 +10,17 @@
<containerconfig
name="tumbleweed/busybox"
tag="latest"
- additionaltags="%%LONG_VERSION%%,%%LONG_VERSION%%-%RELEASE%"
+ 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="%%LONG_VERSION%%-%RELEASE%"/>
+ <label name="org.opencontainers.version"
value="%PKG_VERSION%-%RELEASE%"/>
<label name="org.opencontainers.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:%%LONG_VERSION%%-%RELEASE%"/>
+ <label name="org.opensuse.reference"
value="registry.opensuse.org/opensuse/tumbleweed/busybox:%PKG_VERSION%-%RELEASE%"/>
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
</suse_label_helper:add_prefix>
</labels>
++++++ _service ++++++
--- /var/tmp/diff_new_pack.4WGxUc/_old 2019-05-13 14:50:15.754746813 +0200
+++ /var/tmp/diff_new_pack.4WGxUc/_new 2019-05-13 14:50:15.754746813 +0200
@@ -2,7 +2,7 @@
<service mode="buildtime" name="kiwi_metainfo_helper"/>
<service name="replace_using_package_version" mode="buildtime">
<param name="file">tumbleweed-busybox-image.kiwi</param>
- <param name="regex">%%LONG_VERSION%%</param>
+ <param name="regex">%PKG_VERSION%</param>
<param name="parse-version">patch</param>
<param name="package">busybox</param>
</service>
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.4WGxUc/_old 2019-05-13 14:50:15.766746843 +0200
+++ /var/tmp/diff_new_pack.4WGxUc/_new 2019-05-13 14:50:15.766746843 +0200
@@ -26,5 +26,6 @@
/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