Overview
Request 1157149 accepted
- Rewrite %prep to use %autosetup et al. for compatibility with
rpm 4.20.
- bsc#1221260 add bsc1221260-test_asyncio-ResourceWarning.patch
to eliminate ResourceWarning which broke the test suite in
test_asyncio.
- Use the system-wide crypto-policies [bsc#1211301]
* Use the system default cipher list instead of hardcoded values
* Add the --with-ssl-default-suites=openssl configure option
Request History
mcepl created request
- Rewrite %prep to use %autosetup et al. for compatibility with
rpm 4.20.
- bsc#1221260 add bsc1221260-test_asyncio-ResourceWarning.patch
to eliminate ResourceWarning which broke the test suite in
test_asyncio.
- Use the system-wide crypto-policies [bsc#1211301]
* Use the system default cipher list instead of hardcoded values
* Add the --with-ssl-default-suites=openssl configure option
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
licensedigger accepted review
ok
anag+factory set openSUSE:Factory:Staging:B as a staging project
Being evaluated by staging project "openSUSE:Factory:Staging:B"
anag+factory accepted review
Picked "openSUSE:Factory:Staging:B"
dimstar accepted review
anag+factory accepted review
Staging Project openSUSE:Factory:Staging:B got accepted.
anag+factory approved review
Staging Project openSUSE:Factory:Staging:B got accepted.
anag+factory accepted request
Staging Project openSUSE:Factory:Staging:B got accepted.
If I understand this correctly, I think that the patch application rewrite is not exactly the same. Previously the patch 34 (new 10) was applied only
%if 0%{?sle_version} && 0%{?sle_version} <= 150300
, but now it's applied always.Other than that, I like the rewrite, it makes it a lot simpler to maintain patches.
Yes, look at how that patch (
skip-test_pyobject_freed_is_freed.patch
) has been modified.