Test dist-git PR

https://src.fedoraproject.org/rpms/golang-github-bugsnag-panicwrap/pull-request/1#

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-07-08 08:18:52 +03:00
parent bd268e0016
commit f82da5599f
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,7 @@ section below on why.}
%global gosupfiles glide.lock glide.yaml
Name: %{goname}
Release: 7%{?dist}
Release: 7.0.riscv64%{?dist}
Summary: Go library for catching and handling panics in Go applications
License: MIT
@ -64,6 +64,9 @@ cp %{S:1} %{S:2} .
%gopkgfiles
%changelog
* Sat Jul 08 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.3.4-1.0.riscv64
- Test build for riscv64
* Fri Jul 07 2023 Alejandro Sáez <asm@redhat.com> - 1.3.4-1
- Update to 1.3.4
- Add 0001-Prevent-the-build-of-dup2.go-on-Linux-aarch64.patch