Related: RHEL-40021
- git-changelog: Change line length limit to 120 (bcl)
Related: RHEL-40021
- README: Update README with note about PREV= (bcl)
Related: RHEL-40021
- Remove libvisual from runtime-cleanup as it's being removed from RHEL 10 (tpopela)
Resolves: RHEL-39949
- tests: Do not use fedora.repo for the test build (bcl)
Resolves: RHEL-40021
- Drop libreport from templates (mkolman)
Resolves: RHEL-39794
When making a new release that contains commits that have already been
merged onto c10s (but not build) running make release would result in an
empty changelog.
This adds the PREV environmental variable so that the hash of the
previous release can be used as the reference for creating the clog.
eg. PREV=ACTUALHASH make release
Where ACTUALHASH is the git hash of the commit used to make the previous
release. Usually this is one commit before the first commit you want to
include in this build.
Related: RHEL-40021
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