- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 02:23:42 +00:00
parent ffadef8b1a
commit 4cf820be57

View File

@ -9,7 +9,7 @@
Summary: A portable x86 assembler which uses Intel-like syntax
Name: nasm
Version: 2.15.03
Release: 5%{?dist}
Release: 6%{?dist}
License: BSD
URL: http://www.nasm.us
Source0: https://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}.tar.xz
@ -102,6 +102,9 @@ make all %{?_smp_mflags}
%{_mandir}/man1/ld*
%changelog
* 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
* Tue Mar 09 2021 Nick Clifton <nickc@redhat.com> - 2.15.03-5
- Default to building without documentation for RHEL. (#1933222)