From 58a11bef07c162750631390f932e054d47820aa0 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 21 Jun 2023 09:01:35 +0300 Subject: [PATCH] Bootstrap (riscv64) Signed-off-by: David Abdurachmanov --- R-ps.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-ps.spec b/R-ps.spec index e115f7a..d4b0394 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.5 @@ -7,7 +7,7 @@ Name: R-%{packname} Version: %{packver} -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} Summary: List, Query, Manipulate System Processes License: MIT @@ -95,6 +95,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples --no %changelog +* Wed Jun 21 2023 David Abdurachmanov - 1.7.5-2.0.riscv64 +- Bootstrap (riscv64) + * Fri Apr 21 2023 Iñaki Úcar - 1.7.5-2 - R-maint-sig mass rebuild