summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2016-10-24 12:10:14 +0200
committerKalev Lember <klember@redhat.com>2016-10-24 12:38:13 +0200
commit33525c6929180f27b98ec8e9b65efe008ba8db0e (patch)
treead73f1747dabeb9c152fbf7f3e4fed2578a6497e /gtk3.spec
parentBump gtk2/gtk-update-icon-cache conflicts for RHEL 7 (diff)
downloadgtk3-classic-build-gtk3-33525c6929180f27b98ec8e9b65efe008ba8db0e.tar.gz
gtk3-classic-build-gtk3-33525c6929180f27b98ec8e9b65efe008ba8db0e.tar.bz2
gtk3-classic-build-gtk3-33525c6929180f27b98ec8e9b65efe008ba8db0e.zip
Avoid using Recommends on RHEL 7 where they don't work
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 3d6de68..6202c15 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -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
bgstack15