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:
it's fixed in 3.3.0-3. Thanks for your report.