Cleanup the sections and packages not in RHEL8.
This commit is contained in:
parent
d84cb0479d
commit
8c49953fff
@ -31,15 +31,6 @@ installpkg glibc-all-langpacks
|
||||
%if basearch == "aarch64":
|
||||
installpkg efibootmgr grub2-efi-aa64-cdboot grubby shim-aa64
|
||||
%endif
|
||||
# Not in RHEL8 Beta 26-Jul-2018
|
||||
#%if basearch in ("arm", "armhfp"):
|
||||
# installpkg kernel-lpae
|
||||
# installpkg uboot-tools
|
||||
#%endif
|
||||
# Not in RHEL8 Beta 26-Jul-2018
|
||||
#%if basearch == "i386":
|
||||
# installpkg gpart
|
||||
#%endif
|
||||
%if basearch == "x86_64":
|
||||
installpkg grub2-tools-efi
|
||||
installpkg efibootmgr
|
||||
@ -53,11 +44,8 @@ installpkg glibc-all-langpacks
|
||||
%endif
|
||||
%if basearch in ("ppc", "ppc64", "ppc64le"):
|
||||
installpkg fbset powerpc-utils lsvpd ppc64-diag
|
||||
# Not in RHEL8 Beta 19-Jun-2018
|
||||
# removed hfsutils
|
||||
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
|
||||
# We only have ppc64le in RHEL8 26-Jul-2018
|
||||
#installpkg grub2-${basearch}
|
||||
installpkg grub2-ppc64le
|
||||
%endif
|
||||
%if basearch == "s390x":
|
||||
@ -87,8 +75,6 @@ installpkg kbd kbd-misc
|
||||
installpkg tar xz curl bzip2
|
||||
|
||||
## basic system stuff
|
||||
# systemd-sysv systemd-units are now in systemd 26-Jul-2018
|
||||
#installpkg systemd-sysv systemd-units
|
||||
installpkg systemd
|
||||
installpkg rsyslog
|
||||
|
||||
@ -138,16 +124,6 @@ installpkg nmap-ncat
|
||||
installpkg pciutils usbutils ipmitool
|
||||
installpkg mt-st smartmontools
|
||||
installpkg hdparm
|
||||
#Not in RHEL8 Beta 19-Jun-2018
|
||||
#%if basearch not in ("aarch64", "ppc64le", "s390x"):
|
||||
#installpkg pcmciautils
|
||||
#%endif
|
||||
## see bug #1483278
|
||||
%if basearch not in ("arm", "armhfp"):
|
||||
installpkg rdma-core
|
||||
# Not in RHEL8 Beta 19-Jun-2018
|
||||
# removed libmlx4
|
||||
%endif
|
||||
installpkg rng-tools
|
||||
|
||||
## fonts & themes
|
||||
@ -159,8 +135,6 @@ installpkg lklug-fonts
|
||||
installpkg lohit-assamese-fonts
|
||||
installpkg lohit-bengali-fonts
|
||||
installpkg lohit-devanagari-fonts
|
||||
# expanding lohit-gu*-fonts 26-Jul-2018
|
||||
#installpkg lohit-gu*-fonts
|
||||
installpkg lohit-gujarati-fonts
|
||||
installpkg lohit-gurmukhi-fonts
|
||||
installpkg lohit-kannada-fonts
|
||||
@ -168,8 +142,6 @@ installpkg lohit-odia-fonts
|
||||
installpkg lohit-tamil-fonts
|
||||
installpkg lohit-telugu-fonts
|
||||
installpkg madan-fonts
|
||||
# nhn-nanum-gothic-fonts is now naver-nanum-gothic-fonts 26-Jul-2018
|
||||
#installpkg nhn-nanum-gothic-fonts
|
||||
installpkg naver-nanum-gothic-fonts
|
||||
installpkg smc-meera-fonts
|
||||
installpkg thai-scalable-waree-fonts
|
||||
@ -187,22 +159,14 @@ installpkg sil-padauk-fonts
|
||||
## debugging/bug reporting tools
|
||||
installpkg gdb-gdbserver
|
||||
installpkg libreport-plugin-bugzilla libreport-plugin-reportuploader
|
||||
#Not in RHEL8 Beta 19-Jun-2018
|
||||
#installpkg fpaste
|
||||
|
||||
## extra tools not required by anaconda
|
||||
#Not in RHEL8 Beta 19-Jun-2018
|
||||
#removed eject vconfic icfg
|
||||
installpkg vim-minimal strace lsof dump xz less
|
||||
installpkg rsync bind-utils ftp mtr wget
|
||||
installpkg spice-vdagent
|
||||
installpkg gdisk hexedit sg3_utils
|
||||
installpkg perl-interpreter
|
||||
|
||||
## satisfy libnotify's desktop-notification-daemon with the least crazy option
|
||||
#Not in RHEL8 Beta 19-Jun-2018
|
||||
#installpkg notification-daemon
|
||||
|
||||
## Docker enabled boot.iso
|
||||
# Not all arches currently have docker
|
||||
# Not in RHEL8 Beta 19-Jun-2018
|
||||
|
Loading…
Reference in New Issue
Block a user