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 #57

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-fcoe-client.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 26 09:37:36 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.1

-------------------------------------------------------------------
Fri May 31 12:29:42 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>

Expand Down
4 changes: 2 additions & 2 deletions package/yast2-fcoe-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-fcoe-client
Version: 4.2.0
Version: 4.2.1
Release: 0
Summary: YaST2 - Configuration of Fibre Channel over Ethernet
Group: System/YaST
Expand All @@ -28,7 +28,7 @@ Source0: %{name}-%{version}.tar.bz2

BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)

# Yast2::Systemd::Service
Requires: yast2 >= 4.1.3
Expand Down