Hello community,
here is the log from the commit of package installation-images for
openSUSE:Factory checked in at 2020-01-30 09:32:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
and /work/SRC/openSUSE:Factory/.installation-images.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Thu Jan 30 09:32:46 2020 rev:87 rq:766971 version:14.454
Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes
2020-01-24 14:09:41.502379580 +0100
+++
/work/SRC/openSUSE:Factory/.installation-images.new.26092/installation-images.changes
2020-01-30 09:33:17.525229739 +0100
@@ -1,0 +2,14 @@
+Fri Jan 24 16:01:12 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#355
+- don't bind-mount / in rescue system (bsc#1160449)
+- 14.454
+
+--------------------------------------------------------------------
+Fri Jan 24 16:00:45 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#353
+- remove net-tools and net-tools-deprecated
+- remove obsolete net-tools package
+
+--------------------------------------------------------------------
Old:
----
installation-images-14.453.tar.xz
New:
----
installation-images-14.454.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.5lRt0U/_old 2020-01-30 09:33:19.901231011 +0100
+++ /var/tmp/diff_new_pack.5lRt0U/_new 2020-01-30 09:33:19.909231015 +0100
@@ -327,6 +327,7 @@
BuildRequires: hdparm
BuildRequires: hex
BuildRequires: hfsutils
+BuildRequires: hostname
BuildRequires: icewm-lite
BuildRequires: icmpinfo
BuildRequires: indic-fonts
@@ -606,7 +607,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0+
Group: Metapackages
-Version: 14.453
+Version: 14.454
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
++++++ installation-images-14.453.tar.xz -> installation-images-14.454.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.453/VERSION
new/installation-images-14.454/VERSION
--- old/installation-images-14.453/VERSION 2020-01-21 11:00:04.000000000
+0100
+++ new/installation-images-14.454/VERSION 2020-01-24 17:01:12.000000000
+0100
@@ -1 +1 @@
-14.453
+14.454
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.453/changelog
new/installation-images-14.454/changelog
--- old/installation-images-14.453/changelog 2020-01-21 11:00:04.000000000
+0100
+++ new/installation-images-14.454/changelog 2020-01-24 17:01:12.000000000
+0100
@@ -1,3 +1,10 @@
+2020-01-24: 14.454
+ - merge gh#openSUSE/installation-images#353
+ - remove net-tools and net-tools-deprecated
+ - remove obsolete net-tools package
+ - merge gh#openSUSE/installation-images#355
+ - don't bind-mount / in rescue system (bsc#1160449)
+
2020-01-21: 14.453
- merge gh#openSUSE/installation-images#352
- s390x: I/O device pre-configuration (jsc#SLE-7396)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.453/data/initrd/initrd.file_list
new/installation-images-14.454/data/initrd/initrd.file_list
--- old/installation-images-14.453/data/initrd/initrd.file_list 2020-01-21
11:00:04.000000000 +0100
+++ new/installation-images-14.454/data/initrd/initrd.file_list 2020-01-24
17:01:12.000000000 +0100
@@ -65,6 +65,7 @@
ethtool:
glibc:
haveged:
+hostname:
hwinfo:
iputils:
iscsiuio:
@@ -73,8 +74,6 @@
krb5:
lsscsi:
mdadm:
-net-tools:
-?net-tools-deprecated:
nvme-cli:
sed:
?wicked:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.453/data/initrd/scripts/prepare_rescue
new/installation-images-14.454/data/initrd/scripts/prepare_rescue
--- old/installation-images-14.453/data/initrd/scripts/prepare_rescue
2020-01-21 11:00:04.000000000 +0100
+++ new/installation-images-14.454/data/initrd/scripts/prepare_rescue
2020-01-24 17:01:12.000000000 +0100
@@ -74,10 +74,6 @@
done
fi
-# ensure there's a mountpoint for /, else udevd will have problems
-# cf. bsc #937237, comment 51
-mount --bind / /
-
if [ "$startshell" = 1 ] ; then
echo "exit shell to continue startup process..."
bash >/dev/console 2>&1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.453/data/rescue/rescue.file_list
new/installation-images-14.454/data/rescue/rescue.file_list
--- old/installation-images-14.453/data/rescue/rescue.file_list 2020-01-21
11:00:04.000000000 +0100
+++ new/installation-images-14.454/data/rescue/rescue.file_list 2020-01-24
17:01:12.000000000 +0100
@@ -37,12 +37,10 @@
# install filesystem first and *REMOVE* /var/run link
filesystem:
- /etc/{ppp,rc.d,uucp}
/etc/sysconfig
/root
/run
/etc/init.d
- /usr/tmp
/var
# remove temporarily so that 'mount /sys' doesn't work
r /sys
@@ -110,6 +108,7 @@
gzip:
hdparm:
hex:
+hostname:
hwinfo:
icmpinfo:
initviocons:
@@ -127,8 +126,6 @@
lsscsi:
mingetty:
ncurses-utils:
-net-tools:
-?net-tools-deprecated:
netcat-openbsd:
nscd:
ntfsprogs:
@@ -182,14 +179,6 @@
/usr/lib*/samba/lib{replace,winbind-client,genrand,samba-debug,socket-blocking,sys-rw,time-basic,iov-buf}-samba4.so
endif
-rpm:
- /bin
- /usr/bin
- /{usr,var}/lib/rpm
- /usr/lib*/librpm*.so.*
-r /usr/lib/rpm/rpm{get,put}text
-r /usr/bin/rpmqpack
-
gawk:
/usr/bin/gawk
s gawk usr/bin/awk
@@ -211,8 +200,7 @@
e cp -a /tmp/locale usr/lib
less:
- /etc
- /usr/bin
+ /
r /usr/bin/lesspipe.sh
t /usr/bin/lesspipe.sh
c 0755 0 0 /usr/bin/lesspipe.sh
@@ -282,6 +270,10 @@
#
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+rpm:
+ /
+ E postin
+
aaa_base:
E prein
/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.453/data/root/root.file_list
new/installation-images-14.454/data/root/root.file_list
--- old/installation-images-14.453/data/root/root.file_list 2020-01-21
11:00:04.000000000 +0100
+++ new/installation-images-14.454/data/root/root.file_list 2020-01-24
17:01:12.000000000 +0100
@@ -152,8 +152,6 @@
?ltrace:
lvm2:
multipath-tools:
-net-tools:
-?net-tools-deprecated:
ntfsprogs:
open-iscsi:
openslp:
@@ -255,6 +253,7 @@
less:
/etc/lesskey
+ /usr/etc/lesskey
/usr/bin/less
strace:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.453/data/root/zenroot.file_list
new/installation-images-14.454/data/root/zenroot.file_list
--- old/installation-images-14.453/data/root/zenroot.file_list 2020-01-21
11:00:04.000000000 +0100
+++ new/installation-images-14.454/data/root/zenroot.file_list 2020-01-24
17:01:12.000000000 +0100
@@ -29,12 +29,10 @@
# install filesystem first and *REMOVE* /var/run link
filesystem:
- /etc/{ppp,rc.d,uucp}
/etc/sysconfig
/root
/run
/etc/init.d
- /usr/tmp
/var
# remove temporarily so that 'mount /sys' doesn't work
r /sys
@@ -59,6 +57,7 @@
gzip:
hdparm:
hex:
+hostname:
hwinfo:
initviocons:
insserv-compat:
@@ -67,8 +66,6 @@
joe:
klogd:
lvm2:
-net-tools:
-?net-tools-deprecated:
ntfsprogs:
open-iscsi:
parted:
@@ -129,6 +126,7 @@
less:
/etc/lesskey
+ /usr/etc/lesskey
/usr/bin/less
psmisc: