From db7b88d197155bc54b83fc85833d6ba7c85b1968 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 6 Jun 2020 19:47:33 +0200 Subject: [PATCH] FTBFS: BR docbook-style-xsl Per discussion in https://bugzilla.redhat.com/show_bug.cgi?id=1844325 Version: 12.3-3 --- postgresql.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index 126bd16..8285a67 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -61,7 +61,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 12 Version: %{majorversion}.3 -Release: 2%{?dist} +Release: 3%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI # recognizes it as an independent license, so we do as well. @@ -120,6 +120,7 @@ BuildRequires: readline-devel zlib-devel BuildRequires: systemd systemd-devel util-linux BuildRequires: multilib-rpm-config BuildRequires: libpq-devel >= %version +BuildRequires: docbook-style-xsl # postgresql-setup build requires BuildRequires: m4 elinks docbook-utils help2man @@ -1258,6 +1259,9 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Sat Jun 06 2020 Pavel Raiskup - 12.3-3 +- add docbook-style-xsl to BuildRequires + * Tue May 26 2020 Miro HronĨok - 12.3-2 - Rebuilt for Python 3.9