enable riscv64 architecture

(cherry picked from commit 4fc24237c1fdb94c6053ac5ef17c29200acf8d98)
This commit is contained in:
Jingwiw 2023-08-04 15:55:05 +08:00 committed by wangyueliang
parent caae6e76b8
commit ed1000b962

View File

@ -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 <wangjingwei@iscas.ac.cn> - 2022.16-2
- enable riscv64 architecture
* Mon May 22 2023 duyiwei <duyiwei@kylinos.cn> - 2022.16-1
- Update rpm-ostree to 2022.16.