Skip to content

Commit

Permalink
Proposed patch for bsc#1136012
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed May 24, 2019
1 parent 3bde7e3 commit 1e4cc1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/clients/update_proposal.rb
Expand Up @@ -441,11 +441,11 @@ def init_stuff

Builtins.foreach(restore) { |res| Pkg.ResolvableInstall(res, :product) }

# make sure the packages needed for accessing the installation repository
# are installed, e.g. "cifs-mount" for SMB or "nfs-client" for NFS repositories
Packages.sourceAccessPackages.each do |package|
Pkg::ResolvableInstall(package, :package)
end
# install the needed package (e.g. "cifs-mount" for SMB or "nfs-client"
# for NFS repositories or "grub2" for the bootloader)
# false = allow installing new packages, otherwise it would only upgrade
# the already installed packages
Packages.SelectSystemPackages(false)

# FATE #301990, Bugzilla #238488
# Control the upgrade process better
Expand Down

0 comments on commit 1e4cc1e

Please sign in to comment.