- tools: Add support for Jira RHEL-XXX issues (bcl)
Related: RHEL-22656 - Makefile: Fix clog target (bcl) Related: RHEL-22656 - aarch64: Replace spaces and escape characters in isolabel with '-' (bcl) Resolves: RHEL-22656 - s390: Replace spaces and escape characters in isolabel with '-' (bcl) Resolves: RHEL-22658 - ppc: Remove unused ppc templates and config files (bcl) Resolves: RHEL-35394 - Drop gdisk from the boot.iso (bcl) Resolves: RHEL-38339 - tests: Name the test iso RHEL 10 instead of 9 Resolves: RHEL-38199 - Add prefixdevname to Anaconda image Related: RHEL-30010 - spec: Update URL to point to gitlab project Resolves: RHEL-32959
This commit is contained in:
parent
1609d4de77
commit
533417e03f
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@ clog
|
||||
/lorax-templates-rhel-10.0-41.tar.gz
|
||||
/lorax-templates-rhel-10.0-43.tar.gz
|
||||
/lorax-templates-rhel-10.0-44.tar.gz
|
||||
/lorax-templates-rhel-10.0-45.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: lorax-templates-rhel
|
||||
Version: 10.0
|
||||
Release: 44%{?dist}
|
||||
Release: 45%{?dist}
|
||||
Summary: RHEL build templates for lorax and livemedia-creator
|
||||
|
||||
License: GPLv2+
|
||||
@ -10,7 +10,7 @@ BuildArch: noarch
|
||||
# This tarball is generated from the contents of this dist-git repository
|
||||
# by running the command `make tar`.
|
||||
# See README for full details of how to update this package
|
||||
Source0: lorax-templates-rhel-10.0-44.tar.gz
|
||||
Source0: lorax-templates-rhel-10.0-45.tar.gz
|
||||
|
||||
# Required for the template branding support
|
||||
Requires: lorax >= 34.9.1
|
||||
@ -40,6 +40,26 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
||||
%{templatedir}/*
|
||||
|
||||
%changelog
|
||||
* Wed May 22 2024 Brian C. Lane <bcl@redhat.com> - 10.0-45
|
||||
- tools: Add support for Jira RHEL-XXX issues (bcl)
|
||||
Related: RHEL-22656
|
||||
- Makefile: Fix clog target (bcl)
|
||||
Related: RHEL-22656
|
||||
- aarch64: Replace spaces and escape characters in isolabel with '-' (bcl)
|
||||
Resolves: RHEL-22656
|
||||
- s390: Replace spaces and escape characters in isolabel with '-' (bcl)
|
||||
Resolves: RHEL-22658
|
||||
- ppc: Remove unused ppc templates and config files (bcl)
|
||||
Resolves: RHEL-35394
|
||||
- Drop gdisk from the boot.iso (bcl)
|
||||
Resolves: RHEL-38339
|
||||
- tests: Name the test iso RHEL 10 instead of 9
|
||||
Resolves: RHEL-38199
|
||||
- Add prefixdevname to Anaconda image
|
||||
Related: RHEL-30010
|
||||
- spec: Update URL to point to gitlab project
|
||||
Resolves: RHEL-32959
|
||||
|
||||
* Thu Apr 18 2024 Parag Nemade <pnemade AT redhat DOT com> - 10.0-44
|
||||
- Resolves: RHEL-32728 (pnemade)
|
||||
- runtime-install: Update font packages
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-templates-rhel-10.0-44.tar.gz) = f2369ee0cdbb5ec651591bd6d352b563ac628ed85cb14ebc878676b5a9866c01f3c48e2573be48eac54b1f1ac5b4ecdd43135dcd79b2f6e2df239212e6fd25b1
|
||||
SHA512 (lorax-templates-rhel-10.0-45.tar.gz) = 87298808d31d60b7bd4597c40fa919db7a6023bc714ae2ced695f9fcd4b4e9576310d2d0a505a76f358275fe7481a2067aebe47335a8681ba233bee022187bc4
|
||||
|
Loading…
Reference in New Issue
Block a user