diff --git a/.gitignore b/.gitignore index 52ff98d..8ed8ac1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/lorax-templates-rhel-8.2-6.tar.gz +SOURCES/lorax-templates-rhel-8.3-2.tar.gz diff --git a/.lorax-templates-rhel.metadata b/.lorax-templates-rhel.metadata index 6fdb812..341eb55 100644 --- a/.lorax-templates-rhel.metadata +++ b/.lorax-templates-rhel.metadata @@ -1 +1 @@ -b6159cef838ad655575679ae4eea5e71d7242605 SOURCES/lorax-templates-rhel-8.2-6.tar.gz +eef013b2ade037e32e017b7b4614c8ed67075ae4 SOURCES/lorax-templates-rhel-8.3-2.tar.gz diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index f69c26c..add87bf 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: 6%{?dist} +Version: 8.3 +Release: 2%{?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-6.tar.gz +Source0: lorax-templates-rhel-8.3-2.tar.gz # Where are these supposed to end up? %define templatedir %{_datadir}/lorax/templates.d/80-rhel @@ -31,6 +31,14 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* 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