Security fix for CVE-2022-42919
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2022-f44dd1bec2
Please login to add feedback.
This update has been submitted for testing by thrnciar.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'failed'.
churchyard edited this update.
Basic Python usage and dnf still works.
I'm honestly not sure why the openQA tests are failing here. What's happening is it's running
koji download-build --arch=x86_64 --arch=noarch python-unversioned-command-3.10.8-2.fc35 2> download.log
, and from the console output that looks like it works fine, but for some reason it returns a non-zero error code. We can tell this because it then runs thegrep 'No .*available for $nvr' download.log
- it only does that if thekoji download-build
command fails. That grep is a kind of backstop for a known "this is fine" condition, but since the grep command also fails (i.e. it doesn't find that text), the test fails.I don't know why the
koji download-build
command is apparently working OK but returning non-zero.sorry, the command it runs is
koji download-build --arch=x86_64 --arch=noarch python3.10-3.10.8-2.fc35 2> download.log
.Oh wow, when I run that manually, I get:
so, that's the problem, I guess. @kevin ?
This is really weird. The armv7 job appears to have finished multiple times. ;( Could be related to https://pagure.io/releng/issue/11095 so will debug there.
churchyard edited this update.
New build(s):
Removed build(s):
Karma has been reset.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'passed'.
The package was replaced with python3.10-3.10.8-3.fc35 to fix BZ#2142602 and the tests now run correctly. I can also confirm that the bug is fixed.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.