fixes the issue for me
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
makes libreoffice build on aarch64 again
Fixes my BZ#1806482 and generally WFM.
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.
seen various uses of assert in C++ compile again
works for me as intended
used it to install a fresh LibreOffice flatpak; worked well
used it to build a fresh LibreOffice flatpak; worked well
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)
seen it fix https://bugzilla.redhat.com/show_bug.cgi?id=2112499#c9 "Fedora’s (registry.fedoraproject.org) LibreOffice flatpak crashing after latest update"