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

This commit is contained in:
CentOS Sources 2020-12-12 08:08:43 +00:00 committed by Andrew Lukoshko
parent 411366582a
commit a71b6a28d8
3 changed files with 14 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
e2214779d4e7db21f4bf972f4f91d6559c9af8de SOURCES/lorax-templates-rhel-8.4-1.tar.gz
4d3de7379549c8d56b66e654c5141f913f480c9f SOURCES/lorax-templates-rhel-8.4-3.tar.gz

View File

@ -1,12 +1,12 @@
Name: lorax-templates-rhel
Version: 8.4
Release: 1%{?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.4-1.tar.gz
Source0: lorax-templates-rhel-8.4-3.tar.gz
# Where are these supposed to end up?
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
@ -31,6 +31,16 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%{templatedir}/*
%changelog
* Wed Dec 09 2020 Brian C. Lane <bcl@redhat.com> - 8.4-3
- sshd_config: Apply suggested changes (bcl)
Resolves: rhbz#1872921
* Thu Dec 03 2020 Brian C. Lane <bcl@redhat.com> - 8.4-2
- Switch to using upstream mk-s390image for s390 cdboot.img creation (bcl)
Resolves: rhbz#1892404
- Remove mdmonitor service from boot.iso (bcl)
Resolves: rhbz#1888728
* Wed Oct 28 2020 Brian C. Lane <bcl@redhat.com> - 8.4-1
- Install Xorg and tigervnc-server on s390 boot.iso (bcl)
Resolves: rhbz#1854933