Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using rb_default_ruby_abi tag in the spec file #43

Merged
merged 1 commit into from
Aug 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions package/yast2-caasp.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 26 09:31:45 CEST 2019 - schubi@suse.de

- Using rb_default_ruby_abi tag in the spec file in order to
handle several ruby versions (bsc#1146403).
- 4.2.2

-------------------------------------------------------------------
Wed Aug 14 16:11:04 UTC 2019 - kukuk@suse.de

Expand Down
6 changes: 3 additions & 3 deletions package/yast2-caasp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-caasp
Version: 4.2.1
Version: 4.2.2
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand All @@ -37,8 +37,8 @@ Requires: yast2-network >= 4.1.11
BuildRequires: yast2-network >= 4.1.11

BuildRequires: yast2-devtools >= 3.1.39
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(yast-rake) >= 0.2.13
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.2.13

BuildArch: noarch

Expand Down