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

This commit is contained in:
CentOS Sources 2022-09-27 08:44:16 -04:00 committed by Stepan Oksanichenko
parent 620a21330e
commit d938e16cc9
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-templates-rhel-9.0-34.tar.gz
SOURCES/lorax-templates-rhel-9.0-35.tar.gz

View File

@ -1 +1 @@
90dba911d9baf5db636276386b31c0dfa40bf267 SOURCES/lorax-templates-rhel-9.0-34.tar.gz
2c934944906fc5455b401dc92b5af12eeaa31233 SOURCES/lorax-templates-rhel-9.0-35.tar.gz

View File

@ -1,12 +1,12 @@
Name: lorax-templates-rhel
Version: 9.0
Release: 34%{?dist}
Release: 35%{?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-34.tar.gz
Source0: lorax-templates-rhel-9.0-35.tar.gz
# Required for the template branding support
Requires: lorax >= 34.9.1
@ -34,6 +34,12 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%{templatedir}/*
%changelog
* Tue Apr 05 2022 Brian C. Lane <bcl@redhat.com> - 9.0-35
- Makefile: Making it easier to create releases (bcl)
Related: rhbz#2071074
- runtime-postinstall: Remove machine specific nvme files (bcl)
Resolves: rhbz#2071074
* Thu Feb 24 2022 Brian C. Lane <bcl@redhat.com> - 9.0-34
- Restore missing packages (bcl)
Resolves: rhbz#2056086