Bug 1383642

Summary: rubygem-jgrep can't be installed on EL6
Product: [Fedora] Fedora EPEL Reporter: Martin Ducar <martin.ducar+rhel>
Component: rubygem-jgrepAssignee: Lubomir Rintel <lrintel>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: el6CC: dominic, lkundrak, steve.traylen, vonsch
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-31 08:40:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Martin Ducar 2016-10-11 10:27:53 UTC
Description of problem:
rubygem-jgrep can't be installed on EL6

Version-Release number of selected component (if applicable):
1.4.1

How reproducible:

# yum install rubygem-jgrep
Loaded plugins: versionlock
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package rubygem-jgrep.noarch 0:1.4.1-1.el6 will be installed
--> Processing Dependency: ruby(release) >= 1.8 for package: rubygem-jgrep-1.4.1-1.el6.noarch
--> Processing Dependency: rubygem(json_pure) for package: rubygem-jgrep-1.4.1-1.el6.noarch
--> Running transaction check
---> Package rubygem-jgrep.noarch 0:1.4.1-1.el6 will be installed
--> Processing Dependency: ruby(release) >= 1.8 for package: rubygem-jgrep-1.4.1-1.el6.noarch
---> Package rubygem-json_pure.noarch 0:1.6.3-2.el6 will be installed
--> Finished Dependency Resolution
Error: Package: rubygem-jgrep-1.4.1-1.el6.noarch (epel-staged)
           Requires: ruby(release) >= 1.8
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

16/10/11 12:22:36 rack-na/fake (devel-minimal)

Steps to Reproduce:
1. boot instance of EL6.8
2. add EPEL6 repo as mentioned in https://fedoraproject.org/wiki/EPEL
3. do yum install rubygem-jgrep

Actual results:
* it failes on resolving dependencies


Expected results:
* return code is 0 and package is installed

Additional info:

Old ruby does not provide ruby(release)
# rpm -q --provides ruby
ruby = 1.8.7.374-4.el6_6
ruby(x86-64) = 1.8.7.374-4.el6_6

Comment 1 Dominic Cleal 2017-05-31 08:40:54 UTC
rubygem-jgrep was orphaned in EPEL6, rejecting. Please use EPEL7 unless a new maintainer takes ownership.