ruby/run-basic-rails-application/main.fmf
Jarek Prokop 6eec1a682c Require rubygem-rails RPM only on Fedora.
CentOS Stream & RHEL >= 8 do not contain rubygem-rails.
Trying to install such RPM will fail.

It did not fail in CI for CentOS PR https://gitlab.com/redhat/centos-stream/rpms/ruby/-/merge_requests/44
due to the CI enabling Fedora repo, which is not correct.
This is tracked in https://issues.redhat.com/browse/TFT-2564

Furthermore, we also should not expect EPEL in the future:
https://issues.redhat.com/browse/TFT-2881
2024-10-02 20:05:42 +02:00

22 lines
414 B
Text

adjust:
- when: distro != fedora
require-:
- rubypick
- rubygem-rails
environment:
PACKAGES: "ruby rubygems"
summary: Test creates new rails application in collection and runs it
description: |
Test ensures it is possible to create new rails application and run it.
component:
- rubygem-rails
- ruby
require:
- ruby
- ruby-devel
- rubygem-rails
- gcc
- git-core
- rubygems
- rubypick
duration: 20m