Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Pavel Valena
745487385e Upgrade to Ruby 2.6.9. 2021-12-08 12:37:13 +01:00
Pavel Valena
01c0204b95 Disable F36 for now,
as it requires OpenSSL support along with Autoconf patch.
https://src.fedoraproject.org/rpms/ruby/pull-request/104
2021-11-15 14:21:21 +01:00
Pavel Valena
28e6a9da66 Switch to "rawhide" branch
as "master" branch is deprecated.
2021-11-15 10:37:13 +01:00
Jun Aruga
967009c1ac Update macros.
* Remove %_without_hardening_test as f30 was removed from the buildroot.
* Add %test_timeout_scale to improve unstable tests by timeout in ruby.
2020-08-12 18:30:22 +02:00
Jun Aruga
6a4c25d32d Update a commit reference for rpms/ruby. 2019-05-29 17:12:00 +02:00
Jun Aruga
96560b4b37 Change ruby-irb to rubygem-irb.
Because rpms/ruby changed the package name.
2019-05-29 17:10:40 +02:00
Jun Aruga
5e6829bf43 Remove rubygem-bundler.
rubygem-bundler is now included in rpms/ruby.
2019-05-29 17:10:32 +02:00
Jun Aruga
f6fbd270dd Remove outdated README.md.
modules/ruby is available now!
2019-05-29 17:10:24 +02:00
Jun Aruga
edb2f59c56 Set a commit reference for Ruby 2.6. 2019-04-05 15:29:07 +02:00
2 changed files with 12 additions and 28 deletions

View file

@ -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

View file

@ -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,-f36]
requires:
platform: [-f28]
platform: [-el8,-f36]
components:
# SRPMs
rpms:
@ -31,49 +30,44 @@ data:
rationale: An interpreter of object-oriented scripting language
multilib: [x86_64]
buildorder: 101
ref: master
ref: stream-ruby-2.6
rubygem-abrt:
# From rubygem-abrt.spec Summary
rationale: >-
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
ref: rawhide
rubygem-mysql2:
# From rubygem-mysql2.spec Summary
rationale: >-
A simple, fast Mysql library for Ruby, binding to libmysql
buildorder: 102
ref: master
ref: rawhide
rubygem-pg:
# From rubygem-pg.spec Summary
rationale: >-
A Ruby interface to the PostgreSQL RDBMS
buildorder: 102
ref: master
ref: rawhide
rubygem-bson:
# From rubygem-bson.spec Summary
rationale: >-
Ruby Implementation of the BSON specification
buildorder: 102
ref: master
ref: rawhide
rubygem-mongo:
# From rubygem-mongo.spec Summary
rationale: >-
Ruby driver for MongoDB
buildorder: 103
ref: master
ref: rawhide
buildopts:
rpms:
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,14 @@ data:
# From ruby.spec
- ruby
- ruby-devel
- ruby-irb
- ruby-libs
- rubygems
- rubygems-devel
- rubygem-bigdecimal
- rubygem-bundler
- rubygem-did_you_mean
- rubygem-io-console
- rubygem-irb
- rubygem-json
- rubygem-minitest
- rubygem-net-telnet
@ -100,8 +95,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