- update summary and architecture excludes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=18
This commit is contained in:
2023-08-29 08:05:53 +00:00
committed by Git OBS Bridge
parent fce9bb5a90
commit 3d04e1102e
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 29 08:05:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update summary and architecture excludes
-------------------------------------------------------------------
Wed Jun 28 15:33:04 UTC 2023 - jkowalczyk@suse.com
+3 -2
View File
@@ -24,14 +24,15 @@
Name: delve
Version: 1.21.0
Release: 0
Summary: Static website generator written in Go
Summary: Debugger for the Go Programming Language
License: MIT
Group: Development/Languages/Go
URL: https://github.com/go-delve/delve
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: golang(API) >= 1.16
ExcludeArch: s390x ppc64le %arm
# your_linux_architecture_is_not_supported_by_delve (support_sentinel_linux.go)
ExcludeArch: s390x ppc64 ppc64le %arm riscv64
%description
Delve is a debugger for the Go programming language. The goal of