Enable context on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-11-05 16:32:36 +02:00
parent 42e7661062
commit 9a76903c21
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@
%endif %endif
%endif %endif
%ifnarch %{ix86} x86_64 %{arm} ppc64 ppc64le aarch64 s390x %ifnarch %{ix86} x86_64 %{arm} ppc64 ppc64le aarch64 s390x riscv64
%bcond_with context %bcond_with context
%else %else
%bcond_without context %bcond_without context
@ -42,7 +42,7 @@ Name: boost
%global real_name boost %global real_name boost
Summary: The free peer-reviewed portable C++ source libraries Summary: The free peer-reviewed portable C++ source libraries
Version: 1.78.0 Version: 1.78.0
Release: 9%{?dist}.rvre1 Release: 9.0.riscv64%{?dist}
License: Boost and MIT and Python License: Boost and MIT and Python
# Replace each . with _ in %%{version} # Replace each . with _ in %%{version}
@ -1293,6 +1293,9 @@ fi
%{_mandir}/man1/b2.1* %{_mandir}/man1/b2.1*
%changelog %changelog
* Sat Nov 05 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.78.0-9.0.riscv64
- Enable context on riscv64
* Sat Sep 24 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.78.0-9.rvre1 * Sat Sep 24 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.78.0-9.rvre1
- Rebuilt for Fedora/RISCV (riscv64) - Rebuilt for Fedora/RISCV (riscv64)