Compare commits
1 Commits
rawhide
...
main-riscv
Author | SHA1 | Date | |
---|---|---|---|
3d998e1742 |
@ -3,7 +3,7 @@
|
||||
|
||||
Name: pkcs11-provider
|
||||
Version: 0.5
|
||||
Release: %autorelease
|
||||
Release: %autorelease -e 0.riscv64
|
||||
Summary: A PKCS#11 provider for OpenSSL 3.0+
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/latchset/pkcs11-provider
|
||||
@ -67,7 +67,11 @@ install -m644 '%{SOURCE3}' \
|
||||
|
||||
%check
|
||||
# do not run them in parrallel with %{?_smp_mflags}
|
||||
%meson_test --num-processes 1
|
||||
%meson_test \
|
||||
%ifarch riscv64
|
||||
--timeout-multiplier=10 \
|
||||
%endif
|
||||
--num-processes 1
|
||||
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user