import UBI libpq-13.11-1.el8

This commit is contained in:
eabdullin 2023-11-15 02:29:31 +00:00
parent 0ff2aa7f3f
commit f8b0e2c98f
5 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/postgresql-13.5.tar.bz2 SOURCES/postgresql-13.11.tar.bz2

View File

@ -1 +1 @@
9321e2b01d1ffb15adae06945cb2c5f9dd671bc9 SOURCES/postgresql-13.5.tar.bz2 501acb24ba8539c08ba12b08adecd7559bf87e1b SOURCES/postgresql-13.11.tar.bz2

View File

@ -0,0 +1 @@
4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb postgresql-13.11.tar.bz2

View File

@ -1 +0,0 @@
9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3 postgresql-13.5.tar.bz2

View File

@ -3,7 +3,7 @@
Summary: PostgreSQL client library Summary: PostgreSQL client library
Name: libpq Name: libpq
Version: %{majorversion}.5 Version: %{majorversion}.11
Release: 1%{?dist} Release: 1%{?dist}
License: PostgreSQL License: PostgreSQL
@ -130,6 +130,10 @@ find_lang_bins %name-devel.lst pg_config
%changelog %changelog
* Wed Jun 21 2023 Masahiro Matsuya <mmatsuya@redhat.com> - 13.11-1
- Rebase to 13.11
Resolves: #2171369
* Mon Nov 29 2021 Marek Kulik <mkulik@redhat.com> - 13.5-1 * Mon Nov 29 2021 Marek Kulik <mkulik@redhat.com> - 13.5-1
- Rebase to 13.5 - Rebase to 13.5
Resolves: #2023294 Resolves: #2023294