Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2016-01-13 22:45:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-12-01 10:02:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2016-01-13 22:45:44.000000000 +0100 @@ -0,0 +1,19 @@ +Wed Jan 13 11:40:25 UTC 2016 - [email protected] + +- Fix validation of AutoYaST profiles (bsc#954412) +- 3.1.109 + +------------------------------------------------------------------- +Tue Jan 12 15:25:18 CET 2016 - [email protected] + +- Downloading init scripts to /mnt during first installation stage. + (bnc#960907,bnc#961320) +- 3.1.108 + +------------------------------------------------------------------- +Thu Dec 17 16:00:43 CET 2015 - [email protected] + +- Network services can be restarted again, because they do not + depend on YaST2-Second-Stage.service anymore. (bnc#954908) +- 3.1.107 + Old: ---- autoyast2-3.1.106.tar.bz2 New: ---- autoyast2-3.1.108.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.lmOyPO/_old 2016-01-13 22:45:46.000000000 +0100 +++ /var/tmp/diff_new_pack.lmOyPO/_new 2016-01-13 22:45:46.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package autoyast2 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.1.106 +Version: 3.1.108 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -57,7 +57,7 @@ Requires: yast2-storage >= 3.1.59 Requires: yast2-transfer >= 2.21.0 Requires: yast2-xml -Conflicts: yast2-installation < 3.1.158 +Conflicts: yast2-installation < 3.1.166 Provides: yast2-config-autoinst Provides: yast2-module-autoinst ++++++ autoyast2-3.1.106.tar.bz2 -> autoyast2-3.1.108.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.106/package/autoyast2.changes new/autoyast2-3.1.108/package/autoyast2.changes --- old/autoyast2-3.1.106/package/autoyast2.changes 2015-11-27 17:05:02.000000000 +0100 +++ new/autoyast2-3.1.108/package/autoyast2.changes 2016-01-13 13:59:11.000000000 +0100 @@ -1,3 +1,22 @@ +Wed Jan 13 11:40:25 UTC 2016 - [email protected] + +- Fix validation of AutoYaST profiles (bsc#954412) +- 3.1.109 + +------------------------------------------------------------------- +Tue Jan 12 15:25:18 CET 2016 - [email protected] + +- Downloading init scripts to /mnt during first installation stage. + (bnc#960907,bnc#961320) +- 3.1.108 + +------------------------------------------------------------------- +Thu Dec 17 16:00:43 CET 2015 - [email protected] + +- Network services can be restarted again, because they do not + depend on YaST2-Second-Stage.service anymore. (bnc#954908) +- 3.1.107 + ------------------------------------------------------------------- Fri Nov 27 16:32:46 CET 2015 - [email protected] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.106/package/autoyast2.spec new/autoyast2-3.1.108/package/autoyast2.spec --- old/autoyast2-3.1.106/package/autoyast2.spec 2015-11-27 17:05:02.000000000 +0100 +++ new/autoyast2-3.1.108/package/autoyast2.spec 2016-01-13 13:59:11.000000000 +0100 @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.1.106 +Version: 3.1.108 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -57,7 +57,7 @@ Requires: yast2-storage >= 3.1.59 Requires: yast2-transfer >= 2.21.0 Requires: yast2-xml -Conflicts: yast2-installation < 3.1.158 +Conflicts: yast2-installation < 3.1.166 Provides: yast2-config-autoinst Provides: yast2-module-autoinst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.106/src/autoyast-rnc/general.rnc new/autoyast2-3.1.108/src/autoyast-rnc/general.rnc --- old/autoyast2-3.1.106/src/autoyast-rnc/general.rnc 2015-11-27 17:05:02.000000000 +0100 +++ new/autoyast2-3.1.108/src/autoyast-rnc/general.rnc 2016-01-13 13:59:11.000000000 +0100 @@ -55,10 +55,11 @@ } }* }? - }? + }? & + cio_ignore? } ask-list = element ask-list { LIST, ask* } -ask = element ask { ask_question? & ask_default? & ask_help? & ask_title? & ask_type? & ask_password? & ask_path? & ask_pathlist? & ask_stage? & ask_selection? & ask_file? & ask_dialog? & ask_element? & ask_frametitle? & ask_script? & ask_timeout? } +ask = element ask { ask_question? & ask_default? & ask_help? & ask_title? & ask_type? & ask_password? & ask_path? & ask_pathlist? & ask_stage? & ask_selection? & ask_file? & ask_dialog? & ask_element? & ask_frametitle? & ask_script? & ask_timeout? & ask_ok_label? & ask_back_label? } ask_question = element question { text } ask_default = element default { text } ask_help = element help { text } @@ -72,14 +73,16 @@ ask_file = element file { text } ask_entry_value = element value { text } ask_entry_label = element label { text } -ask_dialog = element dialog { text } -ask_element = element element { text } +ask_dialog = element dialog { INTEGER } +ask_element = element element { INTEGER } ask_frametitle = element frametitle { text } ask_timeout = element timeout { INTEGER } ask_pathlist = element pathlist { LIST, ask_path* } +ask_ok_label = element ok_label { text } +ask_back_label = element back_label { text } semi-automatic = element semi-automatic { LIST, semi-automatic-modules* } semi-automatic-modules = element module { "networking" | "partitioning" | "scc" } @@ -120,3 +123,6 @@ mouse = element mouse { element id { text } } + +cio_ignore = + element cio_ignore { BOOLEAN } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.106/src/autoyast-rnc/partitioning.rnc new/autoyast2-3.1.108/src/autoyast-rnc/partitioning.rnc --- old/autoyast2-3.1.106/src/autoyast-rnc/partitioning.rnc 2015-11-27 17:05:02.000000000 +0100 +++ new/autoyast2-3.1.108/src/autoyast-rnc/partitioning.rnc 2016-01-13 13:59:11.000000000 +0100 @@ -17,6 +17,8 @@ element type { SYMBOL }? & element use { text }? & element imsmdriver { SYMBOL }? & + element disklabel { text }? & + element enable_snapshots { BOOLEAN }? & partitions? } prefer_remove = diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.106/src/autoyast-rnc/scripts.rnc new/autoyast2-3.1.108/src/autoyast-rnc/scripts.rnc --- old/autoyast2-3.1.106/src/autoyast-rnc/scripts.rnc 2015-11-27 17:05:02.000000000 +0100 +++ new/autoyast2-3.1.108/src/autoyast-rnc/scripts.rnc 2016-01-13 13:59:11.000000000 +0100 @@ -57,7 +57,7 @@ debug? & feedback? & element notification { text }? & - element network_needed { BOOLEAN } + element network_needed { BOOLEAN }? } autoinstall-init-script = element script { @@ -91,4 +91,3 @@ filename = element filename { text } interpreter = element interpreter { text } source = element source { text } -network_needed = element network_needed { BOOLEAN } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.106/src/autoyast-rnc/software.rnc new/autoyast2-3.1.108/src/autoyast-rnc/software.rnc --- old/autoyast2-3.1.106/src/autoyast-rnc/software.rnc 2015-11-27 17:05:02.000000000 +0100 +++ new/autoyast2-3.1.108/src/autoyast-rnc/software.rnc 2016-01-13 13:59:11.000000000 +0100 @@ -13,6 +13,7 @@ remove-patterns? & products? & remove-products? & + image? & element do_online_update { BOOLEAN }? & element install_recommended { BOOLEAN }? & element instsource {text}? @@ -58,3 +59,17 @@ LIST, element product {text}+ } +script_params = + element script_params { + LIST, + element listentry { text } + } + +image = + element image { + element image_location { text }? & + element image_name { text }? & + element script_location { text }? & + script_params? & + element run_kickoff { BOOLEAN }? + } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.106/src/clients/inst_autoconfigure.rb new/autoyast2-3.1.108/src/clients/inst_autoconfigure.rb --- old/autoyast2-3.1.106/src/clients/inst_autoconfigure.rb 2015-11-27 17:05:02.000000000 +0100 +++ new/autoyast2-3.1.108/src/clients/inst_autoconfigure.rb 2016-01-13 13:59:11.000000000 +0100 @@ -298,21 +298,13 @@ "autoyast-initscripts.service", # Do not restart dbus. Otherwise some services will hang. # bnc#937900 - "dbus.service", - # Do not restart wickedd* services - # bnc#944349 - "^wickedd", - # Do not restart NetworkManager* services - # bnc#955260 - "^NetworkManager" + "dbus.service" ] if final_restart_services logStep(_("Restarting all running services")) - @cmd = "systemctl --type=service list-units | grep \" running \" | sed s/[[:space:]].*//" + @cmd = "systemctl --type=service list-units | grep \" running \"" @out = Convert.to_map(SCR.Execute(path(".target.bash_output"), @cmd)) - @sl = Builtins.filter( - Builtins.splitstring(Ops.get_string(@out, "stdout", ""), "\n") - ) { |s| Ops.greater_than(Builtins.size(s), 0) } + @sl = Ops.get_string(@out, "stdout", "").split("\n").collect { |c| c.split(" ").first } Builtins.y2milestone("running services \"%1\"", @sl) # Filtering out all services which must not to be restarted diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.106/src/modules/AutoinstScripts.rb new/autoyast2-3.1.108/src/modules/AutoinstScripts.rb --- old/autoyast2-3.1.106/src/modules/AutoinstScripts.rb 2015-11-27 17:05:02.000000000 +0100 +++ new/autoyast2-3.1.108/src/modules/AutoinstScripts.rb 2016-01-13 13:59:11.000000000 +0100 @@ -792,7 +792,8 @@ end elsif type == "init-scripts" scriptPath = Builtins.sformat( - "%1/%2", + "%1%2/%3", + AutoinstConfig.destdir, AutoinstConfig.initscripts_dir, scriptName )
