diff --git a/R-ps.spec b/R-ps.spec index 9352797..48bfb32 100644 --- a/R-ps.spec +++ b/R-ps.spec @@ -1,5 +1,5 @@ # Tests requires processx which requires this package. -%bcond_with bootstrap +%bcond_without bootstrap %global packname ps %global packver 1.7.1 @@ -7,7 +7,7 @@ Name: R-%{packname} Version: 1.7.1 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} Summary: List, Query, Manipulate System Processes License: MIT @@ -94,6 +94,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples --no %changelog +* Fri Oct 07 2022 David Abdurachmanov - 1.7.1-1.0.riscv64 +- Bootstrap on riscv64 + * Thu Aug 18 2022 Tom Callaway - 1.7.1-1 - update to 1.7.1 - bootstrap