Skip to content

Commit

Permalink
Merge d0a5299 into 13b20c3
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Aug 22, 2019
2 parents 13b20c3 + d0a5299 commit f4d6b7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions package/yast2-registration.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 22 16:54:42 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.7

-------------------------------------------------------------------
Tue Aug 6 17:05:32 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>

Expand Down
10 changes: 5 additions & 5 deletions package/yast2-registration.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-registration
Version: 4.2.6
Version: 4.2.7
Release: 0
Summary: YaST2 - Registration Module
License: GPL-2.0-only
Expand All @@ -31,9 +31,9 @@ BuildRequires: update-desktop-files
BuildRequires: yast2 >= 4.0.63
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-slp >= 3.1.9
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(suse-connect) >= 0.3.11
BuildRequires: rubygem(yast-rake) >= 0.2.5
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
BuildRequires: rubygem(%{rb_default_ruby_abi}:suse-connect) >= 0.3.11
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.2.5
# updated product renames
BuildRequires: yast2-packager >= 4.0.40
BuildRequires: yast2-update >= 3.1.36
Expand All @@ -45,7 +45,7 @@ Requires: yast2-pkg-bindings >= 3.1.34
# N_() method
Requires: yast2-ruby-bindings >= 3.1.12
# SUSE::Connect::YaST.list_installer_updates
Requires: rubygem(suse-connect) >= 0.2.37
Requires: rubygem(%{rb_default_ruby_abi}:suse-connect) >= 0.2.37
# NOTE: Workaround for bsc#947482, SUSEConnect is actually not needed by the
# YaST registration module, it is used just to install the Connect dependencies.
#
Expand Down

0 comments on commit f4d6b7d

Please sign in to comment.