Fix file dependencies
Installation path macros must not be used in file dependencies: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_dependencies
This commit is contained in:
parent
ee7f0d47a7
commit
2600353fc1
1 changed files with 1 additions and 1 deletions
2
git.spec
2
git.spec
|
|
@ -129,7 +129,7 @@ Patch3: 0003-t-lib-git-svn-try-harder-to-find-a-port.patch
|
|||
|
||||
%if %{with docs}
|
||||
# pod2man is needed to build Git.3pm
|
||||
BuildRequires: %{_bindir}/pod2man
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
%if %{with asciidoctor}
|
||||
BuildRequires: docbook5-style-xsl
|
||||
BuildRequires: rubygem-asciidoctor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue