From e9d968b10d6b4b535c6438fad67a9694d56c3553 Mon Sep 17 00:00:00 2001 From: yanan-rock Date: Sun, 9 Oct 2022 12:37:37 -0400 Subject: [PATCH] delete redundant dependency of python-shpinx Signed-off-by: yanan-rock --- rsyslog.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rsyslog.spec b/rsyslog.spec index b149e71..dc6ba6a 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,9 @@ done %{_mandir}/man1/rscryutil.1.gz %changelog +* Mon Oct 10 2022 yanan - 8.2110.0-11 +- delete redundant dependency of python-shpinx + * Thu Aug 04 2022 zhouwenpei - 8.2110.0-10 - backport patches from upstream and enable check -- Gitee