From 62e2ee198209f6a6762d47455977eb6cbf0bc108 Mon Sep 17 00:00:00 2001 From: yangmingtaip Date: Mon, 17 Oct 2022 10:39:09 +0800 Subject: [PATCH] add Buildrequires elfutils-extra --- ostree.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ostree.spec b/ostree.spec index a17e964..8ed1558 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/ @@ -13,6 +13,7 @@ BuildRequires: bison autoconf automake libtool gobject-introspection-devel pkgc BuildRequires: pkgconfig(e2p) pkgconfig(zlib) pkgconfig(libcurl) pkgconfig(libsoup-2.4) gpgme-devel BuildRequires: pkgconfig(libselinux) pkgconfig(libcrypto) pkgconfig(fuse) pkgconfig(libsystemd) BuildRequires: dracut openssl-devel pkgconfig(mount) pkgconfig(libarchive) python3-pyyaml libxslt gtk-doc +BuildRequires: elfutils-extra Requires: dracut systemd-units gnupg2 %ifarch x86_64 Requires: grub2 @@ -91,6 +92,12 @@ make check %{_mandir}/man*/{ostree,rofiles}*.gz %changelog +* Mon Oct 17 2022 yangmingtai - 2021.6-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add Buildrequires elfutils-extra + * Fri Dec 24 2021 wangjie - 2021.6-1 - Type:enhancement - ID:NA -- Gitee