Remove several more packages, these inside of arch conditionals - that are not in the composes
This commit is contained in:
parent
c6151315d7
commit
b531744921
@ -42,19 +42,21 @@ installpkg glibc-all-langpacks
|
|||||||
installpkg grub2-tools-efi
|
installpkg grub2-tools-efi
|
||||||
installpkg efibootmgr
|
installpkg efibootmgr
|
||||||
installpkg shim-x64 grub2-efi-x64-cdboot
|
installpkg shim-x64 grub2-efi-x64-cdboot
|
||||||
installpkg shim-ia32 grub2-efi-ia32-cdboot
|
## installpkg shim-ia32 grub2-efi-ia32-cdboot
|
||||||
%endif
|
%endif
|
||||||
%if basearch in ("i386", "x86_64"):
|
%if basearch in ("i386", "x86_64"):
|
||||||
installpkg biosdevname memtest86+ syslinux
|
installpkg biosdevname memtest86+ syslinux
|
||||||
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
|
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
|
||||||
%endif
|
%endif
|
||||||
%if basearch in ("ppc", "ppc64", "ppc64le"):
|
%if basearch in ("ppc", "ppc64", "ppc64le"):
|
||||||
installpkg fbset hfsutils powerpc-utils lsvpd ppc64-diag
|
installpkg fbset powerpc-utils lsvpd ppc64-diag
|
||||||
|
# removed hfsutils
|
||||||
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
|
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
|
||||||
installpkg grub2-${basearch}
|
installpkg grub2-${basearch}
|
||||||
%endif
|
%endif
|
||||||
%if basearch == "s390x":
|
%if basearch == "s390x":
|
||||||
installpkg lsscsi s390utils-base s390utils-cmsfs-fuse s390utils-hmcdrvfs
|
installpkg lsscsi s390utils-base s390utils-cmsfs-fuse
|
||||||
|
# removed s390utils-hmcdrvfs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
## yay, plymouth
|
## yay, plymouth
|
||||||
@ -120,12 +122,13 @@ installpkg nmap-ncat
|
|||||||
installpkg pciutils usbutils ipmitool
|
installpkg pciutils usbutils ipmitool
|
||||||
installpkg mt-st smartmontools
|
installpkg mt-st smartmontools
|
||||||
installpkg hdparm
|
installpkg hdparm
|
||||||
%if basearch not in ("aarch64", "ppc64le", "s390x"):
|
#%if basearch not in ("aarch64", "ppc64le", "s390x"):
|
||||||
installpkg pcmciautils
|
#installpkg pcmciautils
|
||||||
%endif
|
#%endif
|
||||||
## see bug #1483278
|
## see bug #1483278
|
||||||
%if basearch not in ("arm", "armhfp"):
|
%if basearch not in ("arm", "armhfp"):
|
||||||
installpkg libmlx4 rdma-core
|
installpkg rdma-core
|
||||||
|
# removed libmlx4
|
||||||
%endif
|
%endif
|
||||||
installpkg rng-tools
|
installpkg rng-tools
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: lorax-templates-rhel
|
Name: lorax-templates-rhel
|
||||||
Version: 8.0
|
Version: 8.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: RHEL8 build templates for lorax and livemedia-creator
|
Summary: RHEL8 build templates for lorax and livemedia-creator
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -31,6 +31,9 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
|||||||
%{templatedir}/*
|
%{templatedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-2
|
||||||
|
- Remove several _more_ packages from installer - same reason as below
|
||||||
|
|
||||||
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-1
|
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-1
|
||||||
- Remove several packages from installer based on current state of BaseOS/AppStream
|
- Remove several packages from installer based on current state of BaseOS/AppStream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user