- Refactor the <ask> mechanism (bsc#1185704):

- Split the code into several and testable classes.
  - Fix 'Next' dialog calculation when the target does not exist.
  - <script> and <default_value_script> support the same elements
    than any other script.
- 4.4.4

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=971
This commit is contained in:
YaST Team Bot 2021-05-11 11:18:05 +00:00 committed by Git OBS Bridge
parent 0f7fc10c73
commit 7726c81079
4 changed files with 16 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue May 11 08:50:30 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Refactor the <ask> mechanism (bsc#1185704):
- Split the code into several and testable classes.
- Fix 'Next' dialog calculation when the target does not exist.
- <script> and <default_value_script> support the same elements
than any other script.
- 4.4.4
-------------------------------------------------------------------
Fri May 7 10:24:22 UTC 2021 - Knut Anderssen <kanderssen@suse.com>

View File

@ -22,7 +22,7 @@
%endif
Name: autoyast2
Version: 4.4.3
Version: 4.4.4
Release: 0
Summary: YaST2 - Automated Installation
License: GPL-2.0-only
@ -260,7 +260,6 @@ done
%{yast_clientdir}/clone_system.rb
%{yast_yncludedir}/autoinstall/xml.rb
%{yast_yncludedir}/autoinstall/ask.rb
%dir %{yast_libdir}/autoinstall
%{yast_libdir}/autoinstall/*.rb
@ -270,6 +269,8 @@ done
%{yast_libdir}/autoinstall/widgets
%{yast_libdir}/autoinstall/presenters
%{yast_libdir}/autoinstall/ask
%{yast_libdir}/autoinstall/autoinst_profile
%dir %{yast_libdir}/autoinstall/clients
%{yast_libdir}/autoinstall/clients/*.rb