diff --git a/softhsm.spec b/softhsm.spec index 3d8677217905fee2ede17ff87c016aa4b36e9cb6..52f5d6e0424975d83a97ae662b247381360d048c 100644 --- a/softhsm.spec +++ b/softhsm.spec @@ -1,6 +1,6 @@ Name: softhsm Version: 2.6.1 -Release: 4 +Release: 5 Summary: Software version of a PKCS#11 Hardware Security Module License: BSD URL: http://www.opendnssec.org/ @@ -36,6 +36,7 @@ sed -i 's:^full_libdir=":#full_libdir=":g' configure.ac sed -i "s:libdir)/@PACKAGE@:libdir):" Makefile.in %build +autoreconf -fi %configure --libdir=%{_libdir}/pkcs11 --with-openssl=%{_prefix} --enable-ecc --disable-gost \ --with-migrate --enable-visibility --with-p11-kit=%{_datadir}/p11-kit/modules/ @@ -97,6 +98,9 @@ if [ -f /var/softhsm/slot0.db ]; then fi %changelog +* Sat Feb 8 2025 xuce - 2.6.1-5 +- Rebuild the configure file. + * Thu Feb 2 2023 zhengxiaoxiao - 2.6.1-4 - Disable the make check to temporarily avoid the build failure issue