From fa1611b708dd78fda6909dac4dccdb21bce374a6 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Fri, 29 Jan 2021 15:07:06 +0800 Subject: [PATCH] Add docbook-style-xsl to BuildRequires --- postgresql.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/postgresql.spec b/postgresql.spec index 88d5888..48c6da9 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -4,7 +4,7 @@ Name: postgresql Version: 10.5 -Release: 19 +Release: 20 Summary: PostgreSQL client programs License: PostgreSQL URL: http://www.postgresql.org/ @@ -46,7 +46,7 @@ Patch6016: CVE-2020-25696.patch BuildRequires: gcc perl(ExtUtils::MakeMaker) glibc-devel bison flex gawk perl(ExtUtils::Embed) BuildRequires: perl-devel perl-generators readline-devel zlib-devel systemd systemd-devel -BuildRequires: util-linux m4 elinks docbook-utils help2man +BuildRequires: util-linux m4 elinks docbook-utils help2man docbook-style-xsl BuildRequires: python3 python3-devel tcl-devel openssl-devel krb5-devel openldap-devel gettext >= 0.10.35 BuildRequires: uuid-devel libxml2-devel libxslt-devel pam-devel systemtap-sdt-devel libselinux-devel Requires: %{name}-libs = %{version}-%{release} @@ -433,6 +433,9 @@ find_lang_bins pltcl.lst pltcl %attr(-,postgres,postgres) %{_libdir}/pgsql/test %changelog +* Fri Jan 29 2021 lingsheng - 10.5-20 +- Add docbook-style-xsl to BuildRequires + * Tue Dec 15 2020 wangxiao - 10.5-19 - Fix CVE-2020-14349 CVE-2020-14350 CVE-2020-25694 CVE-2020-25695 CVE-2020-25696 -- Gitee