diff --git a/yast2-installation-4.0.4.tar.bz2 b/yast2-installation-4.0.4.tar.bz2 deleted file mode 100644 index 81a2499..0000000 --- a/yast2-installation-4.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c39898df0b102ae8e4179bf9473a3bf3e37f4e6330f32fdfc31dcf3f0fdbabb7 -size 450530 diff --git a/yast2-installation-4.0.6.tar.bz2 b/yast2-installation-4.0.6.tar.bz2 new file mode 100644 index 0000000..2c0d185 --- /dev/null +++ b/yast2-installation-4.0.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610e9346895845d03f45f54f7110cb6a125fde6491f44705a74d36921670b954 +size 450788 diff --git a/yast2-installation.changes b/yast2-installation.changes index 7c7f96e..e95d8a9 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Oct 10 08:34:44 UTC 2017 - jreidinger@suse.com + +- Dropped call of dasd_reload which caused renumbering of disks and + user got confused.(FATE#318138) +- 4.0.6 + +------------------------------------------------------------------- +Wed Oct 4 10:32:55 CEST 2017 - schubi@suse.de + +- AY: Warn the user if an remote installation is not completely + possible because there are not all needed packages availble in + the installed system. (bnc#1055279, bnc#1058071) +- 4.0.5 + ------------------------------------------------------------------- Tue Sep 26 13:37:17 UTC 2017 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 6f59c53..f92076f 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.4 +Version: 4.0.6 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,8 +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 +# Yast::Packages.check_remote_installation_packages +BuildRequires: yast2-packager >= 4.0.9 # New Y2Storage::StorageManager API BuildRequires: yast2-storage-ng >= 0.1.32 @@ -66,8 +66,8 @@ Requires: yast2-pkg-bindings >= 3.1.33 # Mouse-related scripts moved to yast2-mouse Conflicts: yast2-mouse < 2.18.0 -# Y2Packager::Product#release_notes Y2Packager::ReleaseNotes -Requires: yast2-packager >= 4.0.5 +# Yast::Packages.check_remote_installation_packages +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