Be more careful about RubyGems directory ownership.
And make this aligned with independent rubygems package.
This commit is contained in:
parent
101851f2d3
commit
4571daf34e
1 changed files with 5 additions and 1 deletions
|
|
@ -905,7 +905,11 @@ make check TESTS="-v $DISABLE_TESTS"
|
|||
|
||||
%files -n rubygems
|
||||
%{_bindir}/gem
|
||||
%{rubygems_dir}
|
||||
%dir %{rubygems_dir}
|
||||
%{rubygems_dir}/rbconfig
|
||||
%{rubygems_dir}/rubygems
|
||||
%{rubygems_dir}/rubygems.rb
|
||||
%{rubygems_dir}/ubygems.rb
|
||||
|
||||
# Explicitly include only RubyGems directory strucure to avoid accidentally
|
||||
# packaged content.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue