!21 Add ppcle64 support

From: @yinxiulin 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2024-03-06 07:13:55 +00:00 committed by Gitee
commit 65ee845839
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: rear Name: rear
Version: 2.7 Version: 2.7
Release: 2 Release: 3
License: GPLv3 License: GPLv3
Summary: Relax-and-Recover is a setup-and-forget Linux bare metal disaster recovery solution Summary: Relax-and-Recover is a setup-and-forget Linux bare metal disaster recovery solution
URL: http://relax-and-recover.org/ URL: http://relax-and-recover.org/
@ -12,7 +12,7 @@ Source1: rear.cron
Source2: rear.service Source2: rear.service
Source3: rear.timer Source3: rear.timer
Patch0: CVE-2024-23301.patch Patch0: CVE-2024-23301.patch
ExclusiveArch: x86_64 loongarch64 ExclusiveArch: x86_64 loongarch64 ppc64le
Requires: binutils ethtool gzip iputils parted tar openssl gawk attr bc crontabs iproute Requires: binutils ethtool gzip iputils parted tar openssl gawk attr bc crontabs iproute
Requires: genisoimage util-linux Requires: genisoimage util-linux
%ifarch x86_64 i686 %ifarch x86_64 i686
@ -73,6 +73,9 @@ rm -rf %{buildroot}
%doc %{_mandir}/man8/rear.8* %doc %{_mandir}/man8/rear.8*
%changelog %changelog
* Tue Mar 5 2024 yinxiulin <xiulin.yin@shingroup.cn> - 2.7-3
- Add ppc64le support
* Mon Jan 15 2024 wangkai <13474090681@163.com> - 2.7-2 * Mon Jan 15 2024 wangkai <13474090681@163.com> - 2.7-2
- Fix CVE-2024-23301 - Fix CVE-2024-23301