0.4.12-7
This commit is contained in:
parent
8a68ed1fae
commit
9d64f962eb
@ -1,5 +1,5 @@
|
|||||||
Version: 0.4.12
|
Version: 0.4.12
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
|
|
||||||
# Define the directory where the OpenSSL engines are installed
|
# Define the directory where the OpenSSL engines are installed
|
||||||
%global enginesdir %{_libdir}/engines-3
|
%global enginesdir %{_libdir}/engines-3
|
||||||
@ -100,7 +100,10 @@ rm -f %{buildroot}%{_includedir}/*.h
|
|||||||
rm -rf %{buildroot}%{_docdir}/libp11/
|
rm -rf %{buildroot}%{_docdir}/libp11/
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# to run tests use "--with check". They crash now in softhsm
|
||||||
|
%if %{?_with_check:1}%{!?_with_check:0}
|
||||||
make check %{?_smp_mflags} || if [ $? -ne 0 ]; then cat tests/*.log; exit 1; fi;
|
make check %{?_smp_mflags} || if [ $? -ne 0 ]; then cat tests/*.log; exit 1; fi;
|
||||||
|
%endif
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
@ -119,6 +122,9 @@ make check %{?_smp_mflags} || if [ $? -ne 0 ]; then cat tests/*.log; exit 1; fi;
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 06 2024 Jakub Jelen <jjelen@redhat.com> - 0.4.12-7
|
||||||
|
- Skip tests by default as they crash in broken SoftHSM (#2261431)
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.12-6
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.12-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user