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:08:50
Message-ID: E1vJ5uL-004jNY-2x@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_5_STABLE

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

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:09:17 pgpool: Fix %patch macro usage in RPM spec.
Previous Message Taiki Koshino 2025-11-12 08:08:16 pgpool: Fix %patch macro usage in RPM spec.