From b9767d81c264f054eaf11b2174957eec89f1ede4 Mon Sep 17 00:00:00 2001 From: huangduirong Date: Mon, 10 Oct 2022 14:24:24 +0800 Subject: [PATCH] remove the sphinx-build in prep (cherry picked from commit fe29dd7c616f1240e8b12ee274ddad5173aabe7e) --- rsyslog.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/rsyslog.spec b/rsyslog.spec index b149e71..1f573bc 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -7,7 +7,7 @@ Name: rsyslog Version: 8.2110.0 -Release: 10 +Release: 11 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 python-sphinx +BuildRequires: libfastjson-devel >= 0.99.8 libestr-devel >= 0.1.9 BuildRequires: mariadb-connector-c-devel net-snmp-devel qpid-proton-c-devel libcurl-devel %if %{systemd_lived} == 1 BuildRequires: systemd-devel >= 204-8 @@ -253,8 +253,6 @@ of source ports. %prep %setup -q -a 1 -T -c -sphinx-build -b html source build -rm -r LICENSE README.md source mv build doc %autosetup -n %{name}-%{version} -D -p1 @@ -505,6 +503,12 @@ done %{_mandir}/man1/rscryutil.1.gz %changelog +* Mon Oct 10 2022 huangduirong - 8.2110.0-11 +- Type:NA +- ID:NA +- SUG:NA +- DESC:remove the sphinx-build in prep + * Thu Aug 04 2022 zhouwenpei - 8.2110.0-10 - backport patches from upstream and enable check -- Gitee