Adam Williamson
Adam Williamson
Python 3.14 will deprecate asyncio.iscoroutinefunction: https://github.com/python/cpython/pull/122875 inspect.iscoroutinefunction exists since 3.5 and our baseline is 3.8, so we can just use it unconditionally. Using a wrapper with @asyncio.coroutine in __get__ wasn't...
This adds a Fedora block to `install_prereq.sh`, and enhances `start_flash.sh` to handle disabling systemd-resolved at the start and re-enabling it at the end, if it's being used (it listens on...
### Explain what happens Lately Fedora openQA cockpit tests of the update view have been failing more than usual. Watching the video of a failure, I saw why. The test...
**Describe the bug** As discussed in https://bugzilla.redhat.com/show_bug.cgi?id=2372978 - see especially comment 17 onwards - it appears that, in RPM 6, calling `rpmKeyringAddKey()` on a subkey can cause an error. Possibly...
In https://bugzilla.redhat.com/show_bug.cgi?id=2363937 we found a problem that is ultimately triggered by alternatives configs having multiple entries that point to the same binary, or the same *effective* binary after /usr and...
### Feature request description I was poking at ramalama today, and wound up trying to run the unsloth version of the new Qwen3 coder model. There's a [bug in it](https://huggingface.co/unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF/discussions/1),...
colord crash in Fedora Rawhide around "no such table: properties_pu" message in `cd_profile_db_load`
We're seeing a colord crash on first boot in Rawhide, with this traceback: ``` #0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 tid = ret = 0 pd = old_mask =...
**Describe the bug** In dracut 058/059, with commit https://github.com/dracutdevs/dracut/commit/8caaad4fc2d75982eb87f5ebc72a4c276986f756 and follow-up https://github.com/dracutdevs/dracut/commit/40dd5c90e0efcb9ebaa9abb42a38c7316e9706bd , overlayfs setup was moved from being done in-line at the end of `dmsquash-live-root.sh` to being part of...
In an [active discussion about recent problematic updates](https://discussion.fedoraproject.org/t/proposal-a-sig-to-improve-production-stability-and-incident-management/174907/39), pg-tips pointed out [a recent update](https://bodhi.fedoraproject.org/updates/FEDORA-2025-b332f482fa) which followed a pattern I've seen before: * Update reached testing 2025-11-22 02:24 * besser82 gave...
There's a couple of ongoing discussions - [1](https://discussion.fedoraproject.org/t/is-most-recent-mesa-push-to-stable-mesa-25-2-7-2-fc43-reasonable/173585/61), [2](https://discussion.fedoraproject.org/t/proposal-a-sig-to-improve-production-stability-and-incident-management/174907/42) - around some recent problematic updates. Those got me thinking about some potential adjustments to the autopush system. I proposed a...