fixup! Rebase to 1.21.2
Resolves: RHEL-22820
This commit is contained in:
parent
6e84149db8
commit
b1c2a81a36
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
Name: delve
|
Name: delve
|
||||||
Version: 1.21.2
|
Version: 1.21.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A debugger for the Go programming language
|
Summary: A debugger for the Go programming language
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/go-delve/delve
|
URL: https://github.com/go-delve/delve
|
||||||
Source0: https://github.com/go-delve/delve/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
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: compiler(go-compiler)
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
@ -71,6 +71,10 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 26 2024 Alejandro Sáez <asm@redhat.com> - 1.21.2-1
|
||||||
- Rebase to 1.21.2
|
- Rebase to 1.21.2
|
||||||
- Add support for ppc64le and aarch64
|
- Add support for ppc64le and aarch64
|
||||||
|
Loading…
Reference in New Issue
Block a user