Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 7e3cccc9f3
Bring golang on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-12-01 16:26:55 +02:00
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: libcap
Version: 2.69
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: Library for getting and setting POSIX.1e capabilities
URL: https://sites.google.com/site/fullycapable/
License: BSD-3-Clause OR GPL-2.0-only
@ -14,7 +14,7 @@ BuildRequires: make
BuildRequires: glibc-static
BuildRequires: gnupg2
%ifarch aarch64 armv7hl i686 ppc64le s390x x86_64
%ifarch aarch64 armv7hl i686 ppc64le s390x x86_64 riscv64
BuildRequires: golang >= 1.11
%endif
@ -107,6 +107,9 @@ chmod +x %{buildroot}/%{_libdir}/*.so.*
%{_mandir}/man8/captree.8*
%changelog
* Fri Dec 01 2023 David Abdurachmanov <davidlt@rivosinc.com> - 2.69-1.0.riscv64
- Bring golang for risv64
* Mon Nov 06 2023 Carlos Rodriguez-Fernandez <carlosrodrifernandez@gmail.com> - 2.69-1
- Update to 2.69 (with contribs from Yanko Kaneti <yaneti@declera.com>, and Andrew G. Morgan <morgan@kernel.org>)
- Update license to SPDX (by Anderson Toshiyuki Sasaki <ansasaki@redhat.com>)