Accepting request 821945 from YaST:Head
submit new version 4.3.28 OBS-URL: https://build.opensuse.org/request/show/821945 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=282
This commit is contained in:
commit
b1f9307fe6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f05f21cbf983e799bb5072ef04bd7c6fde8504de2c6c2a291eed497d63b6c5c0
|
|
||||||
size 708610
|
|
3
autoyast2-4.3.28.tar.bz2
Normal file
3
autoyast2-4.3.28.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a8f41f49e1351fede86190a35554dcf82300227efbc95766889cbda888abb64
|
||||||
|
size 708573
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 20 14:51:49 UTC 2020 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- Fix fallback for autoyast client name (bsc#1174119)
|
||||||
|
- 4.3.28
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 20 12:12:39 UTC 2020 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- Do not crash when wait section is not initialized (related to
|
||||||
|
bsc#1174173)
|
||||||
|
- 4.3.27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 16 10:27:54 CEST 2020 - schubi@suse.de
|
||||||
|
|
||||||
|
- Moving <files> section handling from second installation stage
|
||||||
|
to first installation stage. (bsc#1174194)
|
||||||
|
- 4.3.26
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 15 14:52:06 UTC 2020 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- Export more methods in AutoinstGeneral so it can be queried for
|
||||||
|
general autoyast settings (bsc#1174173)
|
||||||
|
- 4.3.25
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 14 12:05:44 UTC 2020 - David Diaz <dgonzalez@suse.com>
|
Tue Jul 14 12:05:44 UTC 2020 - David Diaz <dgonzalez@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Version: 4.3.24
|
Version: 4.3.28
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Automated Installation
|
Summary: YaST2 - Automated Installation
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -252,7 +252,6 @@ done
|
|||||||
#clients
|
#clients
|
||||||
%{yast_clientdir}/inst_autoinit.rb
|
%{yast_clientdir}/inst_autoinit.rb
|
||||||
%{yast_clientdir}/inst_autoimage.rb
|
%{yast_clientdir}/inst_autoimage.rb
|
||||||
%{yast_clientdir}/inst_autosetup.rb
|
|
||||||
%{yast_clientdir}/inst_autoconfigure.rb
|
%{yast_clientdir}/inst_autoconfigure.rb
|
||||||
%{yast_clientdir}/inst_autopost.rb
|
%{yast_clientdir}/inst_autopost.rb
|
||||||
%{yast_clientdir}/files_auto.rb
|
%{yast_clientdir}/files_auto.rb
|
||||||
@ -263,6 +262,7 @@ done
|
|||||||
%{yast_clientdir}/ayast_probe.rb
|
%{yast_clientdir}/ayast_probe.rb
|
||||||
%{yast_clientdir}/inst_autosetup.rb
|
%{yast_clientdir}/inst_autosetup.rb
|
||||||
%{yast_clientdir}/inst_autosetup_upgrade.rb
|
%{yast_clientdir}/inst_autosetup_upgrade.rb
|
||||||
|
%{yast_clientdir}/autoinst_files_finish.rb
|
||||||
%{yast_clientdir}/inst_store_upgrade_software.rb
|
%{yast_clientdir}/inst_store_upgrade_software.rb
|
||||||
%{yast_clientdir}/clone_system.rb
|
%{yast_clientdir}/clone_system.rb
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user