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

This commit is contained in:
CentOS Sources 2022-01-19 21:21:09 +00:00 committed by Stepan Oksanichenko
parent e6882fe5ed
commit 12fa5eb22a
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
9a907a0b5f586eb40da7a05a8dac9e6efea85a4b SOURCES/lorax-templates-rhel-8.6-2.tar.gz
7b1679eee5e5865376e91e9536a135ebbb9f533c SOURCES/lorax-templates-rhel-8.6-3.tar.gz

View File

@ -1,12 +1,12 @@
Name: lorax-templates-rhel
Version: 8.6
Release: 2%{?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.6-2.tar.gz
Source0: lorax-templates-rhel-8.6-3.tar.gz
# Where are these supposed to end up?
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
@ -31,6 +31,12 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%{templatedir}/*
%changelog
* Fri Jan 14 2022 Brian C. Lane <bcl@redhat.com> - 8.6-3
- Enable sftp when using inst.sshd (bcl)
Resolves: rhbz#2035050
- Revert "Drop ia32 uefi package installation" (bcl)
Related: rhbz#2035050
* Tue Jan 11 2022 Brian C. Lane <bcl@redhat.com> - 8.6-2
- Drop ia32 uefi package installation (bcl)
Resolves: rhbz#2035050