Fix to pass "mbs-build local".

stream-ruby-3.1-rhel-9.3.0
Jun Aruga 8 years ago
parent addd9b74a4
commit aaffc099fe

@ -1,30 +1,86 @@
# Keep a generated ruby.yaml file URL here to follow latest configuration.
# https://github.com/fedora-modularity/dependency-report/blob/master/modules/ruby/ruby.yaml
document: modulemd
version: 1
data: data:
api: # From ruby.spec Summary
rpms: summary: An interpreter of object-oriented scripting language
- ruby # From ruby.spec description
components: description: >-
rpms: Ruby is the interpreted scripting language for quick and easy
autoconf: {rationale: Build dependency.}
checksec: {rationale: Build dependency.}
cmake: {rationale: Build dependency.}
libyaml: {rationale: Build dependency.}
multilib-rpm-config: {rationale: Build dependency.}
ruby: {rationale: Runtime dependency.}
rubypick: {rationale: Runtime dependency.}
systemtap: {rationale: Build dependency.}
description: 'Ruby is the interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text object-oriented programming. It has many features to process text
files and to do system management tasks (as in Perl). It is simple, files and to do system management tasks (as in Perl). It is simple,
straight-forward, and extensible.' straight-forward, and extensible.'
filter: {} # From *.spec License
license: license:
module: [(Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD] module:
name: '' - Ruby or BSD
stream: '' - Public Domain
summary: An interpreter of object-oriented scripting language - MIT
version: 0 - CC0
document: modulemd - zlib
version: 1 - UCD
references:
community: http://ruby-lang.org/
documentation: https://www.ruby-lang.org/en/documentation/
tracker: https://bugs.ruby-lang.org/
dependencies:
buildrequires:
bootstrap: master
requires:
platform: master
platform-placeholder: master
components:
# SRPMs
rpms:
ruby:
# From ruby.spec Summary
rationale: An interpreter of object-oriented scripting language
buildorder: 101
ref: master
rubygem-bundler:
# From rubygem-bundler.spec Summary
rationale: >-
Library and utilities to manage a Ruby application's gem
dependencies
buildorder: 102
ref: master
rubypick:
# From rubypick.spec Summary
rationale: Stub to allow choosing Ruby runtime
buildorder: 103
ref: master
filiter:
# RPMs
rpms:
- rubypick
- ruby-doc
- rubygem-bundler-doc
api:
# RPMs
# From *.spec %package
rpms:
# From ruby.spec
- ruby
- ruby-devel
# - ruby-doc
- ruby-irb
- ruby-libs
- rubygems
- rubygems-devel
- rubygem-bigdecimal
- rubygem-did_you_mean
- rubygem-io-console
- rubygem-json
- rubygem-minitest
- rubygem-net-telnet
- rubygem-openssl
- rubygem-power_assert
- rubygem-psych
- rubygem-rake
- rubygem-rdoc
- rubygem-test-unit
- rubygem-xmlrpc
# From rubygem-bundler.spec
- rubygem-bundler
# - rubygem-bundler-doc

Loading…
Cancel
Save