!11 file: enable make check

Merge pull request !11 from liuzhiqiang/master
This commit is contained in:
openeuler-ci-bot 2020-07-27 09:59:40 +08:00 committed by Gitee
commit bfd59924a7

View File

@ -1,6 +1,6 @@
Name: file Name: file
Version: 5.39 Version: 5.39
Release: 1 Release: 2
Summary: A tool to identify the type of a particular file type Summary: A tool to identify the type of a particular file type
License: BSD License: BSD
URL: http://www.darwinsys.com/file/ URL: http://www.darwinsys.com/file/
@ -109,7 +109,7 @@ cd %{py3dir}
%ldconfig_scriptlets libs %ldconfig_scriptlets libs
%check %check
#make check make check
%files %files
%doc ChangeLog README %doc ChangeLog README
@ -152,6 +152,9 @@ cd %{py3dir}
%{python3_sitelib}/__pycache__/* %{python3_sitelib}/__pycache__/*
%changelog %changelog
* Sat Jul 25 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 5.39-2
- enable make check
* Tue Jul 21 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 5.39-1 * Tue Jul 21 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 5.39-1
- update to 5.39 version and tmp remove 'make check' - update to 5.39 version and tmp remove 'make check'