add make check

This commit is contained in:
lixiaokeng 2020-11-04 17:10:07 +08:00
parent 4412bf9909
commit 90deaa20ba

View File

@ -1,6 +1,6 @@
Name: cryptsetup
Version: 2.3.3
Release: 2
Release: 3
Summary: Utility used to conveniently set up disk encryption
License: GPLv2+ and LGPLv2+
URL: https://gitlab.com/cryptsetup/cryptsetup
@ -73,6 +73,9 @@ This contains man files for the using of cryptsetup.
%configure --enable-fips --enable-pwquality --enable-libargon2 --with-crypto_backend=openssl
%make_build
%check
make check
%install
%make_install
%find_lang cryptsetup
@ -110,6 +113,9 @@ This contains man files for the using of cryptsetup.
%{_mandir}/man8/*
%changelog
* Wed Nov 4 2020 lixiaokeng <lixiaokeng@huawei.com> - 2.3.3-3
- add make check
* Fri Oct 30 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 2.3.3-2
- backport upstream patches to solve several problems -epoch2