Skip to content

Commit

Permalink
Changes, handle starting the repo manager
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Feb 14, 2019
1 parent e6519fd commit 8dd3f4f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/yast2-packager.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 14 07:46:00 UTC 2019 - lslezak@suse.cz

- Automatically preselect the driver packages from new repositories
(bsc#953522)
- 4.1.26

-------------------------------------------------------------------
Tue Jan 29 08:08:04 UTC 2019 - dgonzalez@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-packager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-packager
Version: 4.1.25
Version: 4.1.26
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
3 changes: 3 additions & 0 deletions src/clients/sw_single.rb
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,10 @@ def StartSWSingle
result = :next
# start the repository manager
elsif result == :repo_mgr
save_known_repositories
WFM.CallFunction("repositories", [:sw_single_mode])
# preselect the driver packages from new repositories
preselect_system_packages
force_restart = true
elsif result == :online_update_configuration
required_package = "yast2-online-update-configuration"
Expand Down

0 comments on commit 8dd3f4f

Please sign in to comment.