From 7a65d443b37410832a3e40046bdf0c920494947b Mon Sep 17 00:00:00 2001 From: "jiahua.yu" Date: Mon, 27 Nov 2023 18:07:40 +0800 Subject: [PATCH] Init support for ppc64le --- ostree.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ostree.spec b/ostree.spec index 6e8787a..864e049 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,7 +1,7 @@ #needsrootforbuild Name: ostree Version: 2023.5 -Release: 3 +Release: 4 Summary: A tool like git for operating system binaries License: LGPLv2+ URL: https://ostree.readthedocs.io/en/latest/ @@ -22,8 +22,10 @@ Requires: dracut systemd-units gnupg2 %ifarch x86_64 Requires: grub2 %else +%ifnarch ppc64le Requires: grub2-efi %endif +%endif Provides: ostree-libs ostree-grub2 Provides: ostree-libs%{?_isa} = %{version}-%{release} @@ -96,6 +98,9 @@ make check %{_mandir}/man*/{ostree,rofiles}*.gz %changelog +* Mon Nov 27 2023 jiahua.yu - 2023.5-4 +- init support for ppc64le + * Tue Sep 19 2023 jiangchuangang - 2023.5-3 - fix test-rofiles-fuse.sh failed -- Gitee