[yast-commit] [ci_new_pac] JFYI autoyast2 -> 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/autoyast2 -> sle12 ## BNC# 869762 : ""No hard disks found" on System z when using AutoYaST" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/autoyast2/autoyast2.changes 2014-03-18 12:55:43.000000000 +0100 +++ /mounts/work_src_done/SLE12/autoyast2/autoyast2.changes 2014-03-25 16:32:57.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 25 16:08:42 CET 2014 - aschnell@suse.de + +- fixed activation of DASDs and zFCPs (bnc#869762) +- 3.1.21 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - autoyast2 - yast2-product-creator - yast2-schema ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/autoyast2 (Old) and /mounts/work_src_done/SLE12/autoyast2 (BS:build ID:34812 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "autoyast2", Maintainer is "yast-commit@opensuse.org" Old: ---- autoyast2-3.1.20.tar.bz2 New: ---- autoyast2-3.1.21.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.O1vUJk/_old 2014-03-26 17:35:37.000000000 +0100 +++ /var/tmp/diff_new_pack.O1vUJk/_new 2014-03-26 17:35:37.000000000 +0100 @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.1.20 +Version: 3.1.21 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ autoyast2-3.1.20.tar.bz2 -> autoyast2-3.1.21.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.20/package/autoyast2.changes new/autoyast2-3.1.21/package/autoyast2.changes --- old/autoyast2-3.1.20/package/autoyast2.changes 2014-03-18 10:34:17.000000000 +0100 +++ new/autoyast2-3.1.21/package/autoyast2.changes 2014-03-26 11:33:08.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Mar 25 16:08:42 CET 2014 - aschnell@suse.de + +- fixed activation of DASDs and zFCPs (bnc#869762) +- 3.1.21 + +------------------------------------------------------------------- Tue Mar 18 09:27:23 UTC 2014 - vmoravec@suse.com - Fix missing module (bnc#868833) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.20/package/autoyast2.spec new/autoyast2-3.1.21/package/autoyast2.spec --- old/autoyast2-3.1.20/package/autoyast2.spec 2014-03-18 10:34:17.000000000 +0100 +++ new/autoyast2-3.1.21/package/autoyast2.spec 2014-03-26 11:33:08.000000000 +0100 @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.1.20 +Version: 3.1.21 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.20/src/clients/inst_autosetup.rb new/autoyast2-3.1.21/src/clients/inst_autosetup.rb --- old/autoyast2-3.1.20/src/clients/inst_autosetup.rb 2014-03-18 10:34:17.000000000 +0100 +++ new/autoyast2-3.1.21/src/clients/inst_autosetup.rb 2014-03-26 11:33:08.000000000 +0100 @@ -220,17 +220,15 @@ Builtins.y2milestone("arch=s390 and remote_profile=true") if Builtins.haskey(Profile.current, "dasd") Builtins.y2milestone("dasd found") - Call.Function( - "dasd_auto", - ["Import", Ops.get_map(Profile.current, "dasd", {})] - ) + if Call.Function("dasd_auto", ["Import", Ops.get_map(Profile.current, "dasd", {})]) + Call.Function("dasd_auto", [ "Write" ]) + end end if Builtins.haskey(Profile.current, "zfcp") Builtins.y2milestone("zfcp found") - Call.Function( - "zfcp_auto", - ["Import", Ops.get_map(Profile.current, "zfcp", {})] - ) + if Call.Function("zfcp_auto", ["Import", Ops.get_map(Profile.current, "zfcp", {})]) + Call.Function("zfcp_auto", [ "Write" ]) + end end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.20/test_xml/README.md new/autoyast2-3.1.21/test_xml/README.md --- old/autoyast2-3.1.20/test_xml/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/autoyast2-3.1.21/test_xml/README.md 2014-03-26 11:33:08.000000000 +0100 @@ -0,0 +1,4 @@ +These are xml files for testing various aspects of autoyast. +They are still also hosted on taylor.suse.de for testing. +taylor.suse.de has an apache runing and these files are in +directory <code>/srv/www/htdocs</code> on taylor. continue with "q"... Checked in at Wed Mar 26 17:35:53 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