diff --git a/ostree.spec b/ostree.spec index b7e07896d92ad1e9f98bfd95317436a70ded8253..d9500ce2ff9fed336dcb5edb7f00c3b916bda781 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,6 +1,6 @@ Name: ostree Version: 2021.6 -Release: 1 +Release: 2 Summary: A tool like git for operating system binaries License: LGPLv2+ URL: https://ostree.readthedocs.io/en/latest/ @@ -14,6 +14,7 @@ BuildRequires: pkgconfig(e2p) pkgconfig(zlib) pkgconfig(libcurl) pkgconfig(libs BuildRequires: pkgconfig(libselinux) pkgconfig(libcrypto) pkgconfig(fuse) pkgconfig(libsystemd) BuildRequires: dracut openssl-devel pkgconfig(mount) pkgconfig(libarchive) python3-pyyaml libxslt BuildRequires: gtk-doc +BuildRequires: elfutils-extra Requires: dracut systemd-units gnupg2 %ifarch x86_64 Requires: grub2 @@ -58,7 +59,7 @@ make check %post %systemd_post ostree-remount.service - + %preun %systemd_preun ostree-remount.service @@ -92,6 +93,12 @@ make check %{_mandir}/man*/{ostree,rofiles}*.gz %changelog +* Wed Sep 28 2022 zhangruifang2020 - 2021.6-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix failed tests about test-symbols.sh + * Tue Feb 8 2022 yangzhuangzhuang - 2021.6-1 - Type:enhancement - ID:NA