Hello community,
here is the log from the commit of package installation-images for
openSUSE:Factory checked in at 2018-03-16 10:37:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
and /work/SRC/openSUSE:Factory/.installation-images.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Fri Mar 16 10:37:47 2018 rev:39 rq:584986 version:14.361
Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes
2018-03-04 11:55:22.396162002 +0100
+++
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes
2018-03-16 10:38:00.656006026 +0100
@@ -0,0 +1,14 @@
+--------------------------------------------------------------------
+Fri Mar 9 10:06:25 UTC 2018 - [email protected]
+
+- merge gh#openSUSE/installation-images#236
+- remove default driver update url (bsc#1084510)
+- 14.361
+
+--------------------------------------------------------------------
+Fri Mar 9 09:51:28 UTC 2018 - [email protected]
+
+- merge gh#openSUSE/installation-images#235
+- udevadm should retrigger 'add' events (bsc#1084357)
+- 14.360
+
Old:
----
installation-images-14.359.tar.xz
New:
----
installation-images-14.361.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.O1G2cv/_old 2018-03-16 10:38:03.855890808 +0100
+++ /var/tmp/diff_new_pack.O1G2cv/_new 2018-03-16 10:38:03.859890664 +0100
@@ -505,7 +505,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0+
Group: Metapackages
-Version: 14.359
+Version: 14.361
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
++++++ installation-images-14.359.tar.xz -> installation-images-14.361.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.359/VERSION
new/installation-images-14.361/VERSION
--- old/installation-images-14.359/VERSION 2018-02-09 14:38:51.000000000
+0100
+++ new/installation-images-14.361/VERSION 2018-03-09 11:06:25.000000000
+0100
@@ -1 +1 @@
-14.359
+14.361
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.359/changelog
new/installation-images-14.361/changelog
--- old/installation-images-14.359/changelog 2018-02-09 14:38:51.000000000
+0100
+++ new/installation-images-14.361/changelog 2018-03-09 11:06:25.000000000
+0100
@@ -1,3 +1,9 @@
+2018-03-09: 14.361
+ - remove default driver update url (bsc #1084510)
+
+2018-03-09: 14.360
+ - udevadm should retrigger 'add' events (bsc #1084357)
+
2018-02-09: 14.359
- add vmd.ko module (bsc #1079924)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.359/data/boot/theme.file_list
new/installation-images-14.361/data/boot/theme.file_list
--- old/installation-images-14.359/data/boot/theme.file_list 2018-02-09
14:38:51.000000000 +0100
+++ new/installation-images-14.361/data/boot/theme.file_list 2018-03-09
11:06:25.000000000 +0100
@@ -5,7 +5,7 @@
gfxboot-branding-<gfxboot_theme>:
/
e cp -a etc/bootsplash/themes/<gfxboot_theme>/cdrom/* loader
- e gfxboot --config-file=loader/gfxboot.cfg --change-config
install::dud.url=http://download.opensuse.org/update/openSUSE/driverupdate
+ # e gfxboot --config-file=loader/gfxboot.cfg --change-config
install::dud.url=http://download.opensuse.org/update/openSUSE/driverupdate
e gfxboot --config-file=loader/gfxboot.cfg --change-config
product="<product_name>"
e gfxboot --config-file=loader/gfxboot.cfg --change-config
mainmenu.title="<product_name>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.359/data/initrd/scripts/udev_setup
new/installation-images-14.361/data/initrd/scripts/udev_setup
--- old/installation-images-14.359/data/initrd/scripts/udev_setup
2018-02-09 14:38:51.000000000 +0100
+++ new/installation-images-14.361/data/initrd/scripts/udev_setup
2018-03-09 11:06:25.000000000 +0100
@@ -16,8 +16,9 @@
echo -n "Starting udevd "
udevd --daemon
-# create devices
-/usr/bin/udevadm trigger
+# create devices (cf. bsc#1084357)
+/usr/bin/udevadm trigger --type=subsystems --action=add
+/usr/bin/udevadm trigger --type=devices --action=add
# 10 min - just long enough
/usr/bin/udevadm settle --timeout=100