|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: postgresql%{pgversion}-decoderbufs
|
|
|
|
|
Version: 1.9.7
|
|
|
|
|
Release: 7%{?pre:.%pre}%{?dist}
|
|
|
|
|
Release: 9%{?pre:.%pre}%{?dist}
|
|
|
|
|
Summary: PostgreSQL Protocol Buffers logical decoder plugin
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -35,6 +35,7 @@ Requires(pre): postgresql-server >= 16, postgresql-server < 17
|
|
|
|
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
|
|
|
|
Provides: %{pkgname} = %precise_version
|
|
|
|
|
%if %?postgresql_default
|
|
|
|
|
Provides: %name = %precise_version
|
|
|
|
|
Provides: postgresql-%{majorname} = %precise_version
|
|
|
|
|
%endif
|
|
|
|
|
Provides: %{pkgname}%{?_isa} = %precise_version
|
|
|
|
@ -79,6 +80,13 @@ Just-in-time compilation support for %{majorname}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.9.7-9.Final
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Sep 16 2024 Filip Janus <fjanus@redhat.com> - 1.9.7-8.Final
|
|
|
|
|
- Add provide postgresqlVERSION-decoderbufs
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.9.7-7.Final
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|