From c32e49603bddf903c3d8fbab94c78fa6225744be Mon Sep 17 00:00:00 2001 From: wangyueliang Date: Fri, 13 Oct 2023 09:30:05 +0800 Subject: [PATCH] Revert "enable loongarch64 architecture" This reverts commit 2dca4b3a129105cda98469a77398ea6e9122e213. --- rpm-ostree.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/rpm-ostree.spec b/rpm-ostree.spec index 5eb10c2..d8a8d00 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -4,18 +4,17 @@ Name: rpm-ostree Version: 2022.16 -Release: 3 +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 Source0: https://github.com/coreos/rpm-ostree/releases/download/v2022.8/%{name}-%{version}.tar.xz Patch0: fix-compose-err.patch Patch1: fix-2022.16-build-error.patch -Patch2: 0001-rpm-ostree-uos-support-for-loongarch.patch %if %{with rust} %if !%{defined rust_arches} -%define rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x riscv64 loongarch64 +%define rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x riscv64 %endif ExclusiveArch: %{rust_arches} @@ -116,9 +115,6 @@ install -pm 0644 src/daemon/org.projectatomic.rpmostree1.conf %{buildroot}/etc/d %{_mandir}/man*/* %changelog -* Wed Aug 16 2023 haomimi - 2022.16-3 -- enable loongarch64 architecture - * Fri Aug 04 2023 Jingwiw - 2022.16-2 - enable riscv64 architecture