From 90deaa20bac48efecc1b22b3bd42ae2432180d07 Mon Sep 17 00:00:00 2001 From: lixiaokeng Date: Wed, 4 Nov 2020 17:10:07 +0800 Subject: [PATCH] add make check --- cryptsetup.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index b9e7faa..c736028 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -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 - 2.3.3-3 +- add make check + * Fri Oct 30 2020 Zhiqiang Liu - 2.3.3-2 - backport upstream patches to solve several problems -epoch2