From 2c94d788042556e2034d6d411cbdcb8737b01bb49381f2e982cc7b68fd6bd824 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 3 May 2018 09:16:54 +0000 Subject: [PATCH] - 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 --- yast2-installation-4.0.50.tar.bz2 | 3 --- yast2-installation-4.0.55.tar.bz2 | 3 +++ yast2-installation.changes | 37 +++++++++++++++++++++++++++++++ yast2-installation.spec | 16 ++++++------- 4 files changed, 48 insertions(+), 11 deletions(-) delete mode 100644 yast2-installation-4.0.50.tar.bz2 create mode 100644 yast2-installation-4.0.55.tar.bz2 diff --git a/yast2-installation-4.0.50.tar.bz2 b/yast2-installation-4.0.50.tar.bz2 deleted file mode 100644 index a5701f4..0000000 --- a/yast2-installation-4.0.50.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:782fa6ffefb0c7cdb14624bd3e4bfc43a2121daa53c71201c920ee002916ba38 -size 454252 diff --git a/yast2-installation-4.0.55.tar.bz2 b/yast2-installation-4.0.55.tar.bz2 new file mode 100644 index 0000000..05cf077 --- /dev/null +++ b/yast2-installation-4.0.55.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2445d2a5e414854e0fa2c5d04ed01c8652ecb140e1ff50c462e44d49272612b5 +size 454318 diff --git a/yast2-installation.changes b/yast2-installation.changes index ed0b6fc..a4481a7 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -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 diff --git a/yast2-installation.spec b/yast2-installation.spec index a723ea0..c9b19a5 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -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)