Add Requires: libpgtypes to avoid the need to test interoperability

between the various combinations of old and new subpackages
This commit is contained in:
Honza Horak 2020-12-03 08:18:19 +01:00
parent 3163978fb8
commit 335cf19e4b

View File

@ -3,7 +3,7 @@
Summary: ECPG - Embedded SQL in C Summary: ECPG - Embedded SQL in C
Name: libecpg Name: libecpg
Version: %majorversion.1 Version: %majorversion.1
Release: 1%{?dist} Release: 3%{?dist}
License: PostgreSQL License: PostgreSQL
Url: http://www.postgresql.org/ Url: http://www.postgresql.org/
@ -29,6 +29,8 @@ BuildRequires: libpq-devel
BuildRequires: gettext BuildRequires: gettext
BuildRequires: multilib-rpm-config BuildRequires: multilib-rpm-config
Requires: libpgtypes = %{version}-%{release}
%description %description
An embedded SQL program consists of code written in an ordinary programming 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. 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 %changelog
* Thu Dec 03 2020 Honza Horak <hhorak@redhat.com> - 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 <hhorak@redhat.com> - 13.1-1 * Wed Nov 18 2020 Honza Horak <hhorak@redhat.com> - 13.1-1
- Rebase to upstream release 13.0 - Rebase to upstream release 13.0