Include only vendor directories, not their content (rhbz#1114071).

This commit is contained in:
Vít Ondruch 2014-10-14 11:25:42 +02:00
commit e41d5e1e34

View file

@ -632,8 +632,8 @@ make check TESTS="-v $DISABLE_TESTS"
# local system administrator.
%exclude %{ruby_sitelibdir}
%exclude %{ruby_sitearchdir}
%{ruby_vendorlibdir}
%{ruby_vendorarchdir}
%dir %{ruby_vendorlibdir}
%dir %{ruby_vendorarchdir}
# List all these files explicitly to prevent surprises
# Platform independent libraries.
@ -881,6 +881,9 @@ make check TESTS="-v $DISABLE_TESTS"
* Tue Apr 14 2015 Josef Stribny <jstribny@redhat.com> - 2.0.0.645-19
- Update to 2.0.0.645
* Thu Oct 30 2014 Vít Ondruch <vondruch@redhat.com> - 2.0.0.353-18
- Include only vendor directories, not their content (rhbz#1114071).
* Tue May 06 2014 Vít Ondruch <vondruch@redhat.com> - 2.0.0.353-18
- Remove useless exclude (rhbz#1065897).