- Remove shim-ia32 from the installed packages since we don't produce shim-ia32
any more. (bstinson)
This commit is contained in:
parent
2a5ee65a6d
commit
6a897839d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ clog
|
||||
/lorax-templates-rhel-10.0-39.tar.gz
|
||||
/lorax-templates-rhel-10.0-40.tar.gz
|
||||
/lorax-templates-rhel-10.0-41.tar.gz
|
||||
/lorax-templates-rhel-10.0-43.tar.gz
|
||||
|
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
NAME=lorax-templates-rhel
|
||||
# RHEL version these templates are designed for
|
||||
RHELVER=10.0
|
||||
RHPKG=fedpkg --release=eln
|
||||
RHPKG=centpkg --release=c10s
|
||||
|
||||
# git user.email and user.name must be setup
|
||||
GITEMAIL := $(shell git config user.email)
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: lorax-templates-rhel
|
||||
Version: 10.0
|
||||
Release: 42%{?dist}
|
||||
Release: 43%{?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-41.tar.gz
|
||||
Source0: lorax-templates-rhel-10.0-43.tar.gz
|
||||
|
||||
# Required for the template branding support
|
||||
Requires: lorax >= 34.9.1
|
||||
@ -40,6 +40,10 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
||||
%{templatedir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 21 2024 Brian Stinson <bstinson@redhat.com> - 10.0-43
|
||||
- Remove shim-ia32 from the installed packages since we don't produce shim-ia32
|
||||
any more. (bstinson) Rerelease
|
||||
|
||||
* Wed Feb 21 2024 Brian Stinson <bstinson@redhat.com> - 10.0-42
|
||||
- Remove shim-ia32 from the installed packages list
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-templates-rhel-10.0-41.tar.gz) = 1531305e645c3da0408badb1d236d6facda469b7cb82152ea7d672686dcaca4b4602dfc0cf147038303043c806704d02859bddc757414ebc1b6c50906800205f
|
||||
SHA512 (lorax-templates-rhel-10.0-43.tar.gz) = da95e8064f3298b95a6bd21ffc4477c2b4d036c31b9bff3fbc3a8fb56f8dfc5bebddbe6edb73ff95e4c638f2b5f92899ebf9fc7fa0857493ec3bbef9dd978376
|
||||
|
Loading…
Reference in New Issue
Block a user