- add /perl(UNIVERSAL)/d; /perl(DB)/d to perl_default_filter auto-provides
filtering
This commit is contained in:
parent
97185e1635
commit
d3b31c86e7
@ -5,6 +5,11 @@
|
|||||||
#
|
#
|
||||||
# Chris Weyl <cweyl@alumni.drew.edu> 2009
|
# Chris Weyl <cweyl@alumni.drew.edu> 2009
|
||||||
|
|
||||||
|
# keep track of what "revision" of the filtering we're at. Each time we
|
||||||
|
# change the filter we should increment this.
|
||||||
|
|
||||||
|
%perl_default_filter_revision 2
|
||||||
|
|
||||||
# By default, for perl packages we want to filter all files in _docdir from
|
# By default, for perl packages we want to filter all files in _docdir from
|
||||||
# req/prov scanning, as well as filtering out any provides caused by private
|
# req/prov scanning, as well as filtering out any provides caused by private
|
||||||
# libs in vendorarch/archlib (vendor/core).
|
# libs in vendorarch/archlib (vendor/core).
|
||||||
@ -15,6 +20,7 @@
|
|||||||
%perl_default_filter %{?filter_setup: %{expand: \
|
%perl_default_filter %{?filter_setup: %{expand: \
|
||||||
%filter_provides_in %{perl_vendorarch}/.*\\.so$ \
|
%filter_provides_in %{perl_vendorarch}/.*\\.so$ \
|
||||||
%filter_provides_in -P %{perl_archlib}/(?!CORE/libperl).*\\.so$ \
|
%filter_provides_in -P %{perl_archlib}/(?!CORE/libperl).*\\.so$ \
|
||||||
|
%filter_from_provides /perl(UNIVERSAL)/d; /perl(DB)/d \
|
||||||
%filter_provides_in %{_docdir} \
|
%filter_provides_in %{_docdir} \
|
||||||
%filter_requires_in %{_docdir} \
|
%filter_requires_in %{_docdir} \
|
||||||
%filter_setup \
|
%filter_setup \
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
Release: 83%{?dist}
|
Release: 84%{?dist}
|
||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
Summary: Practical Extraction and Report Language
|
Summary: Practical Extraction and Report Language
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -1947,6 +1947,10 @@ TMPDIR="$PWD/tmp" make test
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 01 2009 Chris Weyl <cweyl@alumni.drew.edu> - 4:5.10.0-84
|
||||||
|
- add /perl(UNIVERSAL)/d; /perl(DB)/d to perl_default_filter auto-provides
|
||||||
|
filtering
|
||||||
|
|
||||||
* Thu Oct 1 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-83
|
* Thu Oct 1 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-83
|
||||||
- update Storable to 2.21
|
- update Storable to 2.21
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user