From ed1000b962a22555114ec6dea4d6c5db4cf5c631 Mon Sep 17 00:00:00 2001 From: Jingwiw Date: Fri, 4 Aug 2023 15:55:05 +0800 Subject: [PATCH] enable riscv64 architecture (cherry picked from commit 4fc24237c1fdb94c6053ac5ef17c29200acf8d98) --- rpm-ostree.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rpm-ostree.spec b/rpm-ostree.spec index 5381648..d4924e6 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -4,7 +4,7 @@ Name: rpm-ostree Version: 2022.16 -Release: 1 +Release: 2 Summary: Hybrid image/package system License: Apache-2.0 or MIT and GPL-2.0-or-later and LGPL-2.0-or-later URL: https://github.com/coreos/rpm-ostree @@ -14,7 +14,7 @@ Patch1: fix-2022.16-build-error.patch %if %{with rust} %if !%{defined rust_arches} -%define rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x +%define rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x riscv64 %endif ExclusiveArch: %{rust_arches} @@ -115,6 +115,9 @@ install -pm 0644 src/daemon/org.projectatomic.rpmostree1.conf %{buildroot}/etc/d %{_mandir}/man*/* %changelog +* Fri Aug 04 2023 Jingwiw - 2022.16-2 +- enable riscv64 architecture + * Mon May 22 2023 duyiwei - 2022.16-1 - Update rpm-ostree to 2022.16.