Update for Ruby 3.3 module stream.

Add filter section to explicitly exclude rpm-local-generator-support
from the delivered RPMs with the module.
It is only a build-time dependency.

Resolves: RHEL-17090
This commit is contained in:
Jarek Prokop 2024-01-16 10:53:44 +01:00
parent 342e70dc43
commit 1c30d219fc
1 changed files with 18 additions and 6 deletions

View File

@ -2,7 +2,7 @@
document: modulemd
version: 2
data:
stream: 3.1
stream: 3.3
summary: An interpreter of object-oriented scripting language
description: >-
Ruby is the interpreted scripting language for quick and easy object-oriented
@ -24,11 +24,14 @@ data:
common:
rpms:
- ruby
filter:
rpms:
- rpm-local-generator-support
api:
rpms:
- ruby
- ruby-default-gems
- ruby-bundled-gems
- ruby-default-gems
- ruby-devel
- ruby-libs
- rubygem-abrt
@ -42,28 +45,37 @@ data:
- rubygem-pg
- rubygem-power_assert
- rubygem-psych
- rubygem-racc
- rubygem-rake
- rubygem-rbs
- rubygem-rdoc
- rubygem-rexml
- rubygem-rss
- rubygem-test-unit
- rubygem-typeprof
- rubygems
- rubygems-devel
components:
rpms:
rpm-local-generator-support:
rationale: RPM local_generator support
ref: c8s
buildorder: 100
ruby:
rationale: An interpreter of object-oriented scripting language
ref: stream-ruby-3.1-rhel-8.10.0
ref: stream-ruby-3.3-rhel-8.10.0
buildorder: 101
multilib: [x86_64]
rubygem-abrt:
rationale: ABRT support for Ruby
ref: stream-ruby-3.1-rhel-8.10.0
ref: stream-ruby-3.3-rhel-8.10.0
buildorder: 102
rubygem-mysql2:
rationale: A simple, fast Mysql library for Ruby, binding to libmysql
ref: stream-ruby-3.1-rhel-8.10.0
ref: stream-ruby-3.3-rhel-8.10.0
buildorder: 102
rubygem-pg:
rationale: A Ruby interface to the PostgreSQL RDBMS
ref: stream-ruby-3.1-rhel-8.10.0
ref: stream-ruby-3.3-rhel-8.10.0
buildorder: 102
...