From 2d6f438986258ad6010cd53e64b851c9f6b2ac5a Mon Sep 17 00:00:00 2001 From: huangduirong Date: Thu, 13 Oct 2022 14:38:33 +0800 Subject: [PATCH] fix build failed (cherry picked from commit 0c7bc0ead4d933b96fe906dfaa70cb6efec4f098) --- rsyslog.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/rsyslog.spec b/rsyslog.spec index 7f4a7fa..bb71591 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -7,7 +7,7 @@ Name: rsyslog Version: 8.2110.0 -Release: 11 +Release: 12 Summary: The rocket-fast system for log processing License: (GPLv3+ and ASL 2.0) URL: http://www.rsyslog.com/ @@ -44,7 +44,7 @@ Patch6008: backport-Fix-memory-leak-when-free-action-worker-data-table.patc BuildRequires: gcc autoconf automake bison dos2unix flex pkgconfig python3-docutils libtool BuildRequires: libgcrypt-devel libuuid-devel zlib-devel krb5-devel libnet-devel gnutls-devel -BuildRequires: libfastjson-devel >= 0.99.8 libestr-devel >= 0.1.9 +BuildRequires: libfastjson-devel >= 0.99.8 libestr-devel >= 0.1.9 python-sphinx BuildRequires: mariadb-connector-c-devel net-snmp-devel qpid-proton-c-devel libcurl-devel %if %{systemd_lived} == 1 BuildRequires: systemd-devel >= 204-8 @@ -503,6 +503,12 @@ done %{_mandir}/man1/rscryutil.1.gz %changelog +* Thu Oct 13 2022 huangduirong - 8.2110.0-12 +- Type:NA +- ID:NA +- SUG:NA +- DESC:fix build failed + * Mon Oct 10 2022 huangduirong - 8.2110.0-11 - Type:NA - ID:NA -- Gitee