Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-08-09 22:02:54 +00:00
parent 98c58df58f
commit 134bb3027b
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: lorax-templates-rhel
Version: 9.0
Release: 22%{?dist}
Release: 23%{?dist}
Summary: RHEL8 build templates for lorax and livemedia-creator
License: GPLv2+
@ -34,6 +34,10 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%{templatedir}/*
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 9.0-23
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Jul 22 2021 Brian C. Lane <bcl@redhat.com> - 9.0-22
- runtime-postinstall: Move configuration of NM default autoconnections to Anaconda (rvykydal)
Related: rhbz#1978264