Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2020-06-10 00:40:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Wed Jun 10 00:40:01 2020 rev:276 rq:812919 version:4.3.10 Changes: -------- --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2020-05-15 23:50:54.169380677 +0200 +++ /work/SRC/openSUSE:Factory/.autoyast2.new.3606/autoyast2.changes 2020-06-10 00:40:17.597695208 +0200 @@ -1,0 +2,80 @@ +Tue Jun 9 12:17:51 UTC 2020 - Imobach Gonzalez Sosa <[email protected]> + +- Do not crash when the partitioning section is not specified + (bsc#1172718). +- 4.3.10 + +------------------------------------------------------------------- +Fri Jun 5 08:03:15 UTC 2020 - Imobach Gonzalez Sosa <[email protected]> + +- Fix 'autoyast' and 'clone_system' command line interfaces + (bsc#1172548): + - autoyast: add a list-modules command to list all known modules. + - autoyast: display the correct client name in the help text. + - autoyast: 'file' and 'module' command are now equivalent. + Both of them support setting 'filename' and 'modname' + arguments. + - clone_system: add a 'filename' option instead of always using + '/root/autoinst.xml'. + - clone_system: move the logic to find the clonable modules + to Y2ModuleConfig. +- 4.3.9 + +------------------------------------------------------------------- +Mon Jun 1 09:46:08 UTC 2020 - Martin Vidner <[email protected]> + +- AutoYaST schema fixes: + - Work around Relax-NG parser error: "Found anyName attribute + without oneOrMore ancestor" (bsc#1172131) + - Rename 'option' to 'fs_option' to fix a duplicate definition + (bsc#1170886) +- 4.3.8 + +------------------------------------------------------------------- +Wed May 27 15:03:50 UTC 2020 - [email protected] + +- AutoYaST: Cleanup/improve issue handling (bsc#1171335). +- 4.3.7 + +------------------------------------------------------------------- +Wed May 27 14:03:50 UTC 2020 - Knut Anderssen <[email protected]> + +- When running an autoinstallation with the Online medium, the + network configuration based on the profile can be written before + the registration takes place (bsc#1171922) +- 4.3.6 + +------------------------------------------------------------------- +Wed May 27 08:26:35 UTC 2020 - Imobach Gonzalez Sosa <[email protected]> + +- Do not propose insecure signature handling settings when + cloning (bsc#1171343). +- Assign the correct callback when "accept_unknown_digest" is set. +- Do not export storage settings in the general section + unless it is needed (related to bsc#1171356). +- 4.3.5 + +------------------------------------------------------------------- +Fri May 22 09:58:24 UTC 2020 - Knut Anderssen <[email protected]> + +- The network configuration is applied during the first stage by + default (bsc#1171922) +- 4.3.4 + +------------------------------------------------------------------- +Thu May 21 13:51:22 UTC 2020 - David Díaz <[email protected]> + +- Revamp the storage client user interface, adapting it to the + storage-ng features. +- Avoid detecting bcache as a volume group (bsc#1136454). +- 4.3.3 + +------------------------------------------------------------------- +Mon May 18 07:12:41 UTC 2020 - Josef Reidinger <[email protected]> + +- Fix error reporting for invalid profile to respect new API + (bsc#1171412) +- fix profile loading test +- 4.3.2 + +------------------------------------------------------------------- Old: ---- autoyast2-4.3.1.tar.bz2 New: ---- autoyast2-4.3.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.dbihlW/_old 2020-06-10 00:40:19.265699582 +0200 +++ /var/tmp/diff_new_pack.dbihlW/_new 2020-06-10 00:40:19.265699582 +0200 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.1 +Version: 4.3.10 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only @@ -41,8 +41,8 @@ # xsltproc for AutoinstClass BuildRequires: libxslt BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) -# Yast::Popup.ErrorAnyQuestion fixed -BuildRequires: yast2 >= 4.0.60 +# AutoYaST issue handling +BuildRequires: yast2 >= 4.3.2 # FileSystems.read_default_subvol_from_target BuildRequires: yast2-country BuildRequires: yast2-network >= 3.1.145 @@ -66,8 +66,8 @@ Requires: autoyast2-installation = %{version} Requires: libxslt -# Y2Packager::ProductUpgrade.remove_obsolete_upgrades -Requires: yast2 >= 4.2.1 +# AutoYaST issue handling +Requires: yast2 >= 4.3.2 Requires: yast2-core Requires: yast2-country >= 3.1.13 # Moving security module to first installation stage @@ -181,7 +181,6 @@ %{yast_yncludedir}/autoinstall/dialogs.rb %{yast_yncludedir}/autoinstall/script_dialogs.rb %{yast_yncludedir}/autoinstall/general_dialogs.rb -%{yast_yncludedir}/autoinstall/wizards.rb %{yast_yncludedir}/autoinstall/helps.rb %dir %{yast_schemadir} %dir %{yast_schemadir}/autoyast @@ -226,11 +225,6 @@ %{yast_moduledir}/AutoinstClone.rb %dir %{yast_yncludedir}/autoinstall %{yast_yncludedir}/autoinstall/io.rb -%{yast_yncludedir}/autoinstall/AdvancedPartitionDialog.rb -%{yast_yncludedir}/autoinstall/DriveDialog.rb -%{yast_yncludedir}/autoinstall/PartitionDialog.rb -%{yast_yncludedir}/autoinstall/StorageDialog.rb -%{yast_yncludedir}/autoinstall/VolgroupDialog.rb %{yast_yncludedir}/autoinstall/common.rb %{yast_yncludedir}/autoinstall/tree.rb %{yast_yncludedir}/autoinstall/types.rb @@ -281,12 +275,12 @@ %dir %{yast_libdir}/autoinstall/dialogs %{yast_libdir}/autoinstall/dialogs/*.rb +%{yast_libdir}/autoinstall/widgets +%{yast_libdir}/autoinstall/presenters + %dir %{yast_libdir}/autoinstall/clients %{yast_libdir}/autoinstall/clients/*.rb -%dir %{yast_libdir}/autoinstall/autoinst_issues -%{yast_libdir}/autoinstall/autoinst_issues/*.rb - # scripts %{yast_ybindir}/fetch_image.sh %{yast_ybindir}/autoyast-initscripts.sh ++++++ autoyast2-4.3.1.tar.bz2 -> autoyast2-4.3.10.tar.bz2 ++++++ ++++ 16691 lines of diff (skipped)
