import lorax-templates-rhel-8.5-3.el8

This commit is contained in:
CentOS Sources 2021-10-15 16:34:30 +00:00 committed by Stepan Oksanichenko
parent d0ac05fe41
commit c7ef423aba
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-templates-rhel-8.5-2.tar.gz
SOURCES/lorax-templates-rhel-8.5-3.tar.gz

View File

@ -1 +1 @@
7891b982a33c044d878ec8af4a0c420df977560b SOURCES/lorax-templates-rhel-8.5-2.tar.gz
187e53594cecb0c2570901f21dcf7c9b45dee9e4 SOURCES/lorax-templates-rhel-8.5-3.tar.gz

View File

@ -1,12 +1,12 @@
Name: lorax-templates-rhel
Version: 8.5
Release: 2%{?dist}
Release: 3%{?dist}
Summary: RHEL8 build templates for lorax and livemedia-creator
License: GPLv2+
URL: https://github.com/weldr/lorax
BuildArch: noarch
Source0: lorax-templates-rhel-8.5-2.tar.gz
Source0: lorax-templates-rhel-8.5-3.tar.gz
# Where are these supposed to end up?
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
@ -31,6 +31,10 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%{templatedir}/*
%changelog
* Mon Oct 04 2021 Brian C. Lane <bcl@redhat.com> - 8.5-3
- runtime-install: Install nvme-cli tool
Resolves: rhbz#1903339
* Mon May 10 2021 Brian C. Lane <bcl@redhat.com> - 8.5-2
- runtime-install: Install ipcalc (bcl)
Resolves: rhbz#1958314