Skip to content

Commit

Permalink
using rb_default_ruby_abi tag in the spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Aug 22, 2019
1 parent 0789024 commit c49db34
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions package/yast2-docker.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 22 16:26:38 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:13 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>

Expand Down
8 changes: 4 additions & 4 deletions package/yast2-docker.spec
Expand Up @@ -24,7 +24,7 @@
######################################################################

Name: yast2-docker
Version: 4.2.0
Version: 4.2.1
Release: 0
Summary: YaST2 - GUI for docker management
Group: System/YaST
Expand All @@ -38,11 +38,11 @@ BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-ruby-bindings >= 1.2.0
BuildRequires: yast2 >= 3.0.5
#for install task
BuildRequires: rubygem(yast-rake)
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
# for tests
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
# for docker api
BuildRequires: rubygem(docker-api)
BuildRequires: rubygem(%{rb_default_ruby_abi}:docker-api)

Requires: yast2 >= 3.1.0
Requires: yast2-ruby-bindings >= 1.2.0
Expand Down

0 comments on commit c49db34

Please sign in to comment.