Don't recommend avif and jxl loaders on RHEL
avif and jxl are not available in RHEL.
This commit is contained in:
parent
cb95f4aef2
commit
972b4a1615
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user