commit bfa4f8339a0241ba8dcd23f05331cdd1f80bf58f Author: James Antill Date: Mon Aug 8 14:06:42 2022 -0400 Update yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..5f810b7 --- /dev/null +++ b/gating.yaml @@ -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} diff --git a/ruby.yaml b/ruby.yaml new file mode 100644 index 0000000..70e2c82 --- /dev/null +++ b/ruby.yaml @@ -0,0 +1,108 @@ +--- +document: modulemd +version: 2 +data: + name: ruby + stream: 3.1 + version: 8070020220630170020 + context: 3b9f49c4 + summary: An interpreter of object-oriented scripting language + description: >- + Ruby is the interpreted scripting language for quick and easy object-oriented + programming. It has many features to process text files and to do system management + tasks (as in Perl). It is simple, straight-forward, and extensible. + license: + module: + - MIT + xmd: + mbs: + buildrequires: + platform: + context: 00000000 + filtered_rpms: [] + koji_tag: module-centos-8.7.0-build + ref: virtual + stream: el8.7.0 + stream_collision_modules: + ursine_rpms: + version: 2 + commit: 46b26f89a90e5f8de36b59b47912d6a110266843 + mse: TRUE + rpms: + ruby: + ref: 9f96feb53d9feecfcd393c1874263a48edf03dea + rubygem-abrt: + ref: 9aeeecb373935f8867d1454ff42dd15758d95b9a + rubygem-mysql2: + ref: 457aaafdec7f92cea3fac86e24b2145ea607150f + rubygem-pg: + ref: 667e4b77ff32c77d775df90602985756298d4cb0 + scmurl: git+https://git.centos.org/modules/ruby.git?#46b26f89a90e5f8de36b59b47912d6a110266843 + dependencies: + - buildrequires: + platform: [el8.7.0] + requires: + platform: [el8] + references: + community: http://ruby-lang.org/ + documentation: https://www.ruby-lang.org/en/documentation/ + tracker: https://bugs.ruby-lang.org/ + profiles: + common: + rpms: + - ruby + api: + rpms: + - ruby + - ruby-bundled-gems + - ruby-default-gems + - ruby-devel + - ruby-libs + - rubygem-abrt + - 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-rdoc + - rubygem-test-unit + - rubygems + - rubygems-devel + components: + rpms: + ruby: + rationale: An interpreter of object-oriented scripting language + repository: git+https://git.centos.org/rpms/ruby + cache: https://git.centos.org/repo/pkgs/ruby + ref: 9f96feb53d9feecfcd393c1874263a48edf03dea + buildorder: 101 + arches: [aarch64, i686, ppc64le, x86_64] + multilib: [x86_64] + rubygem-abrt: + rationale: ABRT support for Ruby + repository: git+https://git.centos.org/rpms/rubygem-abrt + cache: https://git.centos.org/repo/pkgs/rubygem-abrt + ref: 9aeeecb373935f8867d1454ff42dd15758d95b9a + buildorder: 102 + arches: [aarch64, i686, ppc64le, x86_64] + rubygem-mysql2: + rationale: A simple, fast Mysql library for Ruby, binding to libmysql + repository: git+https://git.centos.org/rpms/rubygem-mysql2 + cache: https://git.centos.org/repo/pkgs/rubygem-mysql2 + ref: 457aaafdec7f92cea3fac86e24b2145ea607150f + buildorder: 102 + arches: [aarch64, i686, ppc64le, x86_64] + rubygem-pg: + rationale: A Ruby interface to the PostgreSQL RDBMS + repository: git+https://git.centos.org/rpms/rubygem-pg + cache: https://git.centos.org/repo/pkgs/rubygem-pg + ref: 667e4b77ff32c77d775df90602985756298d4cb0 + buildorder: 102 + arches: [aarch64, i686, ppc64le, x86_64] +...