Description of problem: Ruby bindings are not installed when you run 'make install'. In fact our specfile contains a workaround for this already: # Install ruby bindings by hand. mkdir -p $RPM_BUILD_ROOT%{ruby_sitelib} mkdir -p $RPM_BUILD_ROOT%{ruby_sitearch} install -p -m0644 ruby/lib/guestfs.rb $RPM_BUILD_ROOT%{ruby_sitelib} install -p -m0755 ruby/ext/guestfs/_guestfs.so $RPM_BUILD_ROOT%{ruby_sitearch} As a consequence of 'make install' not working, the ruby bindings are also omitted from the binary distributions here: http://libguestfs.org/download/binaries/ Version-Release number of selected component (if applicable): libguestfs 1.7.4 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
I think we've fixed this one upstream in 1.7.5: http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=aec3091fa9c65e2f84d0bf9cdd520e597957eca9