Actions
Bug #17531
closedunable to install katello 3.2 on el6 (deps issue)
Description
When attempting to install Katello on el6, the following issue is hit:
Error: Package: foreman-proxy-1.13.1-2.el6.noarch (foreman) Requires: rubygem(sinatra)
repro steps:
create el6 vm
run:
yum -y update yum -y localinstall http://fedorapeople.org/groups/katello/releases/yum/3.2/katello/el6/x86_64/katello-repos-latest.rpm yum -y localinstall http://fedorapeople.org/groups/katello/releases/yum/foreman/1.13/el6/x86_64/foreman-release.rpm yum -y localinstall https://yum.puppetlabs.com/puppetlabs-release-pc1-el-6.noarch.rpm yum -y localinstall http://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm yum -y install foreman-release-scl yum -y install katello
result: sinatra deps error
note: this is likely related to https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org/message/NKNKHYP45GTGUBVLDZJ5AIEURDJ4DDMH/
Thanks to David Patterson for the original bug report!
Actions