[yast-commit] [ci_new_pac] JFYI yast2-s390 -> 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-s390 -> sle12 ## BNC# 867267 : "Build0147: YaST is handling unformatted DASD inconsistently" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-s390/yast2-s390.changes 2014-03-21 15:22:58.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-s390/yast2-s390.changes 2014-03-28 11:02:30.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Mar 28 07:48:04 UTC 2014 - jsrain@suse.cz + +- re-activate DASD disks after formating (bnc#867267) + (patch by Arvin) +- 3.1.10 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-s390 (Old) and /mounts/work_src_done/SLE12/yast2-s390 (BS:build ID:35060 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-s390", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-s390-3.1.9.tar.bz2 New: ---- yast2-s390-3.1.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-s390.spec ++++++ --- /var/tmp/diff_new_pack.VuVhQT/_old 2014-03-28 12:01:53.000000000 +0100 +++ /var/tmp/diff_new_pack.VuVhQT/_new 2014-03-28 12:01:53.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-s390 -Version: 3.1.9 +Version: 3.1.10 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-s390-3.1.9.tar.bz2 -> yast2-s390-3.1.10.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-3.1.9/package/yast2-s390.changes new/yast2-s390-3.1.10/package/yast2-s390.changes --- old/yast2-s390-3.1.9/package/yast2-s390.changes 2014-03-19 17:24:19.000000000 +0100 +++ new/yast2-s390-3.1.10/package/yast2-s390.changes 2014-03-28 11:00:23.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Mar 28 07:48:04 UTC 2014 - jsrain@suse.cz + +- re-activate DASD disks after formating (bnc#867267) + (patch by Arvin) +- 3.1.10 + +------------------------------------------------------------------- Wed Mar 19 14:30:54 CET 2014 - aschnell@suse.de - do not execute zipl after DASD or zFCP configuration (bnc#869123) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-3.1.9/package/yast2-s390.spec new/yast2-s390-3.1.10/package/yast2-s390.spec --- old/yast2-s390-3.1.9/package/yast2-s390.spec 2014-03-19 17:24:19.000000000 +0100 +++ new/yast2-s390-3.1.10/package/yast2-s390.spec 2014-03-28 11:00:23.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-s390 -Version: 3.1.9 +Version: 3.1.10 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-3.1.9/src/include/s390/dasd/dialogs.rb new/yast2-s390-3.1.10/src/include/s390/dasd/dialogs.rb --- old/yast2-s390-3.1.9/src/include/s390/dasd/dialogs.rb 2014-03-19 17:24:19.000000000 +0100 +++ new/yast2-s390-3.1.10/src/include/s390/dasd/dialogs.rb 2014-03-28 11:00:24.000000000 +0100 @@ -360,6 +360,12 @@ Ops.get_string(DASDController.devices, [id, "dev_name"], "") end DASDController.FormatDisks(devices, par) + + channels.each do |channel| + diag = DASDController.diag.fetch(channel, false) + DASDController.ActivateDisk(channel, diag) + end + DASDController.ProbeDisks return true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-3.1.9/src/modules/DASDController.rb new/yast2-s390-3.1.10/src/modules/DASDController.rb --- old/yast2-s390-3.1.9/src/modules/DASDController.rb 2014-03-19 17:24:19.000000000 +0100 +++ new/yast2-s390-3.1.10/src/modules/DASDController.rb 2014-03-28 11:00:24.000000000 +0100 @@ -596,7 +596,7 @@ # Format disks - # @param [Array<String>] disks_list list<string> List of disks to be formated + # @param [Array<String>] disks_list list<string> List of disks to be formatted # @param [Fixnum] par integer Number of disks that can be formated in parallel def FormatDisks(disks_list, par) disks_list = deep_copy(disks_list) continue with "q"... Checked in at Fri Mar 28 12:02:24 CET 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