Hello community,
here is the log from the commit of package opensuse-toolbox-image for
openSUSE:Factory checked in at 2019-10-16 09:14:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensuse-toolbox-image (Old)
and /work/SRC/openSUSE:Factory/.opensuse-toolbox-image.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensuse-toolbox-image"
Wed Oct 16 09:14:26 2019 rev:2 rq:738322 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/opensuse-toolbox-image/opensuse-toolbox-image.changes
2019-10-08 19:57:10.728332525 +0200
+++
/work/SRC/openSUSE:Factory/.opensuse-toolbox-image.new.2352/opensuse-toolbox-image.changes
2019-10-16 09:14:28.327593317 +0200
@@ -1,0 +2,6 @@
+Mon Oct 14 11:58:37 CEST 2019 - [email protected]
+
+- Add glibc-locale and man
+- Don't exclude docu from installation
+
+-------------------------------------------------------------------
New:
----
config.sh
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ opensuse-toolbox-image.kiwi ++++++
--- /var/tmp/diff_new_pack.CtkA1E/_old 2019-10-16 09:14:29.071591400 +0200
+++ /var/tmp/diff_new_pack.CtkA1E/_new 2019-10-16 09:14:29.075591389 +0200
@@ -34,13 +34,14 @@
</type>
<version>1.0.0</version>
<packagemanager>zypper</packagemanager>
- <rpm-excludedocs>true</rpm-excludedocs>
+ <rpm-excludedocs>false</rpm-excludedocs>
</preferences>
<repository>
<source path="obsrepositories:/"/>
</repository>
<packages type="bootstrap">
<package name="gdb"/>
+ <package name="glibc-locale"/>
<package name="strace"/>
<package name="ltrace"/>
<package name="traceroute"/>
@@ -49,5 +50,6 @@
<package name="tcpdump"/>
<package name="vim"/>
<package name="less"/>
+ <package name="man"/>
</packages>
</image>
++++++ config.sh ++++++
#!/bin/bash
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
test -f /.kconfig && . /.kconfig
test -f /.profile && . /.profile
set -euo pipefail
echo "Configure image: [$kiwi_iname]..."
#======================================
# Include docs intallation
#--------------------------------------
sed -i 's/.*rpm.install.excludedocs.*/rpm.install.excludedocs = no/g'
/etc/zypp/zypp.conf
exit 0