Compare commits

...

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

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

@ -1,7 +0,0 @@
--- !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}
Loading…
Cancel
Save