1
0

- Do not warn too soon about missing disks during autoinstallation

(bsc#1091033)
- 4.0.55

- Better handle the restore scripts when YaST is aborted or
  crashes (bsc#1089643)
- Delete the .repo files accidentally saved into inst-sys
  (fixes problems when restarting YaST after abort or crash)
- 4.0.54

- fix regression to show again iscsi configuration for disk-less
  setup  (bsc#1090753)
- 4.0.53

- Fix text direction for RTL languages in the installer settings
  screen (bsc#1089846).
- 4.0.52

- Fixed "vnc.sh: /root/.profile: No such file or directory"
  (bsc#1089623).

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=956
This commit is contained in:
YaST Team Bot 2018-05-03 09:16:54 +00:00 committed by Git OBS Bridge
parent 84feedb739
commit 2c94d78804
4 changed files with 48 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Fri Apr 27 15:07:15 UTC 2018 - igonzalezsosa@suse.com
- Do not warn too soon about missing disks during autoinstallation
(bsc#1091033)
- 4.0.55
-------------------------------------------------------------------
Fri Apr 27 13:22:53 UTC 2018 - lslezak@suse.cz
- Better handle the restore scripts when YaST is aborted or
crashes (bsc#1089643)
- Delete the .repo files accidentally saved into inst-sys
(fixes problems when restarting YaST after abort or crash)
- 4.0.54
-------------------------------------------------------------------
Wed Apr 25 10:43:58 UTC 2018 - jreidinger@suse.com
- fix regression to show again iscsi configuration for disk-less
setup (bsc#1090753)
- 4.0.53
-------------------------------------------------------------------
Wed Apr 25 06:03:53 UTC 2018 - igonzalezsosa@suse.com
- Fix text direction for RTL languages in the installer settings
screen (bsc#1089846).
- 4.0.52
-------------------------------------------------------------------
Tue Apr 24 11:41:26 UTC 2018 - mvidner@suse.com
- Fixed "vnc.sh: /root/.profile: No such file or directory"
(bsc#1089623).
- 4.0.51
-------------------------------------------------------------------
Thu Apr 19 13:05:23 UTC 2018 - lslezak@suse.cz

View File

@ -17,7 +17,7 @@
Name: yast2-installation
Version: 4.0.50
Version: 4.0.55
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -43,17 +43,17 @@ BuildRequires: yast2-xml
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(yast-rake)
# Mandatory language in Product#release_notes
BuildRequires: yast2 >= 4.0.49
# TextHelpers#div_with_direction
BuildRequires: yast2 >= 4.0.72
# Yast::Packages.check_remote_installation_packages
BuildRequires: yast2-packager >= 4.0.9
# Y2Storage::StorageManager#activate and #probe as boolean
BuildRequires: yast2-storage-ng >= 4.0.114
Requires: yast2-storage-ng >= 4.0.114
# Y2Storage::StorageManager#devices_for_installation?
BuildRequires: yast2-storage-ng >= 4.0.168
Requires: yast2-storage-ng >= 4.0.168
# Mandatory language in Product#release_notes
Requires: yast2 >= 4.0.49
# TextHelpers#div_with_direction
Requires: yast2 >= 4.0.72
# Language::GetLanguageItems and other API
# Language::Set (handles downloading the translation extensions)