Fix FTBFS caused by rsa_pkcs1_implicit_rejection OpenSSL feature [c8s]
Resolves: RHEL-17873 Signed-off-by: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
c61f4af204
commit
6dc0b661da
@ -6,7 +6,7 @@
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 3.2.1
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: PyCA's cryptography library
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -75,7 +75,9 @@ find . -name .keep -print -delete
|
||||
rm -f tests/hazmat/primitives/test_padding.py
|
||||
# don't run hypothesis tests
|
||||
rm -rf tests/hypothesis
|
||||
PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest
|
||||
PYTHONPATH=%{buildroot}%{python3_sitearch} \
|
||||
%{__python3} -m pytest \
|
||||
-k "not test_decrypt_invalid_decrypt"
|
||||
|
||||
|
||||
%files -n python%{python3_pkgversion}-%{srcname}
|
||||
@ -86,6 +88,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 01 2023 Christian Heimes <cheimes@redhat.com> - 3.2.1-7
|
||||
- Fix FTBFS caused by rsa_pkcs1_implicit_rejection OpenSSL feature, resolves: RHEL-17873
|
||||
|
||||
* Wed Feb 22 2023 Christian Heimes <cheimes@redhat.com> - 3.2.1-6
|
||||
- Fix CVE-2023-23931: Don't allow update_into to mutate immutable objects, resolves rhbz#2172404
|
||||
|
||||
|
@ -61,5 +61,6 @@
|
||||
dir: "source"
|
||||
run: >-
|
||||
pytest-3
|
||||
-k "not test_decrypt_invalid_decrypt"
|
||||
tests/hazmat/primitives/test_[f-z]*.py
|
||||
tests/hazmat/primitives/twofactor
|
||||
|
Loading…
Reference in New Issue
Block a user