From 4948c52766a04682e3b69eef19b8ad6483744ea9 Mon Sep 17 00:00:00 2001 From: wangkerong Date: Wed, 9 Jun 2021 16:39:51 +0800 Subject: [PATCH] delete the check (cherry picked from commit 357ce429f5f0d1adedcb2d7311671b4e4684ff58) --- libcacard.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libcacard.spec b/libcacard.spec index 4443cd5..45664c8 100644 --- a/libcacard.spec +++ b/libcacard.spec @@ -1,6 +1,6 @@ Name: libcacard Version: 2.7.0 -Release: 3 +Release: 4 Epoch: 3 Summary: Common Access Card(CAC) library License: LGPLv2+ @@ -35,10 +35,6 @@ This package provides libraries and header files for the development of libcacar sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool %make_build -%check -sed -i "s!/usr/lib64/!%{_libdir}/!" tests/setup-softhsm2.sh -make check - %install %make_install @@ -61,6 +57,9 @@ make check %doc NEWS ChangeLog README.md %changelog +* Wed Jun 09 2021 wangkerong - 3:2.7.0-4 +- delete the check + * Wed Feb 5 2020 openEuler Buildteam - 3:2.7.0-3 - Type:enhancement - ID:NA