Don't recommend avif and jxl loaders on RHEL

avif and jxl are not available in RHEL.
This commit is contained in:
Tomas Popela 2024-01-12 09:17:49 +01:00
parent cb95f4aef2
commit 972b4a1615

View File

@ -38,8 +38,11 @@ Summary: Additional image modules for gdk-pixbuf2
Requires: %{name}%{?_isa} = %{version}-%{release}
# Recommend external pixbuf loaders for popular image formats only.
# Please do not recommend obscure image formats here.
%if ! 0%{?rhel}
# avif and jxl are not shipped in RHEL
Recommends: avif-pixbuf-loader
Recommends: jxl-pixbuf-loader
%endif
Recommends: rsvg-pixbuf-loader
Recommends: webp-pixbuf-loader