import lorax-templates-rhel-8.2-4.el8

This commit is contained in:
CentOS Sources 2020-01-21 13:13:57 -05:00 committed by Stepan Oksanichenko
parent a3ec9833e5
commit 2febbc6595
3 changed files with 30 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-templates-rhel-8.1-2.tar.gz
SOURCES/lorax-templates-rhel-8.2-4.tar.gz

View File

@ -1 +1 @@
cb02110950f0420b648870ff345603f2cc010f36 SOURCES/lorax-templates-rhel-8.1-2.tar.gz
3788b7da4841445631fe4aea7e73b4e668e04820 SOURCES/lorax-templates-rhel-8.2-4.tar.gz

View File

@ -1,12 +1,12 @@
Name: lorax-templates-rhel
Version: 8.1
Release: 2%{?dist}
Version: 8.2
Release: 4%{?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.1-2.tar.gz
Source0: lorax-templates-rhel-8.2-4.tar.gz
# Where are these supposed to end up?
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
@ -31,6 +31,31 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%{templatedir}/*
%changelog
* Wed Dec 11 2019 Brian C. Lane <bcl@redhat.com> - 8.2-4
- Use mkisofs for the s390 live-iso template
Resolves: rhbz#1746424
* Tue Nov 12 2019 Brian C. Lane <bcl@redhat.com> - 8.2-3
- Add dmidecode on supported architectures
Resolves: rhbz#1714793
* Fri Nov 08 2019 Brian C. Lane <bcl@redhat.com> - 8.2-2
- Update ppc64le isolabel to match x86_64 logic (bcl)
Resolves: rhbz#1757338
- set inst.stage2 for ppc64le image (bcl)
Resolves: rhbz#1757338
* Thu Oct 31 2019 Brian C. Lane <bcl@redhat.com> - 8.2-1
- Update package version for 8.2 release
- Drop unneeded uboot-tools, and remove iso-graft from the aarch64.tmpl
Resolves: rhbz#1763922
- Add live iso support to s390
Resolves: rhbz#1746424
* Tue Sep 03 2019 Brian C. Lane <bcl@redhat.com> - 8.1-3
- Fix path to generic.prm (bcl)
Resolves: rhbz#1746424
* Wed May 15 2019 Brian C. Lane <bcl@redhat.com> - 8.1-2
- Install redhat-release-eula package (bcl)
Related: rhbz#1700465