Skip to content

Commit

Permalink
Fix package building in AArch64 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Aug 5, 2016
1 parent e8c4566 commit 54a51eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 6 additions & 0 deletions package/yast2-registration.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 5 10:20:55 UTC 2016 - igonzalezsosa@suse.com

- Fix package building in AArch64 (bsc#992341)
- 3.1.181

-------------------------------------------------------------------
Wed Aug 3 15:51:28 UTC 2016 - mvidner@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.180
Version: 3.1.181
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
8 changes: 3 additions & 5 deletions test/addon_selection_dialog_test.rb
Expand Up @@ -11,6 +11,9 @@
allow(Yast::UI).to receive(:ReplaceWidget)
allow(Yast::UI).to receive(:TextMode).and_return(false)

# empty hash for any base product, it does not matter
allow(Registration::SwMgmt).to receive(:base_product_to_register).and_return({})

addon_reset_cache
end

Expand All @@ -24,11 +27,6 @@
)
end

before do
# empty hash for any base product, it does not matter
allow(Registration::SwMgmt).to receive(:base_product_to_register).and_return({})
end

it "returns response from addon selection according to pressed button" do
expect(Yast::UI).to receive(:UserInput).and_return(:abort)
registration = double(activated_products: [], get_addon_list: [])
Expand Down

0 comments on commit 54a51eb

Please sign in to comment.