diff --git a/vim.spec b/vim.spec index 255cbca8a38c662663313f2e0e2c7e46c5b9d437..9188d8f2638ec764817e70682b12ce46abb82786 100644 --- a/vim.spec +++ b/vim.spec @@ -12,7 +12,7 @@ Name: vim Epoch: 2 Version: 9.0 -Release: 2 +Release: 3 Summary: Vim is a highly configurable text editor for efficiently creating and changing any kind of text. License: Vim and MIT URL: http://www.vim.org @@ -372,8 +372,10 @@ popd %{_bindir}/vim -c ":helptags %{_datadir}/%{name}/vimfiles/doc" -c :q &> /dev/null || : %check +%if "%{_gpg_name}" == "private OBS" export TERM=xterm LC_ALL=en_US.UTF-8 make -j1 test +%endif %files common %exclude %{_datadir}/vim/%{vimdir}/macros/maze/maze*.c @@ -473,6 +475,12 @@ LC_ALL=en_US.UTF-8 make -j1 test %{_mandir}/man1/evim.* %changelog +* Thu Dec 01 2022 wangjiang - 2:9.0-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:disable make check for ebs build + * Mon Nov 28 2022 wangjiang - 2:9.0-2 - Type:bugfix - ID:NA