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:37:03 +00:00
parent a3bc2af7e9
commit e5ee5ecd3d

View File

@ -1,6 +1,6 @@
Name: delve
Version: 1.6.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A debugger for the Go programming language
License: MIT
@ -65,6 +65,10 @@ install -Dpm 0755 bin/dlv %{buildroot}%{_bindir}/dlv
%changelog
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.0-4
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.0-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937