From 044cca82888bec8d01f9404a1d8d5169f62d8517 Mon Sep 17 00:00:00 2001 From: Chenxi Mao Date: Tue, 21 Dec 2021 15:02:19 +0800 Subject: [PATCH] ostree: fix build error by adding missing gtk-doc The gtk-doc is missing lead to doc build failed. After this change, build is no problem. Signed-off-by: Chenxi Mao Change-Id: I38dcd7739c1aa2dc3742aa451e0bfa4406bcfc9c --- ostree.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ostree.spec b/ostree.spec index b1aea97..a81592c 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,6 +1,6 @@ Name: ostree Version: 2020.8 -Release: 3 +Release: 4 Summary: A tool like git for operating system binaries License: LGPLv2+ URL: https://ostree.readthedocs.io/en/latest/ @@ -12,7 +12,7 @@ Patch2: backport-test-pull-summary-sigs-Set-timestamps-to-serve-expected BuildRequires: bison autoconf automake libtool gobject-introspection-devel pkgconfig(liblzma) docbook-xsl 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 +BuildRequires: dracut openssl-devel pkgconfig(mount) pkgconfig(libarchive) python3-pyyaml libxslt gtk-doc Requires: dracut systemd-units gnupg2 %ifarch x86_64 Requires: grub2 @@ -91,6 +91,9 @@ make check %{_mandir}/man*/{ostree,rofiles}*.gz %changelog +* Tue Dec 21 2021 Chenxi Mao - 2020.8-4 +- ostree: add missing gtk-doc to fix build error. + * Tue Jul 20 2021 wangchen - 2020.8-3 - Type:bugfix - ID:NA -- Gitee