From 69ce4662dc2c4e7bf4b4c4dedb9ca7d9f5318642 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 8 Sep 2022 17:18:37 -0500 Subject: [PATCH] Do not use macros for file dependencies https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_dependencies --- python-mutagen.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-mutagen.spec b/python-mutagen.spec index ad5a596..9bfa64e 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -50,7 +50,7 @@ Python 3 version. %package doc Summary: Documentation for python-mutagen -BuildRequires: %{_bindir}/sphinx-build +BuildRequires: /usr/bin/sphinx-build %description doc Contains the html documentation for python mutagen.