From 5b2e381a831b226720e53f6ce7a3a0e1b6457287 Mon Sep 17 00:00:00 2001 From: Filip Date: Mon, 16 Sep 2024 21:15:31 +0200 Subject: [PATCH] Fix typos in specfile causing corrupted provides Resolves: RHEL-56716 --- postgresql16.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/postgresql16.spec b/postgresql16.spec index 019dd8f..536db67 100644 --- a/postgresql16.spec +++ b/postgresql16.spec @@ -48,7 +48,7 @@ Summary: PostgreSQL client programs Name: %{majorname}%{majorversion} Version: %{majorversion}.4 -Release: 1%{?dist} +Release: 2%{?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,9 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Mon Sep 16 2024 Filip Janus - 16.4-2 +- Fix typos in specfile + * Tue Aug 13 2024 Filip Janus - 16.4-1 - Update to 16.4 - Change the upgrade server to 13 stream to preserve