Hello community,
here is the log from the commit of package kiwi-boot-descriptions for
openSUSE:Factory checked in at 2018-09-11 17:09:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-boot-descriptions (Old)
and /work/SRC/openSUSE:Factory/.kiwi-boot-descriptions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-boot-descriptions"
Tue Sep 11 17:09:07 2018 rev:5 rq:631166 version:1.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/kiwi-boot-descriptions/kiwi-boot-descriptions.changes
2018-07-07 21:57:16.451403211 +0200
+++
/work/SRC/openSUSE:Factory/.kiwi-boot-descriptions.new/kiwi-boot-descriptions.changes
2018-09-11 17:09:16.748154719 +0200
@@ -1,0 +2,8 @@
+Mon Aug 13 09:04:39 UTC 2018 - [email protected]
+
+- Clear the terminal I/O before dialog
+
+ Call the reset program to clear the terminal I/O
+ prior to call the dialog program. This Fixes bsc#1095856
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kiwi-boot-descriptions.spec ++++++
--- /var/tmp/diff_new_pack.PRzhYH/_old 2018-09-11 17:09:17.296153864 +0200
+++ /var/tmp/diff_new_pack.PRzhYH/_new 2018-09-11 17:09:17.296153864 +0200
@@ -14,6 +14,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
+
+#
%if 0%{?fedora}
%global debug_package %{nil}
%endif
@@ -140,9 +143,10 @@
Summary: KIWI - buildservice host requirements for docker images
Group: System/Management
Provides: kiwi-image:docker
+Requires: jing
Requires: skopeo
Requires: umoci
-Requires: jing
+
%description -n kiwi-image-docker-requires
Meta package for the buildservice to pull in all required packages
for the build host to build docker images
@@ -166,8 +170,9 @@
Summary: KIWI - buildservice host requirements for oem images
Group: System/Management
Provides: kiwi-image:oem
-Requires: kiwi-filesystem-requires
Requires: jing
+Requires: kiwi-filesystem-requires
+
%description -n kiwi-image-oem-requires
Meta package for the buildservice to pull in all required packages
for the build host to build oem disk images
@@ -176,8 +181,9 @@
Summary: KIWI - buildservice host requirements for pxe images
Group: System/Management
Provides: kiwi-image:pxe
-Requires: kiwi-filesystem-requires
Requires: jing
+Requires: kiwi-filesystem-requires
+
%description -n kiwi-image-pxe-requires
Meta package for the buildservice to pull in all required packages
for the build host to build pxe images
@@ -186,8 +192,9 @@
Summary: KIWI - buildservice host requirements for vmx images
Group: System/Management
Provides: kiwi-image:vmx
-Requires: kiwi-filesystem-requires
Requires: jing
+Requires: kiwi-filesystem-requires
+
%description -n kiwi-image-vmx-requires
Meta package for the buildservice to pull in all required packages
for the build host to build simple disk images
@@ -199,6 +206,7 @@
Requires: jing
Requires: tar
Requires: xz
+
%description -n kiwi-image-tbz-requires
Meta package for the buildservice to pull in all required packages
for the build host to build root archive tarball
@@ -211,8 +219,8 @@
Provides: kiwi-filesystem:ext4
Provides: kiwi-filesystem:squashfs
Provides: kiwi-filesystem:xfs
-Requires: jing
Requires: e2fsprogs
+Requires: jing
Requires: xfsprogs
%if 0%{?fedora} || 0%{?rhel}
Requires: btrfs-progs
++++++ kiwi-boot-descriptions.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/custom_boot/functions.sh new/custom_boot/functions.sh
--- old/custom_boot/functions.sh 2018-05-28 11:11:04.853197153 +0200
+++ new/custom_boot/functions.sh 2018-08-13 11:02:26.378527409 +0200
@@ -7354,6 +7354,7 @@
local dialog_code=/tmp/dialog_code
hideSplash
cat > $dialog_call <<- EOF
+ reset
dialog \
--ok-label "$TEXT_OK" \
--cancel-label "$TEXT_CANCEL" \