From 3866f9556cf3807b35eab3fa6c9b94c5e295b30e Mon Sep 17 00:00:00 2001 From: hefq343 Date: Thu, 20 Jun 2024 14:08:38 +0800 Subject: [PATCH] Init support for ppc64le Signed-off-by: hefq343 (cherry picked from commit 98c2db6a863eb0de554a3269d4c5a2fec7c3a7c0) --- ostree.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ostree.spec b/ostree.spec index 8ed1558..f7b46c1 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,6 +1,6 @@ Name: ostree Version: 2021.6 -Release: 2 +Release: 3 Summary: A tool like git for operating system binaries License: LGPLv2+ URL: https://ostree.readthedocs.io/en/latest/ @@ -15,7 +15,7 @@ BuildRequires: pkgconfig(libselinux) pkgconfig(libcrypto) pkgconfig(fuse) pkgco BuildRequires: dracut openssl-devel pkgconfig(mount) pkgconfig(libarchive) python3-pyyaml libxslt gtk-doc BuildRequires: elfutils-extra Requires: dracut systemd-units gnupg2 -%ifarch x86_64 +%ifarch x86_64 ppc64le Requires: grub2 %else Requires: grub2-efi @@ -92,6 +92,12 @@ make check %{_mandir}/man*/{ostree,rofiles}*.gz %changelog +* Thu Jun 20 2024 hefq343 - 2021.6-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:Init support for ppc64le + * Mon Oct 17 2022 yangmingtai - 2021.6-2 - Type:bugfix - ID:NA -- Gitee