- Do not ignore start_multipath setting (bsc#1070343).
- 4.0.14 - Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468). OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=914
This commit is contained in:
parent
f28d79bcba
commit
deda68e039
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7cd272e6779ed8d452ad35bdcba60b40500b028f9ca28a72ea7bf82b820116b5
|
|
||||||
size 453585
|
|
3
yast2-installation-4.0.14.tar.bz2
Normal file
3
yast2-installation-4.0.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e677ce0bad6438ee0ba7199f792852f8b0e6dd0e1fb33b61e7fb74a6f3af2f5c
|
||||||
|
size 454079
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 30 14:33:07 UTC 2017 - igonzalezsosa@suse.com
|
||||||
|
|
||||||
|
- Do not ignore start_multipath setting (bsc#1070343).
|
||||||
|
- 4.0.14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 30 06:38:15 UTC 2017 - rbrown@suse.com
|
||||||
|
|
||||||
|
- Replace references to /var/adm/fillup-templates with new
|
||||||
|
%_fillupdir macro (boo#1069468).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 2 15:36:38 UTC 2017 - knut.anderssen@suse.com
|
Thu Nov 2 15:36:38 UTC 2017 - knut.anderssen@suse.com
|
||||||
|
|
||||||
|
@ -16,13 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
|
||||||
%if ! %{defined _fillupdir}
|
|
||||||
%define _fillupdir /var/adm/fillup-templates
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 4.0.13
|
Version: 4.0.14
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -51,12 +46,13 @@ BuildRequires: yast2 >= 4.0.8
|
|||||||
# Yast::Packages.check_remote_installation_packages
|
# Yast::Packages.check_remote_installation_packages
|
||||||
BuildRequires: yast2-packager >= 4.0.9
|
BuildRequires: yast2-packager >= 4.0.9
|
||||||
|
|
||||||
# New Y2Storage::StorageManager API
|
# Y2Storage::StorageManager#activate accepts an argument
|
||||||
BuildRequires: yast2-storage-ng >= 0.1.32
|
BuildRequires: yast2-storage-ng >= 4.0.43
|
||||||
Requires: yast2-storage-ng >= 0.1.32
|
Requires: yast2-storage-ng >= 4.0.43
|
||||||
|
|
||||||
# AutoinstSoftware.SavePackageSelection()
|
# Y2Autoinstall::ActivateCallbacks
|
||||||
Requires: autoyast2-installation >= 3.1.105
|
BuildRequires: autoyast2-installation >= 4.0.11
|
||||||
|
Requires: autoyast2-installation >= 4.0.11
|
||||||
|
|
||||||
# Yast::WorkflowManager.merge_modules_extensions
|
# Yast::WorkflowManager.merge_modules_extensions
|
||||||
Requires: yast2 >= 4.0.8
|
Requires: yast2 >= 4.0.8
|
||||||
|
Loading…
Reference in New Issue
Block a user