pgpool: Fix %patch macro usage in RPM spec.

From: Taiki Koshino <koshino(at)sraoss(dot)co(dot)jp>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix %patch macro usage in RPM spec.
Date: 2025-11-12 08:06:35
Message-ID: E1vJ5sB-004hyt-03@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix %patch macro usage in RPM spec.

Replaced `-%patchN` with `%patch N` in %prep section to properly apply patches.

Branch
------
V4_2_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=24821ac962c031c49b818888fe3d6f8b1aaabd44

Modified Files
--------------
src/pgpool.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Taiki Koshino 2025-11-12 08:07:39 pgpool: Fix %patch macro usage in RPM spec.
Previous Message Tatsuo Ishii 2025-11-07 09:37:21 pgpool: Remove unnecessary application_name treatment.