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:29:58 +00:00
parent 1667ba25e7
commit a906e64b33

View File

@ -9,7 +9,7 @@
Summary: A portable x86 assembler which uses Intel-like syntax
Name: nasm
Version: 2.15.03
Release: 6%{?dist}
Release: 7%{?dist}
License: BSD
URL: http://www.nasm.us
Source0: https://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}.tar.xz
@ -102,6 +102,10 @@ make all %{?_smp_mflags}
%{_mandir}/man1/ld*
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.15.03-7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.15.03-6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937