- Add support to read release notes from an RPM in the

repository (fate#323273)
- 4.0.4

- Add support for system roles ordering (related to bsc#1049297)

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=900
This commit is contained in:
YaST Team Bot 2017-09-26 13:54:54 +00:00 committed by Git OBS Bridge
parent 39990f8808
commit 065efc2dd0
4 changed files with 20 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:acbad55065d42e68d2dcc9e89da2cf03949d95dcd1be11be823d7ecf54d1e6a8
size 452729

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dece620e4f2b88e4604cf8306913919bccd05978bf89938e9b4855213a26987a
size 450716

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 26 13:37:17 UTC 2017 - igonzalezsosa@suse.com
- Add support to read release notes from an RPM in the
repository (fate#323273)
- 4.0.4
-------------------------------------------------------------------
Tue Sep 26 13:35:36 UTC 2017 - jreidinger@suse.com
- Add support for system roles ordering (related to bsc#1049297)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 26 08:50:31 UTC 2017 - igonzalezsosa@suse.com Tue Sep 26 08:50:31 UTC 2017 - igonzalezsosa@suse.com

View File

@ -17,7 +17,7 @@
Name: yast2-installation Name: yast2-installation
Version: 4.0.3 Version: 4.0.4
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -43,6 +43,8 @@ BuildRequires: rubygem(yast-rake)
# Yast::WorkflowManager.merge_modules_extensions # Yast::WorkflowManager.merge_modules_extensions
BuildRequires: yast2 >= 4.0.8 BuildRequires: yast2 >= 4.0.8
# Y2Packager::Product#release_notes Y2Packager::ReleaseNotes
BuildRequires: yast2-packager >= 4.0.5
# New Y2Storage::StorageManager API # New Y2Storage::StorageManager API
BuildRequires: yast2-storage-ng >= 0.1.32 BuildRequires: yast2-storage-ng >= 0.1.32
@ -64,8 +66,8 @@ Requires: yast2-pkg-bindings >= 3.1.33
# Mouse-related scripts moved to yast2-mouse # Mouse-related scripts moved to yast2-mouse
Conflicts: yast2-mouse < 2.18.0 Conflicts: yast2-mouse < 2.18.0
# Y2Packager::Widgets::ProductLicense with skip validation option # Y2Packager::Product#release_notes Y2Packager::ReleaseNotes
Requires: yast2-packager >= 3.3.10 Requires: yast2-packager >= 4.0.5
# FIXME: some code present in this package still depends on the old yast2-storage # 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 # and will break without this dependency. That's acceptable at this point of the