The tmt systems have a fedora.repo present which is including packages
that are not built for RHEL10 and can cause the test build to fail.
Resolves: RHEL-40021
With libreport going away from RHEL 10,
lets remove any references to if from the
image generation templates, so that the
package can be removed from the distro.
Resolves: RHEL-39794
Related: RHEL-22656
- Makefile: Fix clog target (bcl)
Related: RHEL-22656
- aarch64: Replace spaces and escape characters in isolabel with '-' (bcl)
Resolves: RHEL-22656
- s390: Replace spaces and escape characters in isolabel with '-' (bcl)
Resolves: RHEL-22658
- ppc: Remove unused ppc templates and config files (bcl)
Resolves: RHEL-35394
- Drop gdisk from the boot.iso (bcl)
Resolves: RHEL-38339
- tests: Name the test iso RHEL 10 instead of 9
Resolves: RHEL-38199
- Add prefixdevname to Anaconda image
Related: RHEL-30010
- spec: Update URL to point to gitlab project
Resolves: RHEL-32959
Systemd config files were moved from /etc to /usr/lib/systemd,
so this snippet fails. Instead of editing the config file, just create
a drop-in snippet with the desired configuration.
Backported from lorax commit f38bddac3f44dc36ba5f96d997a533bbcacd6458
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This is following
d0ce83327c
from upstream, but trimmed down to just dosfstools as EL seems
very tight about which packages to include. We can add any of
the others that should be included, if anyone knows which those
should be. The relevant udisks2 change is
92fceb0c5d
- we can no longer rely on any package that udisks2 previously
Required to be in the installer environment.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Add lohit-marathi-fonts for Marathi.
Replace kacst-*-fonts with paktype-naskh-basic-fonts for Urdu,
for Arabic, we use dejavu-sans-fonts.
Replace lklug-fonts with google-noto-sans-sinhala-vf-fonts for Sinhala.
Replace lohit-gurmukhi-fonts with google-noto-sans-gurmukhi-fonts for Gurmukhi.
Cherry-picked from lorax 7d7d158399e7af6b8e681b361cca10fbb94156b6
gtk4 is now getting sucked into installer images because mutter
depends on it (since 44-beta). Strip some stuff the installer
env currently doesn't need. The /usr/bin/* removal may not be
safe long-term, but it should be OK for now.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Without this set rsyslogd will try to use / for things like
/imjournal.state.tmp, which will fail due to SELinux.
This also replaces the deprecated '~' discard action with 'stop'.
Resolves: rhbz#2160070