3 Commits

2 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Dec 25 12:57:10 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- Fix buildignore for gem2rpm
-------------------------------------------------------------------
Tue Dec 2 20:35:01 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- switch the default ruby to 4.0
-------------------------------------------------------------------
Thu Dec 12 15:07:21 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ruby
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: ruby
Version: 3.4
Version: 4.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: README
@@ -27,7 +27,7 @@ License: MIT
Group: Development/Languages/Ruby
BuildRequires: ruby%{version}-devel
#!BuildIgnore: ruby
#!BuildIgnore: rubygem-gem2rpm
#!BuildIgnore: rubygem(gem2rpm)
%requires_ge ruby%{version}
Provides: rubygems = 1.8.15
Obsoletes: rubygems < 1.8.15