[Bug 1020809] Please simplify %perl_default_filter

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 22 07:40:58 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=1020809



--- Comment #3 from Petr Pisar <ppisar at redhat.com> ---
So it seems to work.

However I would like to sanity the filters too: To anchor the expressions and
to append them instead of redefining:

-%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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=xlaDqrVfs7&a=cc_unsubscribe



More information about the perl-devel mailing list