[yast-commit] [ci_new_pac] JFYI yast2-installation -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-installation -> sle12 ## BNC# 874902 : "cio_ignore kernel parameter syntax error and thus ineffective (yast-cio?)" (NEW/) ## BNC# 873996 : "Failed to write kernel parameter for IPL and console device" (ASSIGNED/) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-installation/yast2-installation.changes 2014-04-28 14:39:18.000000000 +0200 +++ /mounts/work_src_done/SLE12/yast2-installation/yast2-installation.changes 2014-04-30 16:22:47.000000000 +0200 @@ -1,0 +2,8 @@ +Wed Apr 30 11:01:12 UTC 2014 - jreidinger@suse.com + +- use correct keywords for cio ignore kernel params (bnc#874902) +- move cio_ignore step after bootloader step to have sections + generated (bnc#873996) +- 3.1.76 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-installation - at least 20 other packages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-installation (Old) and /mounts/work_src_done/SLE12/yast2-installation (BS:build ID:37226 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-installation", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-installation-3.1.75.tar.bz2 New: ---- yast2-installation-3.1.76.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.qrFRJx/_old 2014-04-30 17:35:43.000000000 +0200 +++ /var/tmp/diff_new_pack.qrFRJx/_new 2014-04-30 17:35:43.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.75 +Version: 3.1.76 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-installation-3.1.75.tar.bz2 -> yast2-installation-3.1.76.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.75/package/yast2-installation.changes new/yast2-installation-3.1.76/package/yast2-installation.changes --- old/yast2-installation-3.1.75/package/yast2-installation.changes 2014-04-28 10:30:50.000000000 +0200 +++ new/yast2-installation-3.1.76/package/yast2-installation.changes 2014-04-30 16:20:41.000000000 +0200 @@ -1,10 +1,18 @@ ------------------------------------------------------------------- +Wed Apr 30 11:01:12 UTC 2014 - jreidinger@suse.com + +- use correct keywords for cio ignore kernel params (bnc#874902) +- move cio_ignore step after bootloader step to have sections + generated (bnc#873996) +- 3.1.76 + +------------------------------------------------------------------- Fri Apr 25 13:21:52 UTC 2014 - mfilka@suse.com - bnc#872086 - always copy network configuration. Even if network is not running during installation -- 3.1.75 +- 3.1.75 ------------------------------------------------------------------- Fri Apr 25 08:22:06 UTC 2014 - jsrain@suse.cz diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.75/package/yast2-installation.spec new/yast2-installation-3.1.76/package/yast2-installation.spec --- old/yast2-installation-3.1.75/package/yast2-installation.spec 2014-04-28 10:30:50.000000000 +0200 +++ new/yast2-installation-3.1.76/package/yast2-installation.spec 2014-04-30 16:20:41.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.75 +Version: 3.1.76 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.75/src/clients/inst_finish.rb new/yast2-installation-3.1.76/src/clients/inst_finish.rb --- old/yast2-installation-3.1.75/src/clients/inst_finish.rb 2014-04-28 10:30:50.000000000 +0200 +++ new/yast2-installation-3.1.76/src/clients/inst_finish.rb 2014-04-30 16:20:42.000000000 +0200 @@ -150,7 +150,6 @@ "storage", "iscsi-client", "kernel", - "cio_ignore", "x11", "proxy", "pkg", @@ -188,7 +187,8 @@ "label" => _("Install boot manager"), "steps" => [ "bootloader", - ProductFeatures.GetBooleanFeature("globals", "enable_kdump") == true ? "kdump" : "" + ProductFeatures.GetBooleanFeature("globals", "enable_kdump") == true ? "kdump" : "", + "cio_ignore" ], "icon" => "yast-bootloader" }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.75/src/lib/installation/cio_ignore.rb new/yast2-installation-3.1.76/src/lib/installation/cio_ignore.rb --- old/yast2-installation-3.1.75/src/lib/installation/cio_ignore.rb 2014-04-28 10:30:51.000000000 +0200 +++ new/yast2-installation-3.1.76/src/lib/installation/cio_ignore.rb 2014-04-30 16:20:42.000000000 +0200 @@ -166,7 +166,7 @@ res = Yast::Bootloader.Read # API is not much intuitive, see Yast::Bootloader.setKernelParam for details - res &&= Yast::Bootloader.setKernelParam("DEFAULT", "cio_ignore", "ALL,!IPLDEV,!CONDEV") + res &&= Yast::Bootloader.setKernelParam("DEFAULT", "cio_ignore", "all,!ipldev,!condev") res &&= Yast::Bootloader.Write diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.75/test/cio_ignore_test.rb new/yast2-installation-3.1.76/test/cio_ignore_test.rb --- old/yast2-installation-3.1.75/test/cio_ignore_test.rb 2014-04-28 10:30:51.000000000 +0200 +++ new/yast2-installation-3.1.76/test/cio_ignore_test.rb 2014-04-30 16:20:42.000000000 +0200 @@ -163,7 +163,7 @@ expect(Yast::Bootloader).to receive(:Write).once { true } expect(Yast::Bootloader).to receive(:Read).once { true } expect(Yast::Bootloader).to receive(:setKernelParam).once. - with("DEFAULT", "cio_ignore", /ALL/).and_return(true) + with("DEFAULT", "cio_ignore", /all/).and_return(true) subject.run("Write") end @@ -172,7 +172,7 @@ expect(Yast::Bootloader).to receive(:Write).never expect(Yast::Bootloader).to receive(:Read).once { true } allow(Yast::Bootloader).to receive(:setKernelParam).once. - with("DEFAULT", "cio_ignore", /ALL/).and_return(false) + with("DEFAULT", "cio_ignore", /all/).and_return(false) expect{subject.run("Write")}.to raise_error(RuntimeError, /failed to write kernel parameters/) end continue with "q"... Checked in at Wed Apr 30 17:36:00 CEST 2014 by ro 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)
-
ro