|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
Summary: PostgreSQL client programs
|
|
|
|
|
Name: %{majorname}%{majorversion}
|
|
|
|
|
Version: %{majorversion}.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
|
|
|
|
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
|
|
|
|
# recognizes it as an independent license, so we do as well.
|
|
|
|
@ -433,7 +433,7 @@ Requires: %{pkgname}-server%{?_isa} = %precise_version
|
|
|
|
|
Provides: %{pkgname}-plpython3 = %precise_version
|
|
|
|
|
Provides: %{pkgname}-plpython3%{?_isa} = %precise_version
|
|
|
|
|
|
|
|
|
|
%virtual_conflicts_and_provides python3
|
|
|
|
|
%virtual_conflicts_and_provides plpython3
|
|
|
|
|
|
|
|
|
|
%description -n %{pkgname}-plpython3
|
|
|
|
|
The postgresql-plpython3 package contains the PL/Python3 procedural language,
|
|
|
|
@ -449,7 +449,7 @@ Requires: %{pkgname}-server%{?_isa} = %precise_version
|
|
|
|
|
Provides: %{pkgname}-pltcl = %precise_version
|
|
|
|
|
Provides: %{pkgname}-pltcl%{?_isa} = %precise_version
|
|
|
|
|
|
|
|
|
|
%virtual_conflicts_and_provides plctl
|
|
|
|
|
%virtual_conflicts_and_provides pltcl
|
|
|
|
|
|
|
|
|
|
%description -n %{pkgname}-pltcl
|
|
|
|
|
The postgresql-pltcl package contains the PL/Tcl procedural language,
|
|
|
|
@ -1333,6 +1333,13 @@ make -C postgresql-setup-%{setup_version} check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 16.4-3
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Sep 16 2024 Filip Janus <fjanus@redhat.com> - 16.4-2
|
|
|
|
|
- Fix typos in specfile
|
|
|
|
|
|
|
|
|
|
* Tue Aug 13 2024 Filip Janus <fjanus@redhat.com> - 16.4-1
|
|
|
|
|
- Update to 16.4
|
|
|
|
|
- Change the upgrade server to 13 stream to preserve
|
|
|
|
|