commit installation-images for openSUSE:Factory
Hello community, here is the log from the commit of package installation-images for openSUSE:Factory checked in at 2019-05-03 22:07:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/installation-images (Old) and /work/SRC/openSUSE:Factory/.installation-images.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "installation-images" Fri May 3 22:07:31 2019 rev:70 rq:700343 version:14.425 Changes: -------- --- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes 2019-04-25 17:52:27.597005031 +0200 +++ /work/SRC/openSUSE:Factory/.installation-images.new.5148/installation-images.changes 2019-05-03 22:07:35.206935342 +0200 @@ -1,0 +2,22 @@ +Fri May 3 08:47:53 UTC 2019 - wfeldt@opensuse.org + +- merge gh#openSUSE/installation-images#312 +- follow aaa_base package change +- 14.425 + +-------------------------------------------------------------------- +Thu May 2 12:00:39 UTC 2019 - wfeldt@opensuse.org + +- merge gh#openSUSE/installation-images#311 +- prevent MD/RAID auto-assembly if linuxrc says so (bsc#1132688) +- 14.424 + +-------------------------------------------------------------------- +Tue Apr 30 12:31:02 UTC 2019 - wfeldt@opensuse.org + +- merge gh#openSUSE/installation-images#310 +- Revert "add /dev/btrfs-control to initrd (bsc#1133368)" +- autoload btrfs module to get /dev/btrfs-control (bsc#1133368) +- 14.423 + +-------------------------------------------------------------------- Old: ---- installation-images-14.422.tar.xz New: ---- installation-images-14.425.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ installation-images.spec ++++++ --- /var/tmp/diff_new_pack.kCq8fO/_old 2019-05-03 22:07:36.570937960 +0200 +++ /var/tmp/diff_new_pack.kCq8fO/_new 2019-05-03 22:07:36.610938037 +0200 @@ -585,7 +585,7 @@ Summary: Installation Image Files for %theme License: GPL-2.0+ Group: Metapackages -Version: 14.422 +Version: 14.425 Release: 0 Provides: installation-images = %version-%release Conflicts: otherproviders(installation-images) ++++++ installation-images-14.422.tar.xz -> installation-images-14.425.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/installation-images-14.422/VERSION new/installation-images-14.425/VERSION --- old/installation-images-14.422/VERSION 2019-04-25 11:19:08.000000000 +0200 +++ new/installation-images-14.425/VERSION 2019-05-03 10:47:53.000000000 +0200 @@ -1 +1 @@ -14.422 +14.425 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/installation-images-14.422/changelog new/installation-images-14.425/changelog --- old/installation-images-14.422/changelog 2019-04-25 11:19:08.000000000 +0200 +++ new/installation-images-14.425/changelog 2019-05-03 10:47:53.000000000 +0200 @@ -1,3 +1,16 @@ +2019-05-03: 14.425 + - merge gh#openSUSE/installation-images#312 + - follow aaa_base package change + +2019-05-02: 14.424 + - merge gh#openSUSE/installation-images#311 + - prevent MD/RAID auto-assembly if linuxrc says so (bsc#1132688) + +2019-04-30: 14.423 + - merge gh#openSUSE/installation-images#310 + - Revert "add /dev/btrfs-control to initrd (bsc#1133368)" + - autoload btrfs module to get /dev/btrfs-control (bsc#1133368) + 2019-04-25: 14.422 - merge gh#openSUSE/installation-images#308 - add /dev/btrfs-control to initrd (bsc#1133368) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/installation-images-14.422/data/base/base.file_list new/installation-images-14.425/data/base/base.file_list --- old/installation-images-14.422/data/base/base.file_list 2019-04-25 11:19:08.000000000 +0200 +++ new/installation-images-14.425/data/base/base.file_list 2019-05-03 10:47:53.000000000 +0200 @@ -24,9 +24,6 @@ c 660 0 5 /dev/tty9 C 5 1 /dev/console c 600 0 5 /dev/console -# btrfs-control is also needed (bsc#1133368) -C 10 234 /dev/btrfs-control -c 660 0 0 /dev/btrfs-control b 7 0 /dev/loop0 c 660 0 6 /dev/loop0 b 7 1 /dev/loop1 @@ -125,6 +122,7 @@ E prein E postin t etc/fstab + /etc /sbin/service /usr/sbin/service diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/installation-images-14.422/data/initrd/scripts/udev_setup new/installation-images-14.425/data/initrd/scripts/udev_setup --- old/installation-images-14.422/data/initrd/scripts/udev_setup 2019-04-25 11:19:08.000000000 +0200 +++ new/installation-images-14.425/data/initrd/scripts/udev_setup 2019-05-03 10:47:53.000000000 +0200 @@ -12,6 +12,13 @@ # disable hotplug helper, udevd listens to netlink echo "" > /proc/sys/kernel/hotplug +# prevent MD/RAID auto-assembly (bsc#1132688) +# Note: rules in /run are not copied to the target system, unlike those in /etc. +if [ -n "$linuxrc_no_auto_assembly" ] ; then + mkdir -p /run/udev/rules.d + echo 'ENV{ANACONDA}="yes"' > /run/udev/rules.d/00-inhibit.rules +fi + # start udevd echo -n "Starting udevd " if [ -n "$linuxrc_debug" ] ; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/installation-images-14.422/etc/module.config new/installation-images-14.425/etc/module.config --- old/installation-images-14.422/etc/module.config 2019-04-25 11:19:08.000000000 +0200 +++ new/installation-images-14.425/etc/module.config 2019-05-03 10:47:53.000000000 +0200 @@ -259,7 +259,8 @@ snd_pcm_oss 8021q dm-multipath - +# btrfs needs to be loaded to get /dev/btrfs-control (bsc#1133368) +btrfs [IDE/RAID/SCSI] MoreModules=scsi-modules
participants (1)
-
root