From b1ec068e5f97c923c7ddb2e98c08160304d0c65f Mon Sep 17 00:00:00 2001 From: kerongw Date: Sat, 26 Mar 2022 06:43:19 +0000 Subject: [PATCH] enable make check --- libarchive.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libarchive.spec b/libarchive.spec index 1620c9f..6e56aa1 100644 --- a/libarchive.spec +++ b/libarchive.spec @@ -1,8 +1,8 @@ -%bcond_with check +%bcond_without check Name: libarchive Version: 3.5.2 -Release: 1 +Release: 2 Summary: Multi-format archive and compression library License: BSD @@ -186,6 +186,9 @@ run_testsuite %{_bindir}/bsdcat %changelog +* Sat Mar 26 2022 wangkerong - 3.5.2-2 +- Eanable make check + * Fri Nov 26 2021 xingxing - 3.5.2-1 - Upgrade to version 3.5.2 -- Gitee