From 27dc0dd20096f34a8d11141c18c2787a5b59eea2 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Feb 14 2019 13:59:12 +0000 Subject: server: build against up2date library This is a toy BuildRequires which doesn't solve much problems, it is there mostly to remind us that we should first update libpq library before moving forward with server package. Version: 11.1-5 --- diff --git a/postgresql.spec b/postgresql.spec index 15b1dfa..0807d95 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -60,7 +60,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 11 Version: 11.1 -Release: 4%{?dist} +Release: 5%{?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. @@ -117,7 +117,7 @@ BuildRequires: perl-generators BuildRequires: readline-devel zlib-devel BuildRequires: systemd systemd-devel util-linux BuildRequires: multilib-rpm-config -BuildRequires: libpq-devel +BuildRequires: libpq-devel >= %version # postgresql-setup build requires BuildRequires: m4 elinks docbook-utils help2man @@ -1209,6 +1209,9 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Thu Feb 14 2019 Pavel Raiskup - 11.1-5 +- protect against building server against older libpq library + * Sat Feb 02 2019 Fedora Release Engineering - 11.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild