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:
|
||||
- buildrequires:
|
||||
# platform: [] is recommended.
|
||||
# But set "-f28" to avoid the build failure as a temporary workflow.
|
||||
platform: [-f28]
|
||||
platform: [-el8]
|
||||
requires:
|
||||
platform: [-f28]
|
||||
platform: [-el8]
|
||||
components:
|
||||
# SRPMs
|
||||
rpms:
|
||||
|
|
@ -38,13 +37,6 @@ data:
|
|||
ABRT support for Ruby
|
||||
buildorder: 102
|
||||
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:
|
||||
# From rubygem-mysql2.spec Summary
|
||||
rationale: >-
|
||||
|
|
@ -74,6 +66,8 @@ data:
|
|||
macros: |
|
||||
# To disable tests in several packages.
|
||||
%_without_tests 1
|
||||
# To avoid the test faiures by timeout in ruby.
|
||||
%test_timeout_scale 6
|
||||
api:
|
||||
# RPMs
|
||||
# From *.spec %package
|
||||
|
|
@ -81,13 +75,16 @@ data:
|
|||
# From ruby.spec
|
||||
- ruby
|
||||
- ruby-devel
|
||||
- ruby-irb
|
||||
- ruby-libs
|
||||
- ruby-default-gems
|
||||
- rubygems
|
||||
- rubygems-devel
|
||||
- rubygem-bigdecimal
|
||||
- rubygem-bundler
|
||||
# It's used in Ruby 2.6 on f31.
|
||||
- rubygem-did_you_mean
|
||||
- rubygem-io-console
|
||||
- rubygem-irb
|
||||
- rubygem-json
|
||||
- rubygem-minitest
|
||||
- rubygem-net-telnet
|
||||
|
|
@ -100,8 +97,6 @@ data:
|
|||
- rubygem-xmlrpc
|
||||
# From rubygem-abrt.spec
|
||||
- rubygem-abrt
|
||||
# From rubygem-bundler.spec
|
||||
- rubygem-bundler
|
||||
# From rubygem-mysql2.spec
|
||||
- rubygem-mysql2
|
||||
# From rubygem-pg.spec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue