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

This commit is contained in:
CentOS Sources 2019-11-05 14:04:28 -05:00 committed by Andrew Lukoshko
parent 83a3c97b2f
commit e4805a4a47
3 changed files with 26 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-templates-rhel-8.0-20.tar.gz
SOURCES/lorax-templates-rhel-8.1-3.tar.gz

View File

@ -1 +1 @@
4cfda691d35126c3ec6d2950b944345ba95daeba SOURCES/lorax-templates-rhel-8.0-20.tar.gz
864e0b9c878348e2d5961f959de3be0de6f866b3 SOURCES/lorax-templates-rhel-8.1-3.tar.gz

View File

@ -1,12 +1,12 @@
Name: lorax-templates-rhel
Version: 8.0
Release: 20%{?dist}
Version: 8.1
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.0-20.tar.gz
Source0: lorax-templates-rhel-8.1-3.tar.gz
# Where are these supposed to end up?
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
@ -31,9 +31,28 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%{templatedir}/*
%changelog
* Fri Mar 01 2019 Brian C. Lane <bcl@redhat.com> - 8.0-20
* 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
- Don't remove chmem and lsmem from install.img (bcl)
Resolves: rhbz#1691472
- Include the hid-multitouch kernel module (bcl)
Resolves: rhbz#1670182
- Add extra boot args to the livemedia-creator iso templates (bcl)
Resolves: rhbz#1694180
- Add a ppc64le template for live iso creation (bcl)
Related: rhbz#1694180
- Add live-install.tmpl (bcl)
Related: rhbz#1694180
* Wed Mar 27 2019 Brian C. Lane <bcl@redhat.com> - 8.1-1
- Update package version for 8.1 release
- Make sure lscpu is installed
Resolves: rhbz#1684050
Resolves: rhbz#1684735
* Wed Sep 19 2018 Brian C. Lane <bcl@redhat.com> - 8.0-19
- Include python3-pyatspi on boot.iso (bcl)