forked from pool/yast2-installation
Accepting request 581740 from YaST:Head
submit new version 4.0.36 OBS-URL: https://build.opensuse.org/request/show/581740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=397
This commit is contained in:
commit
4517ddfd0a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:60a06599d9eb380725d505b33bd0c0bb16e57d488c88941cd6077fc798a278e4
|
|
||||||
size 452698
|
|
3
yast2-installation-4.0.36.tar.bz2
Normal file
3
yast2-installation-4.0.36.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5206cecb2d81709d407bb41c102642ecbd8f39213ce9492a8b866166f4a796d5
|
||||||
|
size 452800
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 1 14:48:45 UTC 2018 - shundhammer@suse.com
|
||||||
|
|
||||||
|
- Pass args to parent class constructor (bsc#1083500)
|
||||||
|
- 4.0.36
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 12:23:03 UTC 2018 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- fix marking texts for translation (bsc#1081361, bsc#1083015)
|
||||||
|
- 4.0.35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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.36
|
||||||
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