From 335cf19e4b6d042463ee0311c19a33a88057e1f2 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Dec 03 2020 07:18:19 +0000 Subject: Add Requires: libpgtypes to avoid the need to test interoperability between the various combinations of old and new subpackages --- diff --git a/libecpg.spec b/libecpg.spec index a55b47b..08593a3 100644 --- a/libecpg.spec +++ b/libecpg.spec @@ -3,7 +3,7 @@ Summary: ECPG - Embedded SQL in C Name: libecpg Version: %majorversion.1 -Release: 1%{?dist} +Release: 3%{?dist} License: PostgreSQL Url: http://www.postgresql.org/ @@ -29,6 +29,8 @@ BuildRequires: libpq-devel BuildRequires: gettext BuildRequires: multilib-rpm-config +Requires: libpgtypes = %{version}-%{release} + %description An embedded SQL program consists of code written in an ordinary programming language, in this case C, mixed with SQL commands in specially marked sections. @@ -127,6 +129,10 @@ find_lang_bins %name-devel.lst ecpg %changelog +* Thu Dec 03 2020 Honza Horak - 13.1-3 +- Add Requires: libpgtypes to avoid the need to test interoperability + between the various combinations of old and new subpackages + * Wed Nov 18 2020 Honza Horak - 13.1-1 - Rebase to upstream release 13.0