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

This commit is contained in:
CentOS Sources 2022-06-23 17:26:42 +00:00 committed by Stepan Oksanichenko
parent 12fa5eb22a
commit 86ee8eccdb
3 changed files with 12 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
7b1679eee5e5865376e91e9536a135ebbb9f533c SOURCES/lorax-templates-rhel-8.6-3.tar.gz
c37a6aaaf46fe3effa3bd22fc4520831b6a52758 SOURCES/lorax-templates-rhel-8.7-1.tar.gz

View File

@ -1,12 +1,15 @@
Name: lorax-templates-rhel
Version: 8.6
Release: 3%{?dist}
Version: 8.7
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.6-3.tar.gz
Source0: lorax-templates-rhel-8.7-1.tar.gz
# Required for the template branding support
Requires: lorax > 28.14.68
# Where are these supposed to end up?
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
@ -31,6 +34,10 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%{templatedir}/*
%changelog
* Mon Jun 13 2022 Brian C. Lane <bcl@redhat.com> - 8.7-1
- runtime-cleanup: Use new lorax branding support (bcl)
Resolves: rhbz#2052154
* Fri Jan 14 2022 Brian C. Lane <bcl@redhat.com> - 8.6-3
- Enable sftp when using inst.sshd (bcl)
Resolves: rhbz#2035050