Don't install RHEL packages missing from ELN
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
c49a92e18a
commit
d22690147a
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/lorax-templates-rhel-10.0-9.tar.gz
|
||||
/lorax-templates-rhel-10.0-10.tar.gz
|
||||
/lorax-templates-rhel-10.0-11.tar.gz
|
||||
/lorax-templates-rhel-10.0-12.tar.gz
|
||||
|
@ -4,7 +4,8 @@
|
||||
## anaconda package
|
||||
installpkg anaconda anaconda-widgets kexec-tools-anaconda-addon anaconda-install-img-deps
|
||||
installpkg oscap-anaconda-addon
|
||||
installpkg redhat-release-eula
|
||||
# Not available in ELN, must be uncommented for RHEL
|
||||
#installpkg redhat-release-eula
|
||||
|
||||
## FIXME Pull in device-mapper-multipath
|
||||
## This *should* be pulled in by libblockdev-plugins-all and libblockdev-mpath but it is not
|
||||
@ -163,7 +164,8 @@ installpkg google-noto-sans-cjk-ttc-fonts
|
||||
## debugging/bug reporting tools
|
||||
installpkg gdb-gdbserver
|
||||
installpkg libreport-plugin-bugzilla libreport-plugin-reportuploader
|
||||
installpkg libreport-rhel-anaconda-bugzilla
|
||||
# Not available in ELN, must be enabled in RHEL
|
||||
#installpkg libreport-rhel-anaconda-bugzilla
|
||||
installpkg python3-pyatspi
|
||||
|
||||
## extra tools not required by anaconda
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: lorax-templates-rhel
|
||||
Version: 10.0
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: RHEL build templates for lorax and livemedia-creator
|
||||
|
||||
License: GPLv2+
|
||||
@ -10,7 +10,7 @@ BuildArch: noarch
|
||||
# This tarball is generated from the contents of this dist-git repository
|
||||
# by running the command `make tar`.
|
||||
# See README for full details of how to update this package
|
||||
Source0: lorax-templates-rhel-10.0-11.tar.gz
|
||||
Source0: lorax-templates-rhel-10.0-12.tar.gz
|
||||
|
||||
# Required for the template branding support
|
||||
Requires: lorax >= 34.9.1
|
||||
@ -38,6 +38,11 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
||||
%{templatedir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-12
|
||||
- Don't try to install packages that don't exist in ELN
|
||||
- redhat-release-eula
|
||||
- libreport-rhel-anaconda-bugzilla
|
||||
|
||||
* Tue Mar 08 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-11
|
||||
- Don't move the restart-anaconda file
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-templates-rhel-10.0-11.tar.gz) = ce7fa8a414aac7caaf9fa69b35affdbd73b960610d18e73e2c471aa355608ada938eeb0d4f1cb55b126b415c5eb7e1d0857f621d9d03cf84c0e40888369bb907
|
||||
SHA512 (lorax-templates-rhel-10.0-12.tar.gz) = cb6ed24e25c3b495e99052bdcfa47c60f9d818e1680e1fbf2235789f995dda87e5e0826e7bf37b74444ebba6b39a6a4cabb09b17fa494beafcc4693083be83a3
|
||||
|
Loading…
Reference in New Issue
Block a user