Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)

Related: #1984097
This commit is contained in:
Florian Weimer 2021-07-28 12:09:27 +02:00
parent ba22655658
commit 01f0c607a1
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Name: nmap
Epoch: 3
Version: 7.91
#global prerelease TEST5
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Network exploration tool and security scanner
URL: http://nmap.org/
# Uses combination of licenses based on GPL license, but with extra modification
@ -157,6 +157,9 @@ fi
%{_mandir}/man1/ncat.1.gz
%changelog
* Wed Jul 28 2021 Florian Weimer <fweimer@redhat.com> - 3:7.91-9
- Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 3:7.91-8
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065