Attempting to launch gnome-control-settings fails. System journal says:
Sep 02 07:29:44 t490s.sgallagh.rht gnome-control-center.desktop[35173]: gnome-control-center: symbol lookup error: /lib64/libwebkit2gtk-4.0.so.37: undefined symbol: gst_element_request_pad_simple
The updated rpkg seems to have fixed the problem. Thanks!
rpkg 1.63 breaks centpkg sources
on some packages, such as grub2.
Correction: the SELinux issue appears to be unrelated; it's now happening on the older kernel as well.
However, the monitor issue is definitely related to kernel 5.11. I tried both kernel-core-5.11.1-300.fc34.x86_64 and kernel-core-5.11.0-156.fc34.x86_64 and had the same problem. Presumably this is related to the Intel graphics:
00:02.0 VGA compatible controller: Intel Corporation WhiskeyLake-U GT2 [UHD Graphics 620] (rev 02)
When I boot to this kernel, my system ends up using an entire CPU reporting SELinux failures around dbus-daemon (mostly having to do with flatpaks). It also can no longer display to my external monitor.
Booting to kernel-5.10.16-200.fc33.x86_64 (on the F34 userspace) fixes both issues.
Lenovo T490s
There is also a missing comma in the buildrequires section, which may be why this showed up on F33 at all.
This update is uninstallable due to a mistake in the modular dependencies.
- buildrequires:
platform: [-f32, -f33 -el8]
requires:
platform: [-f32, -f33, -f30, -el8]
This does not make sense at all.
This update has been unpushed.
This update has been unpushed.
This update has been unpushed.
One more mistake noticed by Miro. I accidentally marked the ELN repos as enabled on F33 and F32; they should be shipped disabled. Fix incoming (along with Miro's added test to protect against this in the future).
One more mistake noticed by Miro. I accidentally marked the ELN repos as enabled on F33 and F32; they should be shipped disabled. Fix incoming (along with Miro's added test to protect against this in the future).
I made a mistake and the symlink for ELN keys is pointing at the wrong key. Will fix and submit a PR immediately.
I made a mistake and the symlink for ELN keys is pointing at the wrong key. Will fix and submit a PR immediately.
@qulogic The tests aren't failing... for some reason, they never ran. I'll investigate.
Yeah, I made the same realization this morning. I will fix that immediately.