Skip to content

Commit

Permalink
runtime-install: install rsvg-pixbuf-loader
Browse files Browse the repository at this point in the history
This was split out of librsvg2 as a subpackage recently. openQA
testing shows that anaconda crashes unless it is present, for
some reason. @mcatanzaro really wants it to be an optional
subpackage, so our best option at least until we can work out
why the crash happens is to just pull it into the installer
environment explicitly.

Signed-off-by: Adam Williamson <[email protected]>
  • Loading branch information
AdamWill committed Jul 21, 2023
1 parent 4174ad7 commit d31e57c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/templates.d/99-generic/runtime-install.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ installpkg kbd kbd-misc
## required for anaconda-dracut (img-lib etc.)
installpkg tar xz curl bzip2

## this is only recommended by librsvg2, but anaconda crashes without it
## see https://bodhi.fedoraproject.org/updates/FEDORA-2023-f069ac712b
installpkg rsvg-pixbuf-loader

## basic system stuff
installpkg systemd-sysv systemd-units
installpkg rsyslog
Expand Down

0 comments on commit d31e57c

Please sign in to comment.