Compare commits

...

No commits in common. 'c9-stream-3.1' and 'stream-ruby-3.3-rhel-9.4.0' have entirely different histories.

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate_modules
subject_type: redhat-module
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional}

@ -3,7 +3,7 @@ document: modulemd-packager
version: 3
data:
name: ruby
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
@ -12,8 +12,8 @@ data:
license:
- MIT
configurations:
- context: '9'
platform: el9
- context: '9'
platform: el9
references:
community: http://ruby-lang.org/
documentation: https://www.ruby-lang.org/en/documentation/
@ -21,46 +21,54 @@ data:
profiles:
common:
rpms:
- ruby
- ruby
filter:
rpms:
- rpm-local-generator-support
api:
rpms:
- ruby
- ruby-bundled-gems
- ruby-default-gems
- ruby-devel
- ruby-libs
- rubygem-bigdecimal
- rubygem-bundler
- rubygem-io-console
- rubygem-irb
- rubygem-json
- rubygem-minitest
- rubygem-mysql2
- rubygem-pg
- rubygem-power_assert
- rubygem-psych
- rubygem-rake
- rubygem-rbs
- rubygem-rexml
- rubygem-rss
- rubygem-rdoc
- rubygem-test-unit
- rubygem-typeprof
- rubygems
- rubygems-devel
- ruby
- ruby-bundled-gems
- ruby-default-gems
- ruby-devel
- ruby-libs
- rubygem-bigdecimal
- rubygem-bundler
- rubygem-io-console
- rubygem-irb
- rubygem-json
- rubygem-minitest
- rubygem-mysql2
- 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: c9s
buildorder: 100
ruby:
rationale: An interpreter of object-oriented scripting language
ref: stream-ruby-3.1-rhel-9.1.0
ref: stream-ruby-3.3-rhel-9.4.0
buildorder: 101
multilib: [x86_64]
rubygem-mysql2:
rationale: A simple, fast Mysql library for Ruby, binding to libmysql
ref: stream-ruby-3.1-rhel-9.1.0
ref: stream-ruby-3.3-rhel-9.4.0
buildorder: 102
rubygem-pg:
rationale: A Ruby interface to the PostgreSQL RDBMS
ref: stream-ruby-3.1-rhel-9.1.0
ref: stream-ruby-3.3-rhel-9.4.0
buildorder: 102
...
Loading…
Cancel
Save