Bug 978663 - rubygem-pam doesn't install to correct location
Summary: rubygem-pam doesn't install to correct location
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: rubygem-pam
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Bryan Kearney
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-27 03:47 UTC by Major Hayden 🤠
Modified: 2014-10-23 18:23 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-10-23 18:23:48 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Major Hayden 🤠 2013-06-27 03:47:36 UTC
Description of problem:
When installing rubygem-pam, the actual files from the gem aren't in the correct location and the contents of the gem cannot be easily utilized.


Version-Release number of selected component (if applicable):
rubygem-pam-1.5.4-15.fc19.x86_64


How reproducible:
Install rubygem-pam and then run 'rpm -ql rubygem-pam' to examine the RPM's contents.


Steps to Reproduce:
1. yum -y install rubygem-pam
2. rpm -ql rubygem-pam

Actual results:
# rpm -ql rubygem-pam
/builddir/.gem/ruby/cache/pam-1.5.4.gem
/builddir/.gem/ruby/doc
/builddir/.gem/ruby/doc/pam-1.5.4
/builddir/.gem/ruby/doc/pam-1.5.4/ri
/builddir/.gem/ruby/doc/pam-1.5.4/ri/cache.ri
/builddir/.gem/ruby/gems/pam-1.5.4
/builddir/.gem/ruby/gems/pam-1.5.4/COPYING
/builddir/.gem/ruby/gems/pam-1.5.4/ChangeLog
/builddir/.gem/ruby/gems/pam-1.5.4/LICENSE
/builddir/.gem/ruby/gems/pam-1.5.4/MANIFEST
/builddir/.gem/ruby/gems/pam-1.5.4/README
/builddir/.gem/ruby/gems/pam-1.5.4/Rakefile
/builddir/.gem/ruby/gems/pam-1.5.4/lib
/builddir/.gem/ruby/gems/pam-1.5.4/lib/pam.rb
/builddir/.gem/ruby/gems/pam-1.5.4/test
/builddir/.gem/ruby/gems/pam-1.5.4/test/check_conv.rb
/builddir/.gem/ruby/gems/pam-1.5.4/test/check_get_item.rb
/builddir/.gem/ruby/gems/pam-1.5.4/test/check_user.rb
/builddir/.gem/ruby/specifications/pam-1.5.4.gemspec
/usr/local/lib64/ruby/site_ruby/_pam.so

Expected results:
I'd expect the files to land in the usual location (like /usr/share/gems/gems/).

Additional info:


Note You need to log in before you can comment on or make changes to this bug.