Adds missing build requirements and updates components refs

- Added mariadb:10.3 build requirement.
  - Added postgresql:10 build requirement.
  - Updated ref for ruby component to fix test issues.
  - Updated ref for rubygem-mysql2 component to fix test issues.
i8-stream-2.6 changed/i8-stream-2.6/ruby-2.6-8090020240418121404.848f39ac
Eugene Zamriy 5 months ago
parent 7bd006e692
commit 247e16f0e7
Signed by: ezamriy
GPG Key ID: 7EBF95C7DCFA496C

@ -13,6 +13,8 @@ data:
- MIT - MIT
dependencies: dependencies:
- buildrequires: - buildrequires:
mariadb: [10.3]
postgresql: [10]
platform: [el8] platform: [el8]
requires: requires:
platform: [el8] platform: [el8]
@ -59,7 +61,7 @@ data:
rpms: rpms:
ruby: ruby:
rationale: An interpreter of object-oriented scripting language rationale: An interpreter of object-oriented scripting language
ref: changed/i8c-stream-2.6/ruby-2.6.10-109.module+el8.6.0+15475+c55337b4 ref: changed/i8-stream-2.6/ruby-2.6.10-109.module+el8.6.0+15475+c55337b4.inferit
buildorder: 101 buildorder: 101
multilib: [x86_64] multilib: [x86_64]
rubygem-abrt: rubygem-abrt:
@ -76,7 +78,7 @@ data:
buildorder: 103 buildorder: 103
rubygem-mysql2: rubygem-mysql2:
rationale: A simple, fast Mysql library for Ruby, binding to libmysql rationale: A simple, fast Mysql library for Ruby, binding to libmysql
ref: changed/i8c-stream-2.6/rubygem-mysql2-0.5.2-1.module+el8.1.0+3653+beb38eb0 ref: changed/i8-stream-2.6/rubygem-mysql2-0.5.2-1.module+el8.1.0+3653+beb38eb0.inferit
buildorder: 102 buildorder: 102
rubygem-pg: rubygem-pg:
rationale: A Ruby interface to the PostgreSQL RDBMS rationale: A Ruby interface to the PostgreSQL RDBMS

Loading…
Cancel
Save