Accepting request 812919 from YaST:Head

submit new version 4.3.10

OBS-URL: https://build.opensuse.org/request/show/812919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=276
This commit is contained in:
Dominique Leuenberger 2020-06-09 22:40:01 +00:00 committed by Git OBS Bridge
commit 72965977bb
4 changed files with 91 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b83c263411e1e49de26780bd9c4684bcd9ccc0856a079d35c1c01ff88fc4c866
size 695570

3
autoyast2-4.3.10.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b28701a64958b90bddd9adee6c29dc270c47720fe622db003492a42de6b98c42
size 704140

View File

@ -1,3 +1,83 @@
-------------------------------------------------------------------
Tue Jun 9 12:17:51 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- 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 <igonzalezsosa@suse.com>
- 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 <mvidner@suse.com>
- 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 <kanderssen@suse.com>
- 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 <igonzalezsosa@suse.com>
- 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 <kanderssen@suse.com>
- 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 <dgonzalez@suse.com>
- 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 <jreidinger@suse.com>
- 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 <jreidinger@suse.com> Mon May 11 14:27:50 UTC 2020 - Josef Reidinger <jreidinger@suse.com>

View File

@ -22,7 +22,7 @@
%endif %endif
Name: autoyast2 Name: autoyast2
Version: 4.3.1 Version: 4.3.10
Release: 0 Release: 0
Summary: YaST2 - Automated Installation Summary: YaST2 - Automated Installation
License: GPL-2.0-only License: GPL-2.0-only
@ -41,8 +41,8 @@ BuildRequires: libxml2-tools
# xsltproc for AutoinstClass # xsltproc for AutoinstClass
BuildRequires: libxslt BuildRequires: libxslt
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
# Yast::Popup.ErrorAnyQuestion fixed # AutoYaST issue handling
BuildRequires: yast2 >= 4.0.60 BuildRequires: yast2 >= 4.3.2
# FileSystems.read_default_subvol_from_target # FileSystems.read_default_subvol_from_target
BuildRequires: yast2-country BuildRequires: yast2-country
BuildRequires: yast2-network >= 3.1.145 BuildRequires: yast2-network >= 3.1.145
@ -66,8 +66,8 @@ BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
Requires: autoyast2-installation = %{version} Requires: autoyast2-installation = %{version}
Requires: libxslt Requires: libxslt
# Y2Packager::ProductUpgrade.remove_obsolete_upgrades # AutoYaST issue handling
Requires: yast2 >= 4.2.1 Requires: yast2 >= 4.3.2
Requires: yast2-core Requires: yast2-core
Requires: yast2-country >= 3.1.13 Requires: yast2-country >= 3.1.13
# Moving security module to first installation stage # Moving security module to first installation stage
@ -181,7 +181,6 @@ done
%{yast_yncludedir}/autoinstall/dialogs.rb %{yast_yncludedir}/autoinstall/dialogs.rb
%{yast_yncludedir}/autoinstall/script_dialogs.rb %{yast_yncludedir}/autoinstall/script_dialogs.rb
%{yast_yncludedir}/autoinstall/general_dialogs.rb %{yast_yncludedir}/autoinstall/general_dialogs.rb
%{yast_yncludedir}/autoinstall/wizards.rb
%{yast_yncludedir}/autoinstall/helps.rb %{yast_yncludedir}/autoinstall/helps.rb
%dir %{yast_schemadir} %dir %{yast_schemadir}
%dir %{yast_schemadir}/autoyast %dir %{yast_schemadir}/autoyast
@ -226,11 +225,6 @@ done
%{yast_moduledir}/AutoinstClone.rb %{yast_moduledir}/AutoinstClone.rb
%dir %{yast_yncludedir}/autoinstall %dir %{yast_yncludedir}/autoinstall
%{yast_yncludedir}/autoinstall/io.rb %{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/common.rb
%{yast_yncludedir}/autoinstall/tree.rb %{yast_yncludedir}/autoinstall/tree.rb
%{yast_yncludedir}/autoinstall/types.rb %{yast_yncludedir}/autoinstall/types.rb
@ -281,12 +275,12 @@ done
%dir %{yast_libdir}/autoinstall/dialogs %dir %{yast_libdir}/autoinstall/dialogs
%{yast_libdir}/autoinstall/dialogs/*.rb %{yast_libdir}/autoinstall/dialogs/*.rb
%{yast_libdir}/autoinstall/widgets
%{yast_libdir}/autoinstall/presenters
%dir %{yast_libdir}/autoinstall/clients %dir %{yast_libdir}/autoinstall/clients
%{yast_libdir}/autoinstall/clients/*.rb %{yast_libdir}/autoinstall/clients/*.rb
%dir %{yast_libdir}/autoinstall/autoinst_issues
%{yast_libdir}/autoinstall/autoinst_issues/*.rb
# scripts # scripts
%{yast_ybindir}/fetch_image.sh %{yast_ybindir}/fetch_image.sh
%{yast_ybindir}/autoyast-initscripts.sh %{yast_ybindir}/autoyast-initscripts.sh