pgsql: Teach RPM the package name provided in Perl alias packages.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Teach RPM the package name provided in Perl alias packages.
Date: 2024-08-07 18:45:59
Message-ID: E1sblfb-003ACU-NF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Teach RPM the package name provided in Perl alias packages.

When commit 1185be355462d1dc7e2950a7e52eb7ca0cb6f3c8 introduced
installation of a file containing "use PostgreSQL::Test::Utils", the RPM
Package Manager said "nothing provides perl(PostgreSQL::Test::Utils)".
Discussed on pgsql-packagers. Back-patch to v12, v13, and v14 only;
newer versions don't have the alias packages.

Reviewed by Andrew Dunstan, Tom Lane, and John Harvey. Reported by John
Harvey.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ecf7c48462396b98c50d32cc77ec5a024fefc34c

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 6 ++++++
src/test/perl/PostgreSQL/Test/Utils.pm | 6 ++++++
2 files changed, 12 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-08-07 19:52:40 Re: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Previous Message Robert Haas 2024-08-07 18:01:30 Re: pgsql: Introduce hash_search_with_hash_value() function