Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d77066f0c | ||
|
|
ee9e673941 | ||
|
|
368675fe5e | ||
|
|
fbccca2e79 | ||
|
|
ddec35ca58 | ||
|
|
afeda4b525 | ||
|
|
a61d136f69 | ||
|
|
aec408b5ec | ||
|
|
6b37365700 | ||
|
|
28d4f50f24 | ||
|
|
0f8fedf4e9 | ||
|
|
09fa9ca804 | ||
|
|
1e6f5f80fc | ||
|
|
3eb86e85d1 |
2 changed files with 8 additions and 22 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
# modules/ruby
|
|
||||||
|
|
||||||
## Current status
|
|
||||||
|
|
||||||
This module is not available yet.
|
|
||||||
|
|
||||||
See this Bugzilla ticket to check the status.
|
|
||||||
|
|
||||||
https://bugzilla.redhat.com/show_bug.cgi?id=1490285
|
|
||||||
21
ruby.yaml
21
ruby.yaml
|
|
@ -19,10 +19,9 @@ data:
|
||||||
dependencies:
|
dependencies:
|
||||||
- buildrequires:
|
- buildrequires:
|
||||||
# platform: [] is recommended.
|
# platform: [] is recommended.
|
||||||
# But set "-f28" to avoid the build failure as a temporary workflow.
|
platform: [-el8]
|
||||||
platform: [-f28]
|
|
||||||
requires:
|
requires:
|
||||||
platform: [-f28]
|
platform: [-el8]
|
||||||
components:
|
components:
|
||||||
# SRPMs
|
# SRPMs
|
||||||
rpms:
|
rpms:
|
||||||
|
|
@ -38,13 +37,6 @@ data:
|
||||||
ABRT support for Ruby
|
ABRT support for Ruby
|
||||||
buildorder: 102
|
buildorder: 102
|
||||||
ref: master
|
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
|
|
||||||
rubygem-mysql2:
|
rubygem-mysql2:
|
||||||
# From rubygem-mysql2.spec Summary
|
# From rubygem-mysql2.spec Summary
|
||||||
rationale: >-
|
rationale: >-
|
||||||
|
|
@ -74,6 +66,8 @@ data:
|
||||||
macros: |
|
macros: |
|
||||||
# To disable tests in several packages.
|
# To disable tests in several packages.
|
||||||
%_without_tests 1
|
%_without_tests 1
|
||||||
|
# To avoid the test faiures by timeout in ruby.
|
||||||
|
%test_timeout_scale 6
|
||||||
api:
|
api:
|
||||||
# RPMs
|
# RPMs
|
||||||
# From *.spec %package
|
# From *.spec %package
|
||||||
|
|
@ -81,13 +75,16 @@ data:
|
||||||
# From ruby.spec
|
# From ruby.spec
|
||||||
- ruby
|
- ruby
|
||||||
- ruby-devel
|
- ruby-devel
|
||||||
- ruby-irb
|
|
||||||
- ruby-libs
|
- ruby-libs
|
||||||
|
- ruby-default-gems
|
||||||
- rubygems
|
- rubygems
|
||||||
- rubygems-devel
|
- rubygems-devel
|
||||||
- rubygem-bigdecimal
|
- rubygem-bigdecimal
|
||||||
|
- rubygem-bundler
|
||||||
|
# It's used in Ruby 2.6 on f31.
|
||||||
- rubygem-did_you_mean
|
- rubygem-did_you_mean
|
||||||
- rubygem-io-console
|
- rubygem-io-console
|
||||||
|
- rubygem-irb
|
||||||
- rubygem-json
|
- rubygem-json
|
||||||
- rubygem-minitest
|
- rubygem-minitest
|
||||||
- rubygem-net-telnet
|
- rubygem-net-telnet
|
||||||
|
|
@ -100,8 +97,6 @@ data:
|
||||||
- rubygem-xmlrpc
|
- rubygem-xmlrpc
|
||||||
# From rubygem-abrt.spec
|
# From rubygem-abrt.spec
|
||||||
- rubygem-abrt
|
- rubygem-abrt
|
||||||
# From rubygem-bundler.spec
|
|
||||||
- rubygem-bundler
|
|
||||||
# From rubygem-mysql2.spec
|
# From rubygem-mysql2.spec
|
||||||
- rubygem-mysql2
|
- rubygem-mysql2
|
||||||
# From rubygem-pg.spec
|
# From rubygem-pg.spec
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue