From 3862be061079a2d0672007c3afa8a89da3c3c64a Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 21 May 2018 20:33:11 +0200 Subject: [PATCH] Sync dconf conflicts from rhel 7 packaging --- dconf-editor.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dconf-editor.spec b/dconf-editor.spec index 4bb0fd1..ad61f92 100644 --- a/dconf-editor.spec +++ b/dconf-editor.spec @@ -26,6 +26,9 @@ Requires: dconf%{?_isa} >= %{dconf_version} Requires: glib2%{?_isa} >= %{glib2_version} Requires: gtk3%{?_isa} >= %{gtk3_version} +# dconf-editor has been split off dconf in 0.23.1 +Conflicts: dconf <= 0.23.1 + %description Graphical tool for editing the dconf configuration database.