From f885316c3185da984ec411f7e0b0527f2bc0273c Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Tue, 20 Nov 2018 11:19:17 +0100 Subject: [PATCH] SelectProduct removed --- package/yast2-update.changes | 7 +++++++ package/yast2-update.spec | 2 +- src/clients/update_proposal.rb | 2 -- 3 files changed, 8 insertions(+), 3 deletions(-) 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())