diff --git a/yast2-installation-4.0.3.tar.bz2 b/yast2-installation-4.0.3.tar.bz2 deleted file mode 100644 index 3ae9c9f..0000000 --- a/yast2-installation-4.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acbad55065d42e68d2dcc9e89da2cf03949d95dcd1be11be823d7ecf54d1e6a8 -size 452729 diff --git a/yast2-installation-4.0.4.tar.bz2 b/yast2-installation-4.0.4.tar.bz2 new file mode 100644 index 0000000..2e58df4 --- /dev/null +++ b/yast2-installation-4.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dece620e4f2b88e4604cf8306913919bccd05978bf89938e9b4855213a26987a +size 450716 diff --git a/yast2-installation.changes b/yast2-installation.changes index 56a52fa..7c7f96e 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -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 diff --git a/yast2-installation.spec b/yast2-installation.spec index b1d0bc6..6f59c53 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.3 +Version: 4.0.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,6 +43,8 @@ BuildRequires: rubygem(yast-rake) # Yast::WorkflowManager.merge_modules_extensions BuildRequires: yast2 >= 4.0.8 +# Y2Packager::Product#release_notes Y2Packager::ReleaseNotes +BuildRequires: yast2-packager >= 4.0.5 # New Y2Storage::StorageManager API 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 Conflicts: yast2-mouse < 2.18.0 -# Y2Packager::Widgets::ProductLicense with skip validation option -Requires: yast2-packager >= 3.3.10 +# Y2Packager::Product#release_notes Y2Packager::ReleaseNotes +Requires: yast2-packager >= 4.0.5 # 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