RHEL8 build templates for lorax and livemedia-creator
75dbf37f0a
These packages are now available in BaseOS or AppStream, so include them in the boot.iso shim-ia32 grub2-efi-ia32-cdboot s390utils-hmcdrvfs xorg-x11-drivers xorg-x11-server-Xorg xorg-x11-server-Xorg was already being pulled in as a dependency, but I've added it back anyway, just to be sure. dracut-fips is no longer a subpackage so it can be dropped. docker-anaconda-addon isn't being supported for RHEL8 so drop it as well. The resulting image is 6M larger, and the package count goes from 738 to 756 with most of them being x11 drv packages. Related: rhbz#1622395 |
||
---|---|---|
80-rhel | ||
.gitignore | ||
lorax-templates-rhel.spec | ||
Makefile | ||
README | ||
SERIAL | ||
sources |
Hi there! If you're trying to fix something here, do the following: 1. Make whatever edits you need to in 80-rhel/ 2. `git commit` the changes 3. `make bump` to bump SERIAL 4. `make tar` to make a new tarball 5. `make update-spec` to update specfile 6. Add changelog entry to .spec 7. `rhpkg-sha512 new-sources` the new tarball 8. `git add lorax-templates-rhel.spec SERIAL` 9. `git commit` Steps 8 and 9 can be combined as: `rhpkg-sha512 clog && rhpkg-sha512 ci -F clog` You're now ready to do a new build. Isn't spec wonderful?