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

This commit is contained in:
CentOS Sources 2020-11-14 06:09:55 +00:00 committed by Andrew Lukoshko
parent a3c0989863
commit 411366582a
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
595819f55d98cdc77d72ab279e1d5b9b597f064f SOURCES/lorax-templates-rhel-8.3-4.tar.gz
e2214779d4e7db21f4bf972f4f91d6559c9af8de SOURCES/lorax-templates-rhel-8.4-1.tar.gz

View File

@ -1,12 +1,12 @@
Name: lorax-templates-rhel
Version: 8.3
Release: 4%{?dist}
Version: 8.4
Release: 1%{?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.3-4.tar.gz
Source0: lorax-templates-rhel-8.4-1.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
* 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
* Tue Jul 07 2020 Brian C. Lane <bcl@redhat.com> - 8.3-4
- rsyslog: Disable journal ratelimits during install
Related: rhbz#1752754