forked from pool/rubygem-rails-7.0
Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
02c056de9f | |||
4c7279a4bd | |||
ca33a55c87 | |||
a6b9b06637 | |||
92a822e0a4 | |||
463e83f6ec | |||
91981eef8e | |||
12d5e0af44 | |||
4fc847dd62 | |||
3722c4babc | |||
d2e40676d3 | |||
8218b58dc2 | |||
48154008a7 | |||
8f0e2e7228 |
50
gem2rpm.yml
50
gem2rpm.yml
@@ -71,27 +71,27 @@
|
||||
# /bin/echo foo
|
||||
:version_suffix: '-7.0'
|
||||
:preamble: |-
|
||||
BuildRequires: ruby-common >= 3.2.1
|
||||
BuildRequires: ruby-common >= 3.2.1
|
||||
|
||||
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
|
||||
BuildRequires: %{rubygem railties:7.0}
|
||||
BuildRequires: %{rubygem activemodel:7.0}
|
||||
BuildRequires: %{rubygem activejob >= 7.0}
|
||||
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
|
||||
BuildRequires: %{rubygem railties:7.0}
|
||||
BuildRequires: %{rubygem activemodel:7.0}
|
||||
BuildRequires: %{rubygem activejob >= 7.0}
|
||||
|
||||
# keep in sync with below
|
||||
BuildRequires: %{rubygem puma:5}
|
||||
BuildRequires: %{rubygem sprockets-rails}
|
||||
BuildRequires: %{rubygem sqlite3:1 >= 1.4}
|
||||
BuildRequires: %{rubygem importmap-rails}
|
||||
BuildRequires: %{rubygem bootsnap}
|
||||
BuildRequires: %{rubygem turbo-rails}
|
||||
BuildRequires: %{rubygem stimulus-rails}
|
||||
BuildRequires: %{rubygem jbuilder}
|
||||
BuildRequires: %{rubygem web-console }
|
||||
BuildRequires: %{rubygem puma >= 5.0}
|
||||
BuildRequires: %{rubygem sprockets-rails}
|
||||
BuildRequires: %{rubygem sqlite3 >= 1.4}
|
||||
BuildRequires: %{rubygem importmap-rails}
|
||||
BuildRequires: %{rubygem bootsnap}
|
||||
BuildRequires: %{rubygem turbo-rails}
|
||||
BuildRequires: %{rubygem stimulus-rails}
|
||||
BuildRequires: %{rubygem jbuilder}
|
||||
BuildRequires: %{rubygem web-console }
|
||||
|
||||
# It says 3.0, but to avoid any question for the 3.7 we
|
||||
# still have in Factory, let's go newer
|
||||
BuildRequires: %{rubygem sprockets > 3.8}
|
||||
BuildRequires: %{rubygem sprockets > 3.8}
|
||||
|
||||
:main:
|
||||
:preamble: |-
|
||||
@@ -99,13 +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(puma) >= 5.0
|
||||
Requires: rubygem(sprockets-rails)
|
||||
Requires: rubygem(sqlite3) >= 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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e418423a57ffde4466422f0afab676fbd8f23a7b47f5431fb38ab3dda9765eb
|
||||
size 7168
|
3
rails-7.0.8.6.gem
Normal file
3
rails-7.0.8.6.gem
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:315fc5cf374425f00a6816d270a9061821038fa1ce993531ede4c014a8a782e8
|
||||
size 7168
|
@@ -1,3 +1,169 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 11:38:10 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Allow newer puma as well
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 10:57:16 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- loosen the sqlite3 dependency following the change in railties
|
||||
7.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 17:18:49 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- 7.0.8.6:
|
||||
|
||||
## Active Support
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Active Model
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Active Record
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Action View
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Action Pack
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Active Job
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Action Mailer
|
||||
|
||||
* Fix NoMethodError in `block_format` helper
|
||||
|
||||
*Michael Leimstaedtner*
|
||||
|
||||
|
||||
## Action Cable
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Active Storage
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Action Mailbox
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Action Text
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Railties
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Guides
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
|
||||
|
||||
7.0.8.5:
|
||||
|
||||
## Active Support
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Active Model
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Active Record
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Action View
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Action Pack
|
||||
|
||||
* Avoid regex backtracking in HTTP Token authentication
|
||||
|
||||
[CVE-2024-47887]
|
||||
|
||||
* Avoid regex backtracking in query parameter filtering
|
||||
|
||||
[CVE-2024-41128]
|
||||
|
||||
|
||||
## Active Job
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Action Mailer
|
||||
|
||||
* Avoid regex backtracking in `block_format` helper
|
||||
|
||||
[CVE-2024-47889]
|
||||
|
||||
|
||||
## Action Cable
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Active Storage
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Action Mailbox
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Action Text
|
||||
|
||||
* Avoid backtracing in plain_text_for_blockquote_node
|
||||
|
||||
[CVE-2024-47888]
|
||||
|
||||
|
||||
## Railties
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Guides
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 10:29:00 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-rails-7.0
|
||||
Version: 7.0.8.4
|
||||
Version: 7.0.8.6
|
||||
Release: 0
|
||||
%define mod_name rails
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
@@ -32,18 +32,18 @@ Release: 0
|
||||
# MANUAL
|
||||
BuildRequires: ruby-common >= 3.2.1
|
||||
|
||||
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
|
||||
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
|
||||
BuildRequires: %{rubygem activejob >= 7.0}
|
||||
BuildRequires: %{rubygem activemodel:7.0}
|
||||
BuildRequires: %{rubygem railties:7.0}
|
||||
|
||||
# keep in sync with below
|
||||
BuildRequires: %{rubygem puma:5}
|
||||
BuildRequires: %{rubygem puma >= 5.0}
|
||||
BuildRequires: %{rubygem bootsnap}
|
||||
BuildRequires: %{rubygem importmap-rails}
|
||||
BuildRequires: %{rubygem jbuilder}
|
||||
BuildRequires: %{rubygem sprockets-rails}
|
||||
BuildRequires: %{rubygem sqlite3:1 >= 1.4}
|
||||
BuildRequires: %{rubygem sqlite3 >= 1.4}
|
||||
BuildRequires: %{rubygem stimulus-rails}
|
||||
BuildRequires: %{rubygem turbo-rails}
|
||||
BuildRequires: %{rubygem web-console }
|
||||
|
Reference in New Issue
Block a user