forked from pool/yast2-installation
- More gentle handling of aborts caused by hardware probing errors
(bsc#1079228, bsc#1079817, bsc#1063059, bsc#1080554, bsc#1076776, bsc#1070459 and some others). - Re-enable the old fix for bsc#298049 (abort button during ongoing hardware probing). - Cleanup of dead code - 4.0.34 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=938
This commit is contained in:
parent
f7c9ca82d5
commit
6daf24a699
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:60a06599d9eb380725d505b33bd0c0bb16e57d488c88941cd6077fc798a278e4
|
|
||||||
size 452698
|
|
3
yast2-installation-4.0.34.tar.bz2
Normal file
3
yast2-installation-4.0.34.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2f0ad08b45ca406a0577fd2004a8a5bf4917a6d653b1a3c7b2ede965e11d6d2a
|
||||||
|
size 452756
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 01:41:17 UTC 2018 - ancor@suse.com
|
||||||
|
|
||||||
|
- More gentle handling of aborts caused by hardware probing errors
|
||||||
|
(bsc#1079228, bsc#1079817, bsc#1063059, bsc#1080554, bsc#1076776,
|
||||||
|
bsc#1070459 and some others).
|
||||||
|
- Re-enable the old fix for bsc#298049 (abort button during ongoing
|
||||||
|
hardware probing).
|
||||||
|
- Cleanup of dead code
|
||||||
|
- 4.0.34
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 13 12:53:44 UTC 2018 - jreidinger@suse.com
|
Tue Feb 13 12:53:44 UTC 2018 - jreidinger@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 4.0.33
|
Version: 4.0.34
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -46,9 +46,9 @@ BuildRequires: yast2 >= 4.0.49
|
|||||||
# 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#activate accepts an argument
|
# Y2Storage::StorageManager#activate and #probe as boolean
|
||||||
BuildRequires: yast2-storage-ng >= 4.0.43
|
BuildRequires: yast2-storage-ng >= 4.0.114
|
||||||
Requires: yast2-storage-ng >= 4.0.43
|
Requires: yast2-storage-ng >= 4.0.114
|
||||||
|
|
||||||
# Mandatory language in Product#release_notes
|
# Mandatory language in Product#release_notes
|
||||||
Requires: yast2 >= 4.0.49
|
Requires: yast2 >= 4.0.49
|
||||||
@ -66,11 +66,6 @@ Conflicts: yast2-mouse < 2.18.0
|
|||||||
# Yast::Packages.check_remote_installation_packages
|
# Yast::Packages.check_remote_installation_packages
|
||||||
Requires: yast2-packager >= 4.0.9
|
Requires: yast2-packager >= 4.0.9
|
||||||
|
|
||||||
# FIXME: some code present in this package still depends on the old yast2-storage
|
|
||||||
# and will break without this dependency. That's acceptable at this point of the
|
|
||||||
# migration to storage-ng. See installer-hacks.md in the yast-storage-ng repo.
|
|
||||||
# Requires: yast2-storage >= 2.24.1
|
|
||||||
|
|
||||||
# use in startup scripts
|
# use in startup scripts
|
||||||
Requires: initviocons
|
Requires: initviocons
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user