diff --git a/neovim.changes b/neovim.changes index 7c7e012..b019171 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 12 10:37:29 UTC 2018 - mliska@suse.cz + +- Remove update-alternatives as it's not 1:1. + Upstream is not willing to do that: + https://github.com/neovim/neovim/issues/8535 + ------------------------------------------------------------------- Mon Jun 11 09:14:24 UTC 2018 - asn@cryptomilk.org diff --git a/neovim.spec b/neovim.spec index 3a68291..03cce53 100644 --- a/neovim.spec +++ b/neovim.spec @@ -89,14 +89,10 @@ make %{?_smp_mflags} %find_lang nvim %post -%{_sbindir}/update-alternatives --install %{_bindir}/vim vim %{_bindir}/nvim 15 %desktop_database_post %icon_theme_cache_post %postun -if [ ! -e %{_bindir}/nvim ] ; then - %{_sbindir}/update-alternatives --remove vim %{_bindir}/nvim -fi %desktop_database_postun %icon_theme_cache_postun