Hello community,
here is the log from the commit of package installation-images for
openSUSE:Factory checked in at 2020-09-17 14:36:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
and /work/SRC/openSUSE:Factory/.installation-images.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Thu Sep 17 14:36:23 2020 rev:113 rq:835139 version:16.16
Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes
2020-09-12 00:06:45.680883941 +0200
+++
/work/SRC/openSUSE:Factory/.installation-images.new.4249/installation-images.changes
2020-09-17 14:38:43.179208948 +0200
@@ -1,0 +2,14 @@
+Thu Sep 17 09:21:42 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#419
+- really create /dev symlinks udevd used to create (bsc#1176610)
+- 16.16
+
+--------------------------------------------------------------------
+Wed Sep 16 14:15:18 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#418
+- create /dev symlinks udev used to create (bsc#1176610)
+- 16.15
+
+--------------------------------------------------------------------
Old:
----
installation-images-16.14.tar.xz
New:
----
installation-images-16.16.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.21k6E8/_old 2020-09-17 14:38:52.271218608 +0200
+++ /var/tmp/diff_new_pack.21k6E8/_new 2020-09-17 14:38:52.275218613 +0200
@@ -646,7 +646,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0+
Group: Metapackages
-Version: 16.14
+Version: 16.16
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
++++++ installation-images-16.14.tar.xz -> installation-images-16.16.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-16.14/VERSION
new/installation-images-16.16/VERSION
--- old/installation-images-16.14/VERSION 2020-09-09 16:13:59.000000000
+0200
+++ new/installation-images-16.16/VERSION 2020-09-17 11:21:42.000000000
+0200
@@ -1 +1 @@
-16.14
+16.16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-16.14/changelog
new/installation-images-16.16/changelog
--- old/installation-images-16.14/changelog 2020-09-09 16:13:59.000000000
+0200
+++ new/installation-images-16.16/changelog 2020-09-17 11:21:42.000000000
+0200
@@ -1,3 +1,11 @@
+2020-09-17: 16.16
+ - merge gh#openSUSE/installation-images#419
+ - really create /dev symlinks udevd used to create (bsc#1176610)
+
+2020-09-16: 16.15
+ - merge gh#openSUSE/installation-images#418
+ - create /dev symlinks udev used to create (bsc#1176610)
+
2020-09-09: 16.14
- merge gh#openSUSE/installation-images#416
- fix library dependency checking
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-16.14/data/initrd/scripts/udev_setup
new/installation-images-16.16/data/initrd/scripts/udev_setup
--- old/installation-images-16.14/data/initrd/scripts/udev_setup
2020-09-09 16:13:59.000000000 +0200
+++ new/installation-images-16.16/data/initrd/scripts/udev_setup
2020-09-17 11:21:42.000000000 +0200
@@ -4,6 +4,13 @@
PATH="/sbin:/bin:/usr/bin:/usr/sbin:/lbin"
+# create these links udevd used to create (bsc#1176610)
+ln -snf /proc/kcore /dev/core
+ln -snf /proc/self/fd /dev/fd
+ln -snf /proc/self/fd/0 /dev/stdin
+ln -snf /proc/self/fd/1 /dev/stdout
+ln -snf /proc/self/fd/2 /dev/stderr
+
# load some modules before udevd
for i in edd scsi_dh_alua scsi_dh_emc scsi_dh_rdac ; do
[ -f /modules/$i.ko -o -f /modules/$i.ko.xz ] && modprobe $i