diff --git a/autoyast2-4.3.1.tar.bz2 b/autoyast2-4.3.1.tar.bz2 deleted file mode 100644 index 30157fe..0000000 --- a/autoyast2-4.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b83c263411e1e49de26780bd9c4684bcd9ccc0856a079d35c1c01ff88fc4c866 -size 695570 diff --git a/autoyast2-4.3.10.tar.bz2 b/autoyast2-4.3.10.tar.bz2 new file mode 100644 index 0000000..9246564 --- /dev/null +++ b/autoyast2-4.3.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28701a64958b90bddd9adee6c29dc270c47720fe622db003492a42de6b98c42 +size 704140 diff --git a/autoyast2.changes b/autoyast2.changes index 5bb077e..1c0761c 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,83 @@ +------------------------------------------------------------------- +Tue Jun 9 12:17:51 UTC 2020 - Imobach Gonzalez Sosa + +- 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 + +- 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 + +- 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 - schubi@suse.de + +- AutoYaST: Cleanup/improve issue handling (bsc#1171335). +- 4.3.7 + +------------------------------------------------------------------- +Wed May 27 14:03:50 UTC 2020 - Knut Anderssen + +- 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 + +- 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 + +- 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 + +- 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 + +- Fix error reporting for invalid profile to respect new API + (bsc#1171412) +- fix profile loading test +- 4.3.2 + ------------------------------------------------------------------- Mon May 11 14:27:50 UTC 2020 - Josef Reidinger diff --git a/autoyast2.spec b/autoyast2.spec index a701844..782eea2 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -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 @@ BuildRequires: libxml2-tools # 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 @@ BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) 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 @@ done %{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 @@ done %{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 @@ done %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