- Move the installer self update step earlier in the workflow
so the user entered values are not lost after restart and avoid repeating some steps again (bsc#985055) - This also fixes losing some values due to restaring YaST (bsc#993690), (bsc#992608) - Improved the self update URL handling - the boot parameter has the highest priority, always ask user when a SLP service is found, in AutoYaST mode SLP needs to be enabled in the profile - Display progress when downloading and applying the updates - 3.1.213 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=818
This commit is contained in:
parent
5f267b6dbf
commit
6ecd5d694b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1cba588311984522368391c84da9be2c17e8eb1fc5da023e3955a81ea119d7a
|
||||
size 433277
|
3
yast2-installation-3.1.213.tar.bz2
Normal file
3
yast2-installation-3.1.213.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d429cfd12409a5a4128da38d96e820dee37487e5a2260b00928df0e276b907e5
|
||||
size 435709
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 25 14:23:20 UTC 2016 - lslezak@suse.cz
|
||||
|
||||
- Move the installer self update step earlier in the workflow
|
||||
so the user entered values are not lost after restart and avoid
|
||||
repeating some steps again (bsc#985055)
|
||||
- This also fixes losing some values due to restaring YaST (bsc#993690),
|
||||
(bsc#992608)
|
||||
- Improved the self update URL handling - the boot parameter has
|
||||
the highest priority, always ask user when a SLP service is found,
|
||||
in AutoYaST mode SLP needs to be enabled in the profile
|
||||
- Display progress when downloading and applying the updates
|
||||
- 3.1.213
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 25 12:51:45 UTC 2016 - cwh@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 3.1.212
|
||||
Version: 3.1.213
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,8 +66,8 @@ Conflicts: yast2-mouse < 2.18.0
|
||||
# Lazy loading in ProductLicense
|
||||
Requires: yast2-packager >= 3.1.113
|
||||
|
||||
# Yast::Storage.multipath_off?
|
||||
Requires: yast2-storage >= 3.1.97
|
||||
# Storage::GetDetectedDiskPaths
|
||||
Requires: yast2-storage >= 2.24.1
|
||||
|
||||
# use in startup scripts
|
||||
Requires: initviocons
|
||||
|
Loading…
Reference in New Issue
Block a user