Accepting request 899915 from YaST:Head

submit new version 4.4.10

OBS-URL: https://build.opensuse.org/request/show/899915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=301
This commit is contained in:
Dominique Leuenberger 2021-06-15 14:37:09 +00:00 committed by Git OBS Bridge
commit a4e1edb6ce
4 changed files with 66 additions and 5 deletions

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

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

View File

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

View File

@ -1,3 +1,61 @@
-------------------------------------------------------------------
Mon Jun 14 09:37:41 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Fix the copy of the profile to the installed system as
/var/adm/autoinstall/cache/installedSystem.xml (bsc#1187221).
- 4.4.10
-------------------------------------------------------------------
Fri Jun 11 09:46:05 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Do not crash when the general/storage section is empty
(bsc#1187180).
- 4.4.9
-------------------------------------------------------------------
Thu Jun 10 09:38:45 UTC 2021 - Knut Anderssen <kanderssen@suse.com>
- Import proxy settings during the 1st stage of the installation
(bsc#1185016)
- 4.4.8
-------------------------------------------------------------------
Mon Jun 7 13:06:43 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Abort the installation importing the users sections from
the profile fails (related to jsc#PM-2620).
- 4.4.7
-------------------------------------------------------------------
Thu May 13 19:07:57 UTC 2021 - Knut Anderssen <kanderssen@suse.com>
- Recommend icewm if graphical installation (bsc#1185095)
- 4.4.6
-------------------------------------------------------------------
Thu May 13 08:45:04 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Install packages in the PackagesProposal during autoupgrade
(see bsc#1184488).
- 4.4.5
-------------------------------------------------------------------
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>
- During autoupgrade do not try to register the system if it is
explicitly disabled in the profile (bsc#1176965)
- 4.4.3
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 8 16:13:44 UTC 2021 - Steffen Winterfeldt <snwint@suse.com> Thu Apr 8 16:13:44 UTC 2021 - Steffen Winterfeldt <snwint@suse.com>

View File

@ -22,7 +22,7 @@
%endif %endif
Name: autoyast2 Name: autoyast2
Version: 4.4.2 Version: 4.4.10
Release: 0 Release: 0
Summary: YaST2 - Automated Installation Summary: YaST2 - Automated Installation
License: GPL-2.0-only License: GPL-2.0-only
@ -134,6 +134,8 @@ Requires: yast2-xml
# RPM dependencies in Pkg.Resolvables # RPM dependencies in Pkg.Resolvables
Requires: yast2-pkg-bindings >= 4.3.0 Requires: yast2-pkg-bindings >= 4.3.0
Requires: yast2-ruby-bindings >= 1.0.0 Requires: yast2-ruby-bindings >= 1.0.0
# bsc#1185095
Recommends: (icewm if libyui-qt)
Provides: yast2-trans-autoinst Provides: yast2-trans-autoinst
Obsoletes: yast2-trans-autoinst Obsoletes: yast2-trans-autoinst
@ -260,7 +262,6 @@ done
%{yast_clientdir}/clone_system.rb %{yast_clientdir}/clone_system.rb
%{yast_yncludedir}/autoinstall/xml.rb %{yast_yncludedir}/autoinstall/xml.rb
%{yast_yncludedir}/autoinstall/ask.rb
%dir %{yast_libdir}/autoinstall %dir %{yast_libdir}/autoinstall
%{yast_libdir}/autoinstall/*.rb %{yast_libdir}/autoinstall/*.rb
@ -270,6 +271,8 @@ done
%{yast_libdir}/autoinstall/widgets %{yast_libdir}/autoinstall/widgets
%{yast_libdir}/autoinstall/presenters %{yast_libdir}/autoinstall/presenters
%{yast_libdir}/autoinstall/ask
%{yast_libdir}/autoinstall/autoinst_profile
%dir %{yast_libdir}/autoinstall/clients %dir %{yast_libdir}/autoinstall/clients
%{yast_libdir}/autoinstall/clients/*.rb %{yast_libdir}/autoinstall/clients/*.rb