Skip to content

Commit

Permalink
run scc_finish client if present (FATE#312012)
Browse files Browse the repository at this point in the history
- 3.1.51
  • Loading branch information
lslezak committed Mar 7, 2014
1 parent beb496b commit 4f18b8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 7 16:00:42 UTC 2014 - lslezak@suse.cz

- run scc_finish client if present (FATE#312012)
- 3.1.51

-------------------------------------------------------------------
Thu Mar 6 09:15:24 UTC 2014 - jreidinger@suse.com

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


Name: yast2-installation
Version: 3.1.50
Version: 3.1.51
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 2 additions & 0 deletions src/clients/inst_finish.rb
Expand Up @@ -154,6 +154,8 @@ def main
"x11",
"proxy",
"pkg",
# registration is optional
WFM.ClientExists("scc_finish") ? "scc" : "",
"driver_update1",
"random",
# bnc #340733
Expand Down

0 comments on commit 4f18b8d

Please sign in to comment.