Explicitly conflict with older gedit for "enable-delete" setting removal

This is mostly needed for RHEL upgrades from 3.14.
This commit is contained in:
Kalev Lember 2017-02-24 07:04:17 +01:00
parent 1bbf55f47e
commit 976cb4de67

View File

@ -42,6 +42,9 @@ Requires: libexif%{_isa} >= %{libexif_version}
# don't depend on soname, rather on exact version # don't depend on soname, rather on exact version
Requires: %{name}-extensions%{_isa} = %{version}-%{release} Requires: %{name}-extensions%{_isa} = %{version}-%{release}
# Explicitly conflict with older gedit for "enable-delete" setting removal
Conflicts: gedit < 2:3.16.0
%description %description
Nautilus is the file manager and graphical shell for the GNOME desktop 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. that makes it easy to manage your files and the rest of your system.