import lorax-templates-rhel-9.0-31.el9

This commit is contained in:
CentOS Sources 2022-02-01 12:33:50 -05:00 committed by Stepan Oksanichenko
parent 0bfce3a9e0
commit 4ff5a7d541
3 changed files with 22 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-templates-rhel-9.0-28.tar.gz
SOURCES/lorax-templates-rhel-9.0-31.tar.gz

View File

@ -1 +1 @@
35e4ebe4dded89c9c4428351e50dfff78b9d03fa SOURCES/lorax-templates-rhel-9.0-28.tar.gz
40b4d9c58f38208dfaf7fd87d711da0c3eaedf5e SOURCES/lorax-templates-rhel-9.0-31.tar.gz

View File

@ -1,12 +1,12 @@
Name: lorax-templates-rhel
Version: 9.0
Release: 28%{?dist}
Release: 31%{?dist}
Summary: RHEL8 build templates for lorax and livemedia-creator
License: GPLv2+
URL: https://github.com/weldr/lorax
BuildArch: noarch
Source0: lorax-templates-rhel-9.0-28.tar.gz
Source0: lorax-templates-rhel-9.0-31.tar.gz
# Required for the template branding support
Requires: lorax >= 34.9.1
@ -34,6 +34,24 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%{templatedir}/*
%changelog
* Thu Jan 13 2022 Brian C. Lane <bcl@redhat.com> - 9.0-31
- Do not install rng-tools (bcl)
Resolves: rhbz#2028720
- Revert "Add inst.rngd cmdline option" (bcl)
Related: rhbz#2028720
* Wed Jan 12 2022 Brian C. Lane <bcl@redhat.com> - 9.0-30
- Add .discinfo on all arches (bcl)
Resolves: rhbz#2030008
- Add inst.rngd cmdline option (bcl)
Resolves: rhbz#2028720
* Tue Jan 11 2022 Brian C. Lane <bcl@redhat.com> - 9.0-29
- Drop ia32 uefi package installation (bcl)
Resolves: rhbz#2038397
- Enable sftp when using inst.sshd (bcl)
Resolves: rhbz#2035049
* Mon Nov 01 2021 Brian C. Lane <bcl@redhat.com> - 9.0-28
- Drop ppc 32 bit support from grub template for live iso (bcl)
Resolves: rhbz#2017175