diff --git a/ostree.spec b/ostree.spec index 8ed1558e2f1a99939fff5e320b0d53b8eb0d4fc6..f7b46c12b798f6039f47272074eb6e71508bac80 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