- Log a warning when umounting a filesystem fails after
installation/upgrade (related to bsc#1090018). - 4.0.59 - disable mdadm auto assembly for installation (bsc#1090690) - 4.0.58 - Keep the selected product in the desktop selection dialog (bsc#1088660) - 4.0.57 - Copy new /var/log/YaST2/storage-inst/ subdir to target at the end of the installation (part of fate #318196) - 4.0.56 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=958
This commit is contained in:
parent
5a9e4f2d10
commit
cb80067063
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2445d2a5e414854e0fa2c5d04ed01c8652ecb140e1ff50c462e44d49272612b5
|
|
||||||
size 454318
|
|
3
yast2-installation-4.0.59.tar.bz2
Normal file
3
yast2-installation-4.0.59.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7ebc281ac22dad709fcb06296d0ad1dd200a701db6cabd52c2dfaf90666e3dea
|
||||||
|
size 454866
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 10 13:10:41 UTC 2018 - igonzalezsosa@suse.com
|
||||||
|
|
||||||
|
- Log a warning when umounting a filesystem fails after
|
||||||
|
installation/upgrade (related to bsc#1090018).
|
||||||
|
- 4.0.59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 08 12:04:00 CEST 2018 - aschnell@suse.com
|
||||||
|
|
||||||
|
- disable mdadm auto assembly for installation (bsc#1090690)
|
||||||
|
- 4.0.58
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 3 07:34:57 UTC 2018 - lslezak@suse.cz
|
||||||
|
|
||||||
|
- Keep the selected product in the desktop selection dialog
|
||||||
|
(bsc#1088660)
|
||||||
|
- 4.0.57
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 15:44:18 UTC 2018 - shundhammer@suse.com
|
||||||
|
|
||||||
|
- Copy new /var/log/YaST2/storage-inst/ subdir to target at the
|
||||||
|
end of the installation (part of fate #318196)
|
||||||
|
- 4.0.56
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 27 15:07:15 UTC 2018 - igonzalezsosa@suse.com
|
Fri Apr 27 15:07:15 UTC 2018 - igonzalezsosa@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 4.0.55
|
Version: 4.0.59
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -28,7 +28,7 @@ Url: http://github.com/yast/yast-installation
|
|||||||
Requires: yast2-ruby-bindings >= 4.0.6
|
Requires: yast2-ruby-bindings >= 4.0.6
|
||||||
|
|
||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
|
|
||||||
Source1: YaST2-Second-Stage.service
|
Source1: YaST2-Second-Stage.service
|
||||||
@ -48,9 +48,9 @@ BuildRequires: yast2 >= 4.0.72
|
|||||||
# Yast::Packages.check_remote_installation_packages
|
# Yast::Packages.check_remote_installation_packages
|
||||||
BuildRequires: yast2-packager >= 4.0.9
|
BuildRequires: yast2-packager >= 4.0.9
|
||||||
|
|
||||||
# Y2Storage::StorageManager#devices_for_installation?
|
# Y2Storage::Inhibitors
|
||||||
BuildRequires: yast2-storage-ng >= 4.0.168
|
BuildRequires: yast2-storage-ng >= 4.0.175
|
||||||
Requires: yast2-storage-ng >= 4.0.168
|
Requires: yast2-storage-ng >= 4.0.175
|
||||||
|
|
||||||
# TextHelpers#div_with_direction
|
# TextHelpers#div_with_direction
|
||||||
Requires: yast2 >= 4.0.72
|
Requires: yast2 >= 4.0.72
|
||||||
|
Loading…
Reference in New Issue
Block a user