From 1db0e73d59c5d4f764d13d5008591e34aed474a4 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 1 Mar 2023 11:44:41 +0200 Subject: [PATCH] Enable context on riscv64 Signed-off-by: David Abdurachmanov --- boost.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/boost.spec b/boost.spec index 151e133..07fffd5 100644 --- a/boost.spec +++ b/boost.spec @@ -24,7 +24,7 @@ %endif %endif -%ifnarch %{ix86} x86_64 %{arm} ppc64 ppc64le aarch64 s390x +%ifnarch %{ix86} x86_64 %{arm} ppc64 ppc64le aarch64 s390x riscv64 %bcond_with context %else %bcond_without context @@ -42,7 +42,7 @@ Name: boost %global real_name boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.78.0 -Release: 11%{?dist} +Release: 11.0.riscv64%{?dist} License: Boost and MIT and Python # Replace each . with _ in %%{version} @@ -1293,6 +1293,9 @@ fi %{_mandir}/man1/b2.1* %changelog +* Wed Mar 01 2023 David Abdurachmanov - 1.78.0-11.0.riscv64 +- Enable context on riscv64 + * Wed Jan 18 2023 Fedora Release Engineering - 1.78.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild