import CS lorax-templates-rhel-9.6-2.el9

This commit is contained in:
eabdullin 2025-03-21 07:08:04 +00:00
parent 5ba6a625ab
commit c1ee28f30f
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
7006dddc1158b4dbe8aaa7b1d18bc375d9e5eb26 SOURCES/lorax-templates-rhel-9.6-1.tar.gz
6239d1c55cc29fa49c7fc12385ecfbb6aba9033c SOURCES/lorax-templates-rhel-9.6-2.tar.gz

View File

@ -1,12 +1,12 @@
Name: lorax-templates-rhel
Version: 9.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: RHEL9 build templates for lorax and livemedia-creator
License: GPLv2+
URL: https://github.com/weldr/lorax
BuildArch: noarch
Source0: lorax-templates-rhel-9.6-1.tar.gz
Source0: lorax-templates-rhel-9.6-2.tar.gz
# Required for the template branding support
Requires: lorax >= 34.9.1
@ -34,6 +34,10 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%{templatedir}/*
%changelog
* Tue Feb 18 2025 Brian C. Lane <bcl@redhat.com> - 9.6-2
- runtime-cleanup: Leave stat binary and openssl files (bcl)
Resolves: RHEL-79950
* Tue Nov 26 2024 Brian C. Lane <bcl@redhat.com> - 9.6-1
- Bump release version to 9.6 (bcl)
Related: RHEL-69011