From 044c80cb404f01e390ca1621b5cfa86475971fba Mon Sep 17 00:00:00 2001 From: hy Date: Sat, 28 Mar 2020 17:54:51 +0800 Subject: [PATCH] add make check in file.spec. Conflicts: file.spec --- file.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/file.spec b/file.spec index 6b9cf43..b26f858 100644 --- a/file.spec +++ b/file.spec @@ -1,6 +1,6 @@ Name: file -Version: 5.39 -Release: 1 +Version: 5.38 +Release: 2 Summary: A tool to identify the type of a particular file type License: BSD URL: http://www.darwinsys.com/file/ @@ -108,6 +108,9 @@ cd %{py3dir} %ldconfig_scriptlets libs +%check +make check + %files %doc ChangeLog README %license COPYING @@ -149,14 +152,17 @@ cd %{py3dir} %{python3_sitelib}/__pycache__/* %changelog -* Thu Jul 30 2020 yanglongkang - 5.39-1 -- update to 5.39 version +* Sat Mar 28 2020 hy - 5.38-2 +- Type:enhancemnet +- ID:NA +- SUG:restart +- DESC:add make check * Fri Jan 10 2020 Huangzheng - 5.38-1 - Type:enhancemnet - ID:NA - SUG:restart -- DESCi:upgrade package +- DESC:upgrade package * Thu Dec 26 2019 openEuler Buildteam - 5.34-9 - reupload patches