diff --git a/delve.spec b/delve.spec index 9060729..132a11b 100644 --- a/delve.spec +++ b/delve.spec @@ -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 - 1.21.2-2 +- Fix: Remove architectures from exclude ExcludeArch +- Resolves: RHEL-22820 + * Fri Jan 26 2024 Alejandro Sáez - 1.21.2-1 - Rebase to 1.21.2 - Add support for ppc64le and aarch64