1508629 - missing full path and safe guards in file triggers in -common
This commit is contained in:
parent
0a6e79b823
commit
955d8909bd
14
vim.spec
14
vim.spec
@ -24,7 +24,7 @@ Summary: The VIM editor
|
|||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Vim
|
License: Vim
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||||
@ -542,14 +542,11 @@ update-desktop-database &> /dev/null ||:
|
|||||||
|
|
||||||
# Refresh documentation helptags
|
# Refresh documentation helptags
|
||||||
%transfiletriggerin common -- %{_datadir}/%{name}/vimfiles/doc
|
%transfiletriggerin common -- %{_datadir}/%{name}/vimfiles/doc
|
||||||
vim -c ":helptags %{_datadir}/%{name}/vimfiles/doc" -c :q &> /dev/null
|
%{_bindir}/vim -c ":helptags %{_datadir}/%{name}/vimfiles/doc" -c :q &> /dev/null || :
|
||||||
|
|
||||||
%transfiletriggerpostun common -- %{_datadir}/%{name}/vimfiles/doc
|
%transfiletriggerpostun common -- %{_datadir}/%{name}/vimfiles/doc
|
||||||
> %{_datadir}/%{name}/vimfiles/doc/tags
|
> %{_datadir}/%{name}/vimfiles/doc/tags || :
|
||||||
vim -c ":helptags %{_datadir}/%{name}/vimfiles/doc" -c :q &> /dev/null
|
%{_bindir}/vim -c ":helptags %{_datadir}/%{name}/vimfiles/doc" -c :q &> /dev/null || :
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files common
|
%files common
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -769,6 +766,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 30 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1359-2
|
||||||
|
- 1508629 - missing full path and safe guards in file triggers in -common
|
||||||
|
|
||||||
* Thu Nov 30 2017 Karsten Hopp <karsten@redhat.com> 8.0.1359-1
|
* Thu Nov 30 2017 Karsten Hopp <karsten@redhat.com> 8.0.1359-1
|
||||||
- patchlevel 1359
|
- patchlevel 1359
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user