Rebuilt for RHEL 9 BETA for openssl 3.0

Related: rhbz#1971065
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-06-22 18:42:23 +00:00
parent 37ecf3d23a
commit 828af2713d

View File

@ -6,7 +6,7 @@
Name: nodejs-%{npm_name}
Version: 2.0.3
Release: 4%{?dist}
Release: 5%{?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
* 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
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.3-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937