Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2014-03-27 06:12:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Changes: -------- --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2014-03-21 12:14:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2014-03-27 06:12:28.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 25 16:08:42 CET 2014 - [email protected] + +- fixed activation of DASDs and zFCPs (bnc#869762) +- 3.1.21 + +------------------------------------------------------------------- Old: ---- autoyast2-3.1.20.tar.bz2 New: ---- autoyast2-3.1.21.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.yeBSq3/_old 2014-03-27 06:12:28.000000000 +0100 +++ /var/tmp/diff_new_pack.yeBSq3/_new 2014-03-27 06:12:28.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:39:39.000000000 +0100 +++ new/autoyast2-3.1.21/package/autoyast2.changes 2014-03-26 11:20:02.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Mar 25 16:08:42 CET 2014 - [email protected] + +- fixed activation of DASDs and zFCPs (bnc#869762) +- 3.1.21 + +------------------------------------------------------------------- Tue Mar 18 09:27:23 UTC 2014 - [email protected] - 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:39:39.000000000 +0100 +++ new/autoyast2-3.1.21/package/autoyast2.spec 2014-03-26 11:20:02.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:39:40.000000000 +0100 +++ new/autoyast2-3.1.21/src/clients/inst_autosetup.rb 2014-03-26 11:20:02.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:20:02.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. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
