Append and anchor filters
This commit is contained in:
parent
c954fb6e86
commit
0c4778d8b7
@ -44,10 +44,10 @@ export PERL_MM_USE_DEFAULT=1
|
||||
# "%{?perl_default_filter}", before any %description block.
|
||||
|
||||
%perl_default_filter %{expand: \
|
||||
%global __provides_exclude_from %{_docdir}
|
||||
%global __requires_exclude_from %{_docdir}
|
||||
%global __provides_exclude perl\\\\(VMS|perl\\\\(Win32|perl\\\\(DB\\\\)|perl\\\\(UNIVERSAL\\\\)
|
||||
%global __requires_exclude perl\\\\(VMS|perl\\\\(Win32
|
||||
%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_docdir}
|
||||
%global __requires_exclude_from %{?__requires_exclude_from:%__requires_exclude_from|}^%{_docdir}
|
||||
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\\\(VMS|^perl\\\\(Win32|^perl\\\\(DB\\\\)|^perl\\\\(UNIVERSAL\\\\)
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\\\(VMS|^perl\\\\(Win32
|
||||
}
|
||||
|
||||
#############################################################################
|
||||
|
@ -3628,6 +3628,8 @@ sed \
|
||||
* Tue Oct 22 2013 Petr Pisar <ppisar@redhat.com> - 4:5.18.1-289
|
||||
- perl_default_filter macro does not need to filter private libraries from
|
||||
provides (bug #1020809)
|
||||
- perl_default_filter anchors the filter regular expressions
|
||||
- perl_default_filter appends the filters instead of redefining them
|
||||
|
||||
* Mon Sep 09 2013 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.18.1-288
|
||||
- Fix rules for parsing numeric escapes in regexes (bug #978233)
|
||||
|
Loading…
Reference in New Issue
Block a user