Skip to content

Commit

Permalink
Merge e0c0ff0 into 8a8a126
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Mar 21, 2016
2 parents 8a8a126 + e0c0ff0 commit 2813af9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Rakefile
@@ -1,5 +1,10 @@
require "yast/rake"

# Just a workaround for the Travis script
# https://github.com/yast/yast-devtools/blob/master/travis-tools/travis_setup.sh
# to build using the SLE-12 packages
# obs_project = "Devel:YaST:SLE-12"

yast_submit = ENV["YAST_SUBMIT"] || :sle12sp1
Yast::Tasks.submit_to(yast_submit.to_sym)

Expand Down
8 changes: 8 additions & 0 deletions package/yast2-registration.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Mar 18 15:54:32 UTC 2016 - lslezak@suse.cz

- Enable [Next] button in the first boot workflow to allow using
the registration module (pass the WFM arguments with the Back/Next
status to the internally called client) (bsc#970572)
- 3.1.166.1

-------------------------------------------------------------------
Wed Nov 18 11:32:26 UTC 2015 - igonzalezsosa@suse.com

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


Name: yast2-registration
Version: 3.1.166
Version: 3.1.166.1
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/clients/scc.rb
Expand Up @@ -50,7 +50,7 @@ def main
begin
::Registration::SwMgmt.init

return WFM.call("inst_scc")
return WFM.call("inst_scc", WFM.Args)
ensure
Wizard.CloseDialog
end
Expand Down

0 comments on commit 2813af9

Please sign in to comment.