Comments

15 Comments

seen it fix https://bugzilla.redhat.com/show_bug.cgi?id=2112499#c9 "Fedora’s (registry.fedoraproject.org) LibreOffice flatpak crashing after latest update"

BZ#2112499 Fedora’s (registry.fedoraproject.org) LibreOffice flatpak crashing after latest update

fixes the issue for me

BZ#2112499 Fedora’s (registry.fedoraproject.org) LibreOffice flatpak crashing after latest update

Fixes the issue I had run into with fedpkg module-build of flatpaks/libreoffice, and which was reproducible locally with

$ fedpkg clone -a -b f36 zxing-cpp
$ cd zxing-cpp
$ sudo dnf builddep -y zxing-cpp
$ sudo dnf install -y https://kojipkgs.fedoraproject.org//packages/flatpak-rpm-macros/35/4.module_f36+14437+3886a164/x86_64/flatpak-rpm-macros-35-4.module_f36+14437+3886a164.x86_64.rpm
$ fedpkg local

(Whether it indeed fixes the remote fedpkg module-build will only show once that infrastructure will pick up these updated packages.)

Looks fine in combination with the LO flatpak, and xdg-open works for local file URLs now.

dnf install texlive-imakeidx now pulls in texlive-splitindex

BZ#1889296 Should texlive-imakeidx Requires/Suggests texlive-splitindex?
karma

makes libreoffice build on aarch64 again

BZ#1830472 undefined reference to `__aarch64_ldadd4_acq_rel
karma

Fixes my BZ#1806482 and generally WFM.

BZ#1806482 Doing `flatpak-module local-build` against mock-2 causes "ValueError: too deep jinja re-evaluation on '...'"

Fixed my duplicate https://bugzilla.redhat.com/show_bug.cgi?id=1756105 "'Restart & Install' restarts but silently fails to install due to TypeError in /usr/lib/python3.7/site-packages/dnf-plugins/system_upgrade.py" for me.

BZ#1751103 [abrt] dnf: configure_upgrade(): system_upgrade.py:410:configure_upgrade:TypeError: argument of type 'NoneType' is not iterable
karma

seen various uses of assert in C++ compile again

BZ#1483005 glibc-2.26-2.fc27 breaks assert on C++ objects: no match for 'operator=='
karma

works for me as intended

BZ#1386809 re-exec'ed make runs recipes with maximum RLIMIT_STACK, please apply upstream fix

used it to install a fresh LibreOffice flatpak; worked well

used it to build a fresh LibreOffice flatpak; worked well

karma

fixed doing "xdg-app install" of a runtime for me (where the old version left is_app unintialized in xdg_app_dir_find_remote_ref)