diff --git a/package/yast2-update.changes b/package/yast2-update.changes index 252c8fac..10da28a2 100644 --- a/package/yast2-update.changes +++ b/package/yast2-update.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 20 11:18:49 CET 2018 - schubi@suse.de + +- Function SelectProduct removed in order NOT to select All + available products (bsc#1116332). +- 4.1.6 + ------------------------------------------------------------------- Mon Nov 5 17:10:54 UTC 2018 - jlopez@suse.com diff --git a/package/yast2-update.spec b/package/yast2-update.spec index e16fc212..d8f71296 100644 --- a/package/yast2-update.spec +++ b/package/yast2-update.spec @@ -17,7 +17,7 @@ Name: yast2-update -Version: 4.1.5 +Version: 4.1.6 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/src/clients/update_proposal.rb b/src/clients/update_proposal.rb index 3b5080d9..5a5eb388 100644 --- a/src/clients/update_proposal.rb +++ b/src/clients/update_proposal.rb @@ -446,8 +446,6 @@ def init_stuff Pkg::ResolvableInstall(package, :package) end - Packages.SelectProduct - # FATE #301990, Bugzilla #238488 # Control the upgrade process better update_sum = Pkg.PkgUpdateAll(GetUpdateConf())