- Update package version for 8.2 release
- Drop unneeded uboot-tools, and remove iso-graft from the aarch64.tmpl Resolves: rhbz#1763922 - Add live iso support to s390 Resolves: rhbz#1746424
This commit is contained in:
parent
04d16cdcc7
commit
57ea0e5df7
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/lorax-templates-rhel-8.1-1.tar.gz
|
/lorax-templates-rhel-8.1-1.tar.gz
|
||||||
/lorax-templates-rhel-8.1-2.tar.gz
|
/lorax-templates-rhel-8.1-2.tar.gz
|
||||||
/lorax-templates-rhel-8.1-3.tar.gz
|
/lorax-templates-rhel-8.1-3.tar.gz
|
||||||
|
/lorax-templates-rhel-8.2-1.tar.gz
|
||||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
NAME=lorax-templates-rhel
|
NAME=lorax-templates-rhel
|
||||||
# RHEL version these templates are designed for
|
# RHEL version these templates are designed for
|
||||||
RHELVER=8.1
|
RHELVER=8.2
|
||||||
# Serial number for this release
|
# Serial number for this release
|
||||||
SERIAL=$(shell [ -f SERIAL ] && cat SERIAL || echo 0)
|
SERIAL=$(shell [ -f SERIAL ] && cat SERIAL || echo 0)
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Name: lorax-templates-rhel
|
Name: lorax-templates-rhel
|
||||||
Version: 8.1
|
Version: 8.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: RHEL8 build templates for lorax and livemedia-creator
|
Summary: RHEL8 build templates for lorax and livemedia-creator
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/weldr/lorax
|
URL: https://github.com/weldr/lorax
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Source0: lorax-templates-rhel-8.1-3.tar.gz
|
Source0: lorax-templates-rhel-8.2-1.tar.gz
|
||||||
|
|
||||||
# Where are these supposed to end up?
|
# Where are these supposed to end up?
|
||||||
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
|
%define templatedir %{_datadir}/lorax/templates.d/80-rhel
|
||||||
@ -31,6 +31,13 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
|||||||
%{templatedir}/*
|
%{templatedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 31 2019 Brian C. Lane <bcl@redhat.com> - 8.2-1
|
||||||
|
- Update package version for 8.2 release
|
||||||
|
- Drop unneeded uboot-tools, and remove iso-graft from the aarch64.tmpl
|
||||||
|
Resolves: rhbz#1763922
|
||||||
|
- Add live iso support to s390
|
||||||
|
Resolves: rhbz#1746424
|
||||||
|
|
||||||
* Tue Sep 03 2019 Brian C. Lane <bcl@redhat.com> - 8.1-3
|
* Tue Sep 03 2019 Brian C. Lane <bcl@redhat.com> - 8.1-3
|
||||||
- Fix path to generic.prm (bcl)
|
- Fix path to generic.prm (bcl)
|
||||||
Resolves: rhbz#1746424
|
Resolves: rhbz#1746424
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-templates-rhel-8.1-3.tar.gz) = cb20f95442fd334210c8e64089da4555c70f0390ff1d67996363937729a950c675230f4cd0a282737aedba5122f86fc0a26387b76d0e9ebd5af8274baf3ab042
|
SHA512 (lorax-templates-rhel-8.2-1.tar.gz) = bc70d56091616f674bd3505466ee0ab3160420aeed893fb32fae451b0c7437200e1a1bca8c78efe2673503ca9b7d47306bf7b7477386dfbb72c3416a626ede34
|
||||||
|
Loading…
Reference in New Issue
Block a user