Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move product selection to welcome #602

Merged
merged 22 commits into from
Sep 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ script:
# the "yast-travis-ruby" script is included in the base yastdevel/ruby image
# see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-installation-image yast-travis-ruby
- docker run -it yast-installation-image rake check:doc
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
@@ -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

Expand Down
16 changes: 9 additions & 7 deletions package/yast2-installation.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-installation
Version: 3.3.10
Version: 3.3.11
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand All @@ -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
Expand All @@ -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)
Expand All @@ -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
Expand Down