Project

General

Profile

Bug #17531

Updated by Chris Duryee over 7 years ago

When attempting to install Katello on el6, the following issue is hit: 

 <pre> 
 Error: Package: foreman-proxy-1.13.1-2.el6.noarch (foreman) 
            Requires: rubygem(sinatra) 
 </pre> 

 repro steps: 

 create el6 vm 

 run:  
 <pre> 
 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 
 </pre> 
 

 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!

Back