diff --git a/libcxx.spec b/libcxx.spec index 7f34909..df43d16 100644 --- a/libcxx.spec +++ b/libcxx.spec @@ -1,6 +1,6 @@ # If you need to bootstrap this, turn this on. # Otherwise, you have a loop with libcxxabi -%global bootstrap 0 +%global bootstrap 1 #%%global rc_ver 1 %global baserelease 1 @@ -8,7 +8,7 @@ Name: libcxx Version: 11.0.0 -Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist} +Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}.0.riscv64%{?dist} Summary: C++ standard library targeting C++11 License: MIT or NCSA URL: http://libcxx.llvm.org/ @@ -109,6 +109,9 @@ pathfix.py -i %{__python3} -pn \ %changelog +* Fri Apr 16 2021 David Abdurachmanov - 11.0.0-1.0.riscv64 +- Enable bootstrap for riscv64 to avoid loop with libcxxabi + * Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1 - Fix NVR