From 656b7f6fe8028bdf8ec9b4d057bb95204d4a81b1 Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Sat, 29 Jul 2023 15:20:11 +0800 Subject: [PATCH] fix build error Signed-off-by: cherry530 <707078654@qq.com> --- libabigail.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libabigail.spec b/libabigail.spec index 21249b5..17de1a9 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -1,12 +1,12 @@ Name: libabigail Version: 2.2 -Release: 2 +Release: 3 Summary: ABI generic analysis and instrumentation library License: LGPLv3+ URL: https://sourceware.org/libabigail/ Source0: http://mirrors.kernel.org/sourceware/libabigail/libabigail-%{version}.tar.xz BuildRequires: gcc-c++ libtool elfutils-devel libxml2-devel doxygen -BuildRequires: python3-sphinx texinfo dos2unix dpkg python3-devel python3-rpm +BuildRequires: python3-sphinx texinfo dpkg python3-devel python3-rpm BuildRequires: python3-mock python3-unittest2 python3-pyxdg wget mailcap %description @@ -51,7 +51,6 @@ cd .. %make_install %delete_la make -C doc/manuals install-man-and-info-doc DESTDIR=%{buildroot} -dos2unix doc/manuals/html/_static/jquery.js %check time make check || (cat tests/test-suite.log && exit 2) @@ -90,6 +89,9 @@ fi %doc doc/manuals/html/* README AUTHORS ChangeLog %changelog +* Sat Jul 29 2023 xu_ping <707078654@qq.com> - 2.2-3 +- fix install error due to sphinx upgrade remove jquery.js + * Wed Apr 19 2023 ChenYanpan - 2.2-2 - Upload the integral source archive file -- libabigail-2.2.tar.xz