file: update to 5.39 version

file: update to 5.39 version
here we tmp remove 'make check' because the test needs to
install the built rpm firstly.

Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>

Conflicts:
	0001-file-localmagic.patch
	file.spec
This commit is contained in:
Zhiqiang Liu 2020-07-21 19:56:05 +08:00 committed by zhanchengbin
parent 044c80cb40
commit 0b3967d02e
2 changed files with 11 additions and 4 deletions

View File

@ -61,3 +61,7 @@ index 1437bcc..b609dd1 100644
if (map == NULL)
--
1.8.3.1
<<<<<<< HEAD:0001-file-localmagic.patch
=======
>>>>>>> 68b4b5a... file: update to 5.39 version:0001-file-localmagic.patch

View File

@ -1,12 +1,12 @@
Name: file
Version: 5.38
Release: 2
Version: 5.39
Release: 1
Summary: A tool to identify the type of a particular file type
License: BSD
URL: http://www.darwinsys.com/file/
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
Patch1: 0001-file-localmagic.patch
Patch1: 0001-file-localmagic.patch
Requires: %{name}-libs = %{version}-%{release}
BuildRequires: autoconf automake libtool git zlib-devel
@ -109,7 +109,7 @@ cd %{py3dir}
%ldconfig_scriptlets libs
%check
make check
#make check
%files
%doc ChangeLog README
@ -152,6 +152,9 @@ make check
%{python3_sitelib}/__pycache__/*
%changelog
* Tue Jul 21 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 5.39-1
- update to 5.39 version and tmp remove 'make check'
* Sat Mar 28 2020 hy <eulerstoragemt@huawei.com> - 5.38-2
- Type:enhancemnet
- ID:NA