diff --git a/80-rhel/runtime-install.tmpl b/80-rhel/runtime-install.tmpl index 9779ce9..a06d2b4 100644 --- a/80-rhel/runtime-install.tmpl +++ b/80-rhel/runtime-install.tmpl @@ -8,7 +8,6 @@ GRUB2VER="1:2.06-67" ## anaconda package installpkg anaconda anaconda-widgets kdump-anaconda-addon anaconda-install-img-deps -installpkg oscap-anaconda-addon # Not available in ELN, must be uncommented for RHEL #installpkg redhat-release-eula @@ -108,7 +107,7 @@ installpkg systemd-sysv systemd-units installpkg rsyslog ## filesystem tools -installpkg btrfs-progs xfsprogs ntfs-3g ntfsprogs +installpkg xfsprogs installpkg device-mapper-persistent-data installpkg xfsdump @@ -123,10 +122,6 @@ installpkg libblockdev-lvm-dbus installpkg volume_key installpkg nss-tools -## blivet-gui-runtime requires PolicyKit-authentication-agent, if we -## don't tell dnf what to pick it picks lxpolkit, which drags in gtk2 -installpkg polkit-gnome - ## SELinux support installpkg selinux-policy-targeted audit @@ -179,7 +174,6 @@ installpkg gdb-gdbserver installpkg libreport-plugin-bugzilla libreport-plugin-reportuploader # Not available in ELN, must be enabled in RHEL #installpkg libreport-rhel-anaconda-bugzilla -installpkg fpaste installpkg python3-pyatspi ## extra tools not required by anaconda diff --git a/lorax-templates-rhel.spec b/lorax-templates-rhel.spec index b6754b7..7f71392 100644 --- a/lorax-templates-rhel.spec +++ b/lorax-templates-rhel.spec @@ -1,6 +1,6 @@ Name: lorax-templates-rhel Version: 10.0 -Release: 37%{?dist} +Release: 38%{?dist} Summary: RHEL build templates for lorax and livemedia-creator License: GPLv2+ @@ -40,6 +40,9 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Wed Aug 16 2023 Yaakov Selkowitz - 10.0-38 +- Drop packages not in RHEL + * Tue Jul 25 2023 Stephen Gallagher - 10.0-37 - Install rsvg-pixbuf-loaders to the install environment