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

This commit is contained in:
CentOS Sources 2022-03-01 05:07:19 -05:00 committed by Stepan Oksanichenko
parent 4ff5a7d541
commit 64e07139b6
3 changed files with 12 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
40b4d9c58f38208dfaf7fd87d711da0c3eaedf5e SOURCES/lorax-templates-rhel-9.0-31.tar.gz
98cc5aefbb19b3e7f3dfa90c2af91e36bcedeea9 SOURCES/lorax-templates-rhel-9.0-33.tar.gz

View File

@ -1,12 +1,12 @@
Name: lorax-templates-rhel
Version: 9.0
Release: 31%{?dist}
Release: 33%{?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-31.tar.gz
Source0: lorax-templates-rhel-9.0-33.tar.gz
# Required for the template branding support
Requires: lorax >= 34.9.1
@ -34,6 +34,14 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%{templatedir}/*
%changelog
* Fri Feb 04 2022 Brian C. Lane <bcl@redhat.com> - 9.0-33
- Keep nvram kernel module (bcl)
Resolves: rhbz#2050878
* Tue Jan 25 2022 Brian C. Lane <bcl@redhat.com> - 9.0-32
- Fix missing generic.ins on s390x (bcl)
Resolves: rhbz#2044448
* Thu Jan 13 2022 Brian C. Lane <bcl@redhat.com> - 9.0-31
- Do not install rng-tools (bcl)
Resolves: rhbz#2028720