Project

General

Profile

« Previous | Next » 

Revision 889f832a

Added by Dominic Cleal almost 9 years ago

Undo obsoleting of replacement packages

Allows them to be installed alongside, but usually version requirements or
specific requires on the tfm version will pull in our newer version.

This ensures we don't break the ruby193 collection by replacing components
with packages outside of ruby193.

(Later perhaps obsolete the specific versions we used to ship.)

View differences:

foreman/foreman.spec
# Gemfile
Requires: %{?scl_prefix_ruby}rubygem(rails) >= 3.2.8
Requires: %{?scl_prefix_ruby}rubygem(rails) < 3.3.0
# replace ruby SCL's sprockets build with our own
Requires: %{?scl_prefix}rubygem(sprockets)
# minitest - workaround as rubygem-activesupport is missing dep
Requires: %{?scl_prefix_ruby}rubygem(minitest)
Requires: %{?scl_prefix_ruby}rubygem(json) >= 1.5
......
# Gemfile
BuildRequires: %{?scl_prefix_ruby}rubygem(rails) >= 3.2.8
BuildRequires: %{?scl_prefix_ruby}rubygem(rails) < 3.3.0
# replace ruby SCL's sprockets build with our own
BuildRequires: %{?scl_prefix}rubygem(sprockets)
# minitest - workaround as rubygem-activesupport is missing dep
BuildRequires: %{?scl_prefix_ruby}rubygem(minitest)
BuildRequires: %{?scl_prefix_ruby}rubygem(json) >= 1.5

Also available in: Unified diff