diff --git a/yast2-installation-3.3.10.tar.bz2 b/yast2-installation-3.3.10.tar.bz2 deleted file mode 100644 index 4f26260..0000000 --- a/yast2-installation-3.3.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1999d1b95d9ea71e69d847490881b4e5b938c9ae7dfa913aca870bd167a48baf -size 452628 diff --git a/yast2-installation-3.3.11.tar.bz2 b/yast2-installation-3.3.11.tar.bz2 new file mode 100644 index 0000000..1fb68f2 --- /dev/null +++ b/yast2-installation-3.3.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9487bd96463c40f6b090eefc81111ebf07aa36851a90dcfe1d031b90e9d7dc4b +size 453365 diff --git a/yast2-installation.changes b/yast2-installation.changes index 873dd05..e9b2c53 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 1 12:43:42 UTC 2017 - igonzalezsosa@suse.com + +- On multi-product installation medias, the product selection + happens in the welcome screen (fate#322276) +- 3.3.11 + ------------------------------------------------------------------- Thu Aug 31 12:26:51 UTC 2017 - gsouza@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 3f87937..02c8052 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.3.10 +Version: 3.3.11 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -41,8 +41,9 @@ BuildRequires: yast2-xml BuildRequires: rubygem(rspec) BuildRequires: rubygem(yast-rake) -# CWM::RadioButtons#vspacing -BuildRequires: yast2 >= 3.2.20 +# Yast::WorkflowManager#merge_product_workflow +# CWM.show support to disable buttons +BuildRequires: yast2 >= 4.0.2 # New Y2Storage::StorageManager API BuildRequires: yast2-storage-ng >= 0.1.32 @@ -51,8 +52,9 @@ Requires: yast2-storage-ng >= 0.1.32 # AutoinstSoftware.SavePackageSelection() Requires: autoyast2-installation >= 3.1.105 -# PackageDownloader and PackageExtractor -Requires: yast2 >= 3.2.19 +# Yast::WorkflowManager#merge_product_workflow +# CWM.show support to disable buttons +Requires: yast2 >= 4.0.2 # Language::GetLanguageItems and other API # Language::Set (handles downloading the translation extensions) @@ -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::Product -Requires: yast2-packager >= 3.3.7 +# Y2Packager::Widgets::ProductLicense +Requires: yast2-packager >= 3.3.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