Skip to content

Commit

Permalink
install the packages needed for accesing the installation repository …
Browse files Browse the repository at this point in the history
…(bnc#916200)

- 3.1.27
  • Loading branch information
lslezak committed Feb 9, 2015
1 parent 7efa400 commit 0f96f47
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/yast2-update.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 9 16:18:41 UTC 2015 - lslezak@suse.cz

- install the packages needed for accesing the installation
repository (bnc#916200)
- 3.1.27

-------------------------------------------------------------------
Fri Feb 6 13:39:23 UTC 2015 - ancor@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-update.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-update
Version: 3.1.26
Version: 3.1.27
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
6 changes: 6 additions & 0 deletions src/clients/update_proposal.rb
Expand Up @@ -485,6 +485,12 @@ def init_stuff
Builtins.foreach(restore) { |res| Pkg.ResolvableInstall(res, :product) }
Update.SetDesktopPattern if !Update.onlyUpdateInstalled

# 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

if !Update.OnlyUpdateInstalled
Packages.default_patterns.each do |pattern|
select_pattern_result = Pkg.ResolvableInstall(pattern, :pattern)
Expand Down

0 comments on commit 0f96f47

Please sign in to comment.