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:33:54 +00:00
parent 828af2713d
commit 73cba02c46
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Name: nodejs-%{npm_name}
Version: 2.0.3
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Simple monitor script for use during development of a node.js app
License: MIT
URL: https://github.com/remy/nodemon
@ -64,6 +64,10 @@ npm run test
%{_bindir}/nodemon
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.3-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.3-5
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065