Fix perl-podlators dependency
With /app-prefixed builds of perl now existing for flatpaks, file dependencies must not be used for perl components.
This commit is contained in:
parent
9323031c03
commit
cab00c80b7
2
git.spec
2
git.spec
@ -136,7 +136,7 @@ Patch5: git-test-apache-davlockdbtype-config.patch
|
|||||||
|
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
# pod2man is needed to build Git.3pm
|
# pod2man is needed to build Git.3pm
|
||||||
BuildRequires: /usr/bin/pod2man
|
BuildRequires: perl-podlators
|
||||||
%if %{with asciidoctor}
|
%if %{with asciidoctor}
|
||||||
BuildRequires: docbook5-style-xsl
|
BuildRequires: docbook5-style-xsl
|
||||||
BuildRequires: rubygem-asciidoctor
|
BuildRequires: rubygem-asciidoctor
|
||||||
|
Loading…
Reference in New Issue
Block a user