From f32530c564ab9b98e843222fd97a0f73093c60b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Fri, 28 Feb 2025 06:05:20 +0000 Subject: [PATCH] Add sw_64 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- rear.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rear.spec b/rear.spec index 833712e..646639d 100644 --- a/rear.spec +++ b/rear.spec @@ -2,7 +2,7 @@ Name: rear Version: 2.7 -Release: 3 +Release: 4 License: GPLv3 Summary: Relax-and-Recover is a setup-and-forget Linux bare metal disaster recovery solution URL: http://relax-and-recover.org/ @@ -12,7 +12,7 @@ Source1: rear.cron Source2: rear.service Source3: rear.timer Patch0: CVE-2024-23301.patch -ExclusiveArch: x86_64 loongarch64 ppc64le +ExclusiveArch: x86_64 loongarch64 ppc64le sw_64 Requires: binutils ethtool gzip iputils parted tar openssl gawk attr bc crontabs iproute Requires: genisoimage util-linux %ifarch x86_64 i686 @@ -73,6 +73,9 @@ rm -rf %{buildroot} %doc %{_mandir}/man8/rear.8* %changelog +* Fri Feb 28 2025 zhangshaoning - 2.7-4 +- Add sw_64 support + * Tue Mar 5 2024 yinxiulin - 2.7-3 - Add ppc64le support