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

Jitka Plesnikova <jples...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



--- Comment #2 from Jitka Plesnikova <jples...@redhat.com> ---
There are two way how to solve it

1) Check if %{perl_archlib} is defined. If not then it means that perl-macros
and perl-generators are not installed. 
   In that case, no Perl dependencies will be generated.
   So we can set %__provides_exclude_from only to .*%{_docdir}

2) When %perl_bootstrap is defined, set %__provides_exclude_from only to
.*%{_docdir}. 
   It could cause issue describe in BZ#924938 when somebody rebuild perl on
system with installed perl-generators.

For me, the first option is better.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2316067

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202316067%23c2

-- 
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to