Accepting request 816524 from home:lnussel:branches:editors
- own some dirs in vim-data-common so installation of vim-small doesn't leave not owned directories (boo#1173256) OBS-URL: https://build.opensuse.org/request/show/816524 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=608
This commit is contained in:
parent
82210ee5ca
commit
b3d58285fe
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 22 15:59:31 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- own some dirs in vim-data-common so installation of vim-small
|
||||
doesn't leave not owned directories (boo#1173256)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 12:05:51 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
|
10
vim.spec
10
vim.spec
@ -489,10 +489,6 @@ fi
|
||||
%license LICENSE
|
||||
%doc %{_docdir}/vim
|
||||
#
|
||||
%{_datadir}/vim/current
|
||||
%dir %{_datadir}/vim/
|
||||
%dir %{_datadir}/vim/%{VIM_SUBDIR}/
|
||||
%dir %{_datadir}/vim/%{VIM_SUBDIR}/autoload/
|
||||
%dir %{_datadir}/vim/%{VIM_SUBDIR}/colors/
|
||||
%dir %{_datadir}/vim/%{VIM_SUBDIR}/compiler/
|
||||
%dir %{_datadir}/vim/%{VIM_SUBDIR}/doc/
|
||||
@ -550,6 +546,12 @@ fi
|
||||
|
||||
%files data-common
|
||||
%ghost %config(noreplace) %{_sysconfdir}/vimrc
|
||||
%{_datadir}/vim/current
|
||||
%dir %{_datadir}/vim/
|
||||
%dir %{_datadir}/vim/%{VIM_SUBDIR}/
|
||||
%dir %{_datadir}/vim/%{VIM_SUBDIR}/autoload/
|
||||
%dir %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/
|
||||
%dir %{_datadir}/vim/%{VIM_SUBDIR}/syntax/
|
||||
%{_datadir}/vim/%{VIM_SUBDIR}/suse.vimrc
|
||||
%{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ft.vim
|
||||
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/nosyntax.vim
|
||||
|
Loading…
Reference in New Issue
Block a user