Accepting request 867668 from home:lnussel:usrmove
- remove forcing /usr/bin/vi -> vim symlink. Previous line linked to /etc/alternatives already. FTR this is a minimial change to fix the file list. I do believe /usr/bin/vi as slave link is wrong though. As long as all variants are vim anyways, we should just package /usr/bin/vi in -common linking to vim as vim is already handled by update-alternatives. Alternatively, if we do want to prepare for different vi implementations, vi actually would need to be master for other vi packages that would obviously not handle vim as master. OBS-URL: https://build.opensuse.org/request/show/867668 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=647
This commit is contained in:
parent
df204095ab
commit
c31105320c
@ -91,6 +91,12 @@ Updated to version 8.2.2411, fixes the following problems
|
||||
* Build failure without the +profiling feature.
|
||||
* Profile test fails on MS-Windows.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 15 13:18:59 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- remove forcing /usr/bin/vi -> vim symlink. Previous line linked to
|
||||
/etc/alternatives already.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 16:17:34 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
1
vim.spec
1
vim.spec
@ -316,7 +316,6 @@ mkdir %{buildroot}/bin
|
||||
ln -s -f %{_bindir}/vim %{buildroot}/bin/vi
|
||||
ln -s -f %{_bindir}/vim %{buildroot}/bin/vim
|
||||
%endif
|
||||
ln -s -f vim %{buildroot}%{_bindir}/vi
|
||||
ln -s -f vim %{buildroot}%{_bindir}/edit
|
||||
%if !0%{?usrmerged}
|
||||
ln -s -f %{_bindir}/vim %{buildroot}/bin/ex
|
||||
|
Loading…
Reference in New Issue
Block a user