[yast-commit] [ci_new_pac] JFYI yast2-update -> sle12
Script 'mail_helper' called by kukuk Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: kukuk. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-update -> sle12 ## BNC# 869091 : "migration: Using DVD media upgrade from SLED11 SP3 (full), sp3 system not listed in [system for update] table" (ASSIGNED/) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-update/yast2-update.changes 2014-03-28 12:03:44.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-update/yast2-update.changes 2014-03-28 15:53:36.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Mar 28 15:02:22 CET 2014 - locilka@suse.com + +- Fixed loading kernel modules while probing disks (bnc#869091) +- 3.1.4 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-product-creator - yast2-schema - yast2-update ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-update (Old) and /mounts/work_src_done/SLE12/yast2-update (BS:build ID:35183 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-update", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-update-3.1.3.tar.bz2 New: ---- yast2-update-3.1.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-update.spec ++++++ --- /var/tmp/diff_new_pack.bNnxfQ/_old 2014-03-31 10:49:21.000000000 +0200 +++ /var/tmp/diff_new_pack.bNnxfQ/_new 2014-03-31 10:49:21.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-update -Version: 3.1.3 +Version: 3.1.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-update-3.1.3.tar.bz2 -> yast2-update-3.1.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-3.1.3/package/yast2-update.changes new/yast2-update-3.1.4/package/yast2-update.changes --- old/yast2-update-3.1.3/package/yast2-update.changes 2014-03-28 11:23:37.000000000 +0100 +++ new/yast2-update-3.1.4/package/yast2-update.changes 2014-03-28 18:24:15.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Mar 28 15:02:22 CET 2014 - locilka@suse.com + +- Fixed loading kernel modules while probing disks (bnc#869091) +- 3.1.4 + +------------------------------------------------------------------- Thu Mar 27 15:25:48 CET 2014 - locilka@suse.com - Re-added SUSERelease library to read product information from diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-3.1.3/package/yast2-update.spec new/yast2-update-3.1.4/package/yast2-update.spec --- old/yast2-update-3.1.3/package/yast2-update.spec 2014-03-28 11:23:37.000000000 +0100 +++ new/yast2-update-3.1.4/package/yast2-update.spec 2014-03-28 18:24:15.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-update -Version: 3.1.3 +Version: 3.1.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-3.1.3/src/modules/RootPart.rb new/yast2-update-3.1.4/src/modules/RootPart.rb --- old/yast2-update-3.1.3/src/modules/RootPart.rb 2014-03-28 11:23:37.000000000 +0100 +++ new/yast2-update-3.1.4/src/modules/RootPart.rb 2014-03-28 18:24:15.000000000 +0100 @@ -2044,35 +2044,24 @@ def FindRootPartitions return if @didSearchForRootPartitions - ModuleLoading.Load( - "reiserfs", - "", - "Linux", - "Reiser FS", - Linuxrc.manual, - true - ) - ModuleLoading.Load("jfs", "", "Linux", "JFS", Linuxrc.manual, true) - ModuleLoading.Load("xfs", "", "Linux", "XFS", Linuxrc.manual, true) - ModuleLoading.Load("ext3", "", "Linux", "Ext3", Linuxrc.manual, true) - ModuleLoading.Load("ext4", "", "Linux", "Ext4", Linuxrc.manual, true) - ModuleLoading.Load("btrfs", "", "Linux", "BtrFS", Linuxrc.manual, true) - ModuleLoading.Load("raid0", "", "Linux", "Raid 0", Linuxrc.manual, true) - ModuleLoading.Load("raid1", "", "Linux", "Raid 1", Linuxrc.manual, true) - ModuleLoading.Load("raid5", "", "Linux", "Raid 5", Linuxrc.manual, true) - ModuleLoading.Load("raid6", "", "Linux", "Raid 6", Linuxrc.manual, true) - ModuleLoading.Load("raid10", "", "Linux", "Raid 10", Linuxrc.manual, true) - ModuleLoading.Load( - "multipath", - "", - "Linux", - "Multipath", - Linuxrc.manual, - true - ) - ModuleLoading.Load("dm-mod", "", "Linux", "DM", Linuxrc.manual, true) - SCR.Execute(path(".target.bash"), "/sbin/devmap_mknod.sh") - ModuleLoading.Load("dm-snapshot", "", "Linux", "DM", Linuxrc.manual, true) + modules_to_load = { + "reiserfs" => "Reiser FS", + "xfs" => "XFS", + "ext3" => "Ext3", + "ext4" => "Ext4", + "btrfs" => "BtrFS", + "raid0" => "Raid 0", + "raid1" => "Raid 1", + "raid5" => "Raid 5", + "raid6" => "Raid 6", + "raid10" => "Raid 10", + "dm-multipath" => "Multipath", + "dm-mod" => "DM", + "dm-snapshot" => "DM Snapshot", + } + modules_to_load.each do |module_to_load, show_name| + ModuleLoading.Load(module_to_load, "", "Linux", show_name, Linuxrc.manual, true) + end if Mode.test Storage.SetTargetMap( continue with "q"... Checked in at Mon Mar 31 10:49:44 CEST 2014 by kukuk Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kukuk