opensc-0.26.1-1
Resolves: RHEL-71523
This commit is contained in:
parent
3441e93897
commit
6ea092a63e
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/opensc-0.25.0.tar.gz
|
/opensc-0.25.0.tar.gz
|
||||||
/opensc-0.25.1.tar.gz
|
/opensc-0.25.1.tar.gz
|
||||||
/opensc-0.26.0.tar.gz
|
/opensc-0.26.0.tar.gz
|
||||||
|
/opensc-0.26.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: opensc
|
Name: opensc
|
||||||
Version: 0.26.0
|
Version: 0.26.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Smart card library and applications
|
Summary: Smart card library and applications
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ XFAIL_TESTS="test-pkcs11-tool-test-threads.sh test-pkcs11-tool-test.sh"
|
|||||||
# In FIPS mode, OpenSSL doesn't allow RSA-PKCS, this is hardcoded into OpenSSL
|
# In FIPS mode, OpenSSL doesn't allow RSA-PKCS, this is hardcoded into OpenSSL
|
||||||
# and we cannot influence it. Hence, the test is expected to fail in FIPS mode.
|
# and we cannot influence it. Hence, the test is expected to fail in FIPS mode.
|
||||||
if [[ -f "/proc/sys/crypto/fips_enabled" && $(cat /proc/sys/crypto/fips_enabled) == "1" ]]; then
|
if [[ -f "/proc/sys/crypto/fips_enabled" && $(cat /proc/sys/crypto/fips_enabled) == "1" ]]; then
|
||||||
XFAIL_TESTS+=" test-pkcs11-tool-unwrap-wrap-test.sh test-p11test.sh"
|
XFAIL_TESTS+=" test-pkcs11-tool-unwrap-wrap-test.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sed -i -e "/XFAIL_TESTS/,$ {
|
sed -i -e "/XFAIL_TESTS/,$ {
|
||||||
@ -201,6 +201,10 @@ rm %{buildroot}%{_mandir}/man1/opensc-notify.1*
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 21 2025 Veronika Hanulikova <vhanulik@redhat.com> - 0.26.1-1
|
||||||
|
- Rebase to new upstream release (RHEL-71523)
|
||||||
|
- Separate OpenSC into libraries and binaries (RHEL-73314)
|
||||||
|
|
||||||
* Thu Nov 14 2024 Veronika Hanulikova <vhanulik@redhat.com> - 0.26.0-1
|
* Thu Nov 14 2024 Veronika Hanulikova <vhanulik@redhat.com> - 0.26.0-1
|
||||||
- Rebase to new upstream release (RHEL-64698)
|
- Rebase to new upstream release (RHEL-64698)
|
||||||
- Change expected test failures in FIPS mode
|
- Change expected test failures in FIPS mode
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (opensc-0.26.0.tar.gz) = 99d88e6f83eb8b6d349bd88d51df652bc44973ac9397d516ad503c256d664a842698093b4e50e0877ece5f05151b5575fc39220620c82c7a000c971f8c98449f
|
SHA512 (opensc-0.26.1.tar.gz) = 8555173b3727aede568290a3b288a46e74564050574b9a1e85487adc59532cb600e1f67c289b7430c8daca348fe928eb1e6e837e72c32731649403b19d53cfd8
|
||||||
|
Loading…
Reference in New Issue
Block a user