added directory /usr/share/vagrant-plugins/plugins.d to spec file
OBS-URL: https://build.opensuse.org/package/show/Virtualization:vagrant/vagrant?expand=0&rev=16
This commit is contained in:
parent
57899b4da6
commit
532117e5c9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 18:38:49 UTC 2018 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- added directory /usr/share/vagrant-plugins/plugins.d to spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 9 19:02:32 UTC 2018 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -43,7 +43,6 @@ Patch2: 0002-bin-vagrant-silence-warning-about-installer.patch
|
||||
Patch3: 0003-Use-a-private-temporary-dir.patch
|
||||
Patch4: 0004-linux-cap-halt-don-t-wait-for-shutdown-h-now-to-fini.patch
|
||||
Patch7: 0007-Support-system-installed-plugins.patch
|
||||
#Patch8: 0008-Read-data-from-usr-share-vagrant.patch
|
||||
Patch9: 0009-plugins-don-t-abuse-require_relative.patch
|
||||
#
|
||||
#
|
||||
@ -188,7 +187,6 @@ Optional dependency offering bash completion for vagrant
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch7 -p1
|
||||
#%patch8 -p1
|
||||
%patch9 -p1
|
||||
#
|
||||
#
|
||||
@ -220,8 +218,10 @@ install -D -d -m 0755 \
|
||||
%{buildroot}%{_sysconfdir}/bash_completion.d/ \
|
||||
%{buildroot}%{_datadir}/emacs/site-lisp/
|
||||
|
||||
install -d -m 0777 \
|
||||
%{buildroot}%{vim_data_dir}/ \
|
||||
install -d -m 0777 %{buildroot}%{vim_data_dir}/
|
||||
|
||||
install -d -m 0755 %{buildroot}%{_datadir}vagrant-plugins/ \
|
||||
%{buildroot}%{_datadir}vagrant-plugins/plugins.d
|
||||
|
||||
mv %{buildroot}%{gem_base}/gems/%{mod_full_name}/contrib/bash/completion.sh %{buildroot}%{_sysconfdir}/bash_completion.d/%{mod_name}.sh
|
||||
mv %{buildroot}%{gem_base}/gems/%{mod_full_name}/contrib/vim/vagrantfile.vim %{buildroot}%{vim_data_dir}/%{mod_name}.vim
|
||||
|
Loading…
Reference in New Issue
Block a user