Don't build-require files outside of permitted directories

Packaging guidelines only allow dependencies on files in /usr/bin,
/usr/sbin and /etc.

Guidelines: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_dependencies
Relates: https://fedoraproject.org/wiki/Changes/BuildWithDNF5
Relates: https://fedoraproject.org/wiki/Changes/ReplaceDnfWithDnf5
This commit is contained in:
Pavel Raiskup 2024-01-18 13:36:12 +01:00 committed by smani
parent 476ed97e70
commit ca9971db3a

View File

@ -66,9 +66,11 @@ BuildRequires: proj-devel => 5.2.0
BuildRequires: readline-devel
BuildRequires: swig
BuildRequires: zlib-devel
#Get
#/usr/share/fonts/dejavu-sans-fonts/DejaVuSans.ttf
#/usr/share/fonts/dejavu-sans-fonts/DejaVuSans-Bold.ttf
# See %%prep below
BuildRequires: /usr/share/fonts/dejavu-sans-fonts/DejaVuSans.ttf
BuildRequires: /usr/share/fonts/dejavu-sans-fonts/DejaVuSans-Bold.ttf
BuildRequires: dejavu-sans-fonts
%description