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.