From 976cb4de67458756a64358bb6478515bc83a179d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 24 Feb 2017 07:04:17 +0100 Subject: [PATCH] Explicitly conflict with older gedit for "enable-delete" setting removal This is mostly needed for RHEL upgrades from 3.14. --- nautilus.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nautilus.spec b/nautilus.spec index 197e11f..72e0374 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -42,6 +42,9 @@ Requires: libexif%{_isa} >= %{libexif_version} # don't depend on soname, rather on exact version Requires: %{name}-extensions%{_isa} = %{version}-%{release} +# Explicitly conflict with older gedit for "enable-delete" setting removal +Conflicts: gedit < 2:3.16.0 + %description Nautilus is the file manager and graphical shell for the GNOME desktop that makes it easy to manage your files and the rest of your system.