From dfa38a8bf3de2fc79ef6611c4dd410c319b74db6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Jul 2020 07:02:57 -0400 Subject: [PATCH] import lorax-templates-rhel-8.3-3.el8 --- .gitignore | 2 +- .lorax-templates-rhel.metadata | 2 +- SPECS/lorax-templates-rhel.spec | 28 +++++++++++++++++++++++++--- 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 96ae344..78b061f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-8.2-4.tar.gz +SOURCES/lorax-templates-rhel-8.3-3.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index a18adda..f4debdb 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -3788b7da4841445631fe4aea7e73b4e668e04820 SOURCES/lorax-templates-rhel-8.2-4.tar.gz +0a569364993895a85207916109cae49ab7ab1fb5 SOURCES/lorax-templates-rhel-8.3-3.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index 4e25dda..9711bcd 100644 --- a/SPECS/lorax-templates-rhel.spec +++ b/SPECS/lorax-templates-rhel.spec @@ -1,12 +1,12 @@ Name: lorax-templates-rhel -Version: 8.2 -Release: 4%{?dist} +Version: 8.3 +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.2-4.tar.gz +Source0: lorax-templates-rhel-8.3-3.tar.gz # Where are these supposed to end up? %define templatedir %{_datadir}/lorax/templates.d/80-rhel @@ -31,6 +31,28 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Thu Jun 25 2020 Brian C. Lane - 8.3-3 +- include generic.ins for s390 boot iso (dan) + Resolves: rhbz#1844517 + +* Wed Jun 03 2020 Brian C. Lane - 8.3-2 +- Keep /etc/default/useradd in install.img + Resolves: rhbz#1843609 + +* Wed May 13 2020 Brian C. Lane - 8.3-1 +- Use smarter multipath detection logic + Resolves: rhbz#1763906 + +* Thu Feb 27 2020 Brian C. Lane - 8.2-6 +- Restore the 98dracut-systemd service files to the install.img (bcl) + Related: rhbz#1805405 +- Add eject back into the boot.iso (bcl) + Resolves: rhbz#1805405 + +* Fri Jan 10 2020 Brian C. Lane - 8.2-5 +- Install rdma-core and libmlx4 packages + Resolves: rhbz#1762662 + * Wed Dec 11 2019 Brian C. Lane - 8.2-4 - Use mkisofs for the s390 live-iso template Resolves: rhbz#1746424