Compare commits

...

No commits in common. 'cs10' and 'i10c-beta' have entirely different histories.

@ -48,7 +48,7 @@
Summary: PostgreSQL client programs
Name: %{majorname}%{majorversion}
Version: %{majorversion}.4
Release: 3%{?dist}
Release: 1%{?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 plpython3
%virtual_conflicts_and_provides python3
%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 pltcl
%virtual_conflicts_and_provides plctl
%description -n %{pkgname}-pltcl
The postgresql-pltcl package contains the PL/Tcl procedural language,
@ -1333,12 +1333,8 @@ 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 Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 16.4-1
- Rebuilt for MSVSphere 10
* Tue Aug 13 2024 Filip Janus <fjanus@redhat.com> - 16.4-1
- Update to 16.4

Loading…
Cancel
Save