fix error in vim-update.sh
This commit is contained in:
parent
320b83d016
commit
d3f44cc6f7
@ -2,7 +2,7 @@
|
|||||||
debug=""
|
debug=""
|
||||||
#debug="echo "
|
#debug="echo "
|
||||||
branches=( "f26" "f27" "master" )
|
branches=( "f26" "f27" "master" )
|
||||||
releases=( "fc26" "fc26" "fc27" "fc28" )
|
releases=( "fc26" "fc27" "fc28" )
|
||||||
branches_count=4
|
branches_count=4
|
||||||
releases_regexp=fc26\\\|fc27\\\|fc28
|
releases_regexp=fc26\\\|fc27\\\|fc28
|
||||||
branches_index=0
|
branches_index=0
|
||||||
|
1
vim.spec
1
vim.spec
@ -771,6 +771,7 @@ rm -rf %{buildroot}
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Nov 29 2017 Karsten Hopp <karsten@redhat.com> 8.0.1358-1
|
* Wed Nov 29 2017 Karsten Hopp <karsten@redhat.com> 8.0.1358-1
|
||||||
- patchlevel 1358
|
- patchlevel 1358
|
||||||
|
- fix error in vim-update.sh
|
||||||
|
|
||||||
* Tue Nov 28 2017 Karsten Hopp <karsten@redhat.com> 8.0.1351-1
|
* Tue Nov 28 2017 Karsten Hopp <karsten@redhat.com> 8.0.1351-1
|
||||||
- patchlevel 1351
|
- patchlevel 1351
|
||||||
|
Loading…
Reference in New Issue
Block a user