Drop packages not in RHEL
This commit is contained in:
parent
5e436664e3
commit
32908cec63
@ -8,7 +8,6 @@ GRUB2VER="1:2.06-67"
|
|||||||
|
|
||||||
## anaconda package
|
## anaconda package
|
||||||
installpkg anaconda anaconda-widgets kdump-anaconda-addon anaconda-install-img-deps
|
installpkg anaconda anaconda-widgets kdump-anaconda-addon anaconda-install-img-deps
|
||||||
installpkg oscap-anaconda-addon
|
|
||||||
# Not available in ELN, must be uncommented for RHEL
|
# Not available in ELN, must be uncommented for RHEL
|
||||||
#installpkg redhat-release-eula
|
#installpkg redhat-release-eula
|
||||||
|
|
||||||
@ -108,7 +107,7 @@ installpkg systemd-sysv systemd-units
|
|||||||
installpkg rsyslog
|
installpkg rsyslog
|
||||||
|
|
||||||
## filesystem tools
|
## filesystem tools
|
||||||
installpkg btrfs-progs xfsprogs ntfs-3g ntfsprogs
|
installpkg xfsprogs
|
||||||
installpkg device-mapper-persistent-data
|
installpkg device-mapper-persistent-data
|
||||||
installpkg xfsdump
|
installpkg xfsdump
|
||||||
|
|
||||||
@ -123,10 +122,6 @@ installpkg libblockdev-lvm-dbus
|
|||||||
installpkg volume_key
|
installpkg volume_key
|
||||||
installpkg nss-tools
|
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
|
## SELinux support
|
||||||
installpkg selinux-policy-targeted audit
|
installpkg selinux-policy-targeted audit
|
||||||
|
|
||||||
@ -179,7 +174,6 @@ installpkg gdb-gdbserver
|
|||||||
installpkg libreport-plugin-bugzilla libreport-plugin-reportuploader
|
installpkg libreport-plugin-bugzilla libreport-plugin-reportuploader
|
||||||
# Not available in ELN, must be enabled in RHEL
|
# Not available in ELN, must be enabled in RHEL
|
||||||
#installpkg libreport-rhel-anaconda-bugzilla
|
#installpkg libreport-rhel-anaconda-bugzilla
|
||||||
installpkg fpaste
|
|
||||||
installpkg python3-pyatspi
|
installpkg python3-pyatspi
|
||||||
|
|
||||||
## extra tools not required by anaconda
|
## extra tools not required by anaconda
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: lorax-templates-rhel
|
Name: lorax-templates-rhel
|
||||||
Version: 10.0
|
Version: 10.0
|
||||||
Release: 37%{?dist}
|
Release: 38%{?dist}
|
||||||
Summary: RHEL build templates for lorax and livemedia-creator
|
Summary: RHEL build templates for lorax and livemedia-creator
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -40,6 +40,9 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
|||||||
%{templatedir}/*
|
%{templatedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 16 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 10.0-38
|
||||||
|
- Drop packages not in RHEL
|
||||||
|
|
||||||
* Tue Jul 25 2023 Stephen Gallagher <sgallagh@redhat.com> - 10.0-37
|
* Tue Jul 25 2023 Stephen Gallagher <sgallagh@redhat.com> - 10.0-37
|
||||||
- Install rsvg-pixbuf-loaders to the install environment
|
- Install rsvg-pixbuf-loaders to the install environment
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user