forked from pool/rubygem-rails-7.0
Accepting request 1086836 from devel:languages:ruby:extensions
- fix the additional Requires for the rubyX.Y-rails-7.0: this requires the new ruby-common (boo#1208872) OBS-URL: https://build.opensuse.org/request/show/1086836 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rails-7.0?expand=0&rev=8
This commit is contained in:
24
gem2rpm.yml
24
gem2rpm.yml
@@ -71,6 +71,8 @@
|
||||
# /bin/echo foo
|
||||
:version_suffix: '-7.0'
|
||||
:preamble: |-
|
||||
BuildRequires: ruby-common >= 3.2.1
|
||||
|
||||
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
|
||||
BuildRequires: %{rubygem railties:7.0}
|
||||
BuildRequires: %{rubygem activemodel:7.0}
|
||||
@@ -97,15 +99,13 @@
|
||||
Recommends: nodejs
|
||||
Recommends: yarn
|
||||
# keep in sync with above
|
||||
Requires: %{rubygem puma:5}
|
||||
Requires: %{rubygem sprockets-rails}
|
||||
Requires: %{rubygem sqlite3:1 >= 1.4}
|
||||
Requires: %{rubygem importmap-rails}
|
||||
Requires: %{rubygem bootsnap}
|
||||
Requires: %{rubygem turbo-rails}
|
||||
Requires: %{rubygem stimulus-rails}
|
||||
Requires: %{rubygem jbuilder}
|
||||
Requires: %{rubygem web-console }
|
||||
Requires: %{rubygem sprockets > 3.8}
|
||||
Requires: %{rubygem activejob >= 7.0}
|
||||
|
||||
Requires: rubygem(puma:5)
|
||||
Requires: rubygem(sprockets-rails)
|
||||
Requires: rubygem(sqlite3:1) >= 1.4
|
||||
Requires: rubygem(importmap-rails)
|
||||
Requires: rubygem(bootsnap)
|
||||
Requires: rubygem(turbo-rails)
|
||||
Requires: rubygem(stimulus-rails)
|
||||
Requires: rubygem(jbuilder)
|
||||
Requires: rubygem(web-console)
|
||||
Requires: rubygem(sprockets) > 3.8
|
||||
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 12 21:27:44 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- fix the additional Requires for the rubyX.Y-rails-7.0:
|
||||
this requires the new ruby-common (boo#1208872)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 11:21:25 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-rails-7.0
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -30,6 +30,8 @@ Release: 0
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
%define mod_version_suffix -7.0
|
||||
# MANUAL
|
||||
BuildRequires: ruby-common >= 3.2.1
|
||||
|
||||
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
|
||||
BuildRequires: %{rubygem activejob >= 7.0}
|
||||
BuildRequires: %{rubygem activemodel:7.0}
|
||||
|
Reference in New Issue
Block a user