Bug 135053

Summary: Missing ruby BuildRequires
Product: [Fedora] Fedora Reporter: Frank Schmitt <tonne2004>
Component: kdebindingsAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-08 11:34:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Frank Schmitt 2004-10-08 10:58:32 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001
Firefox/0.10.1

Description of problem:
The specfile misses BuildRequires for ruby (and possibly ruby-devel,
I'm not sure here). Trying to rebuild the SRPM without ruby fails in
the last stage of rpmbuild with 
RPM build errors:
    File not found: /var/tmp/kdebindings-root/usr/lib/site_ruby
Installing ruby-devel alone doesn't fix it, with ruby-devel and ruby
it works (ruby isn't required by ruby-devel), perhaps ruby alone would
have been sufficient, too.

Version-Release number of selected component (if applicable):
kdebindings-3.3.0-2

How reproducible:
Always

Steps to Reproduce:
1. rpm -e ruby
2. rpmbuild --rebuild kdebindings-3.3.0-2.src.rpm
    

Actual Results:  rpmbuild fails with
RPM build errors:
    File not found: /var/tmp/kdebindings-root/usr/lib/site_ruby


Additional info:

Comment 1 Than Ngo 2004-10-08 11:34:32 UTC
it's fixed in 3.3.0-3. Thanks for your report.