diff --git a/pcp.spec b/pcp.spec index 5d58796..c933698 100644 --- a/pcp.spec +++ b/pcp.spec @@ -1,6 +1,6 @@ Name: pcp Version: 6.0.3 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} Summary: System-level performance monitoring and performance management License: GPLv2+ and LGPLv2+ and CC-BY URL: https://pcp.io @@ -2382,7 +2382,7 @@ sed -i '/.a$/d' pcp-devel-files sed -i '/\/man\//d' pcp-devel-files sed -i '/\/include\//d' pcp-devel-files -%ifarch x86_64 ppc64 ppc64le aarch64 s390x +%ifarch x86_64 ppc64 ppc64le aarch64 s390x riscv64 sed -i -e 's/usr\/lib\//usr\/lib64\//' pcp-libs-files sed -i -e 's/usr\/lib\//usr\/lib64\//' pcp-devel-files sed -i -e 's/usr\/lib\//usr\/lib64\//' pcp-libs-devel-files @@ -3371,6 +3371,9 @@ fi %files zeroconf -f pcp-zeroconf-files.rpm %changelog +* Fri Apr 28 2023 David Abdurachmanov - 6.0.3-1.0.riscv64 +- Fix paths on riscv64 + * Thu Feb 23 2023 Nathan Scott - 6.0.3-1 - Update to latest PCP sources.