From 4aa9e9766a5ded4220d3210485b7341b40ee636b Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 8 Oct 2025 12:41:41 +0000 Subject: [PATCH] BuildRequires: bison flex --- pg_probackup.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pg_probackup.spec b/pg_probackup.spec index 839ca0e..fad79c0 100644 --- a/pg_probackup.spec +++ b/pg_probackup.spec @@ -14,6 +14,7 @@ Url: https://postgrespro.ru Source0: http://ftp.postgresql.org/pub/source/v%{pgsql_full}/postgresql-%{pgsql_major}.tar.bz2 Source1: pg_probackup-%{version}.tar.bz2 BuildRequires: gcc make perl glibc-devel openssl-devel gettext zlib-devel +BuildRequires: bison flex %description Backup tool for PostgreSQL.