Avoid using Recommends on RHEL 7 where they don't work
This commit is contained in:
parent
05436baa97
commit
33525c6929
@ -85,7 +85,11 @@ Requires: libwayland-cursor%{?_isa} >= %{wayland_version}
|
||||
Requires: gdk-pixbuf2-modules%{?_isa}
|
||||
|
||||
# make sure we have a reasonable gsettings backend
|
||||
%if 0%{?fedora}
|
||||
Recommends: dconf%{?_isa}
|
||||
%else
|
||||
Requires: dconf%{?_isa}
|
||||
%endif
|
||||
|
||||
# gtk3 itself includes the Adwaita theme now
|
||||
Obsoletes: adwaita-gtk3-theme < 3.13.3
|
||||
|
Loading…
Reference in New Issue
Block a user