fixup! Rebase to 1.21.2

Resolves: RHEL-22820
This commit is contained in:
Alejandro Sáez 2024-01-26 18:10:53 +01:00
parent 6e84149db8
commit b1c2a81a36

View File

@ -4,14 +4,14 @@
Name: delve
Version: 1.21.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A debugger for the Go programming language
License: MIT
URL: https://github.com/go-delve/delve
Source0: https://github.com/go-delve/delve/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
ExcludeArch: ppc64le s390x aarch64 %{ix86} armv7hl
ExcludeArch: s390x %{ix86} armv7hl
BuildRequires: compiler(go-compiler)
BuildRequires: git
@ -71,6 +71,10 @@ done
%changelog
* Fri Jan 26 2024 Alejandro Sáez <asm@redhat.com> - 1.21.2-2
- Fix: Remove architectures from exclude ExcludeArch
- Resolves: RHEL-22820
* Fri Jan 26 2024 Alejandro Sáez <asm@redhat.com> - 1.21.2-1
- Rebase to 1.21.2
- Add support for ppc64le and aarch64