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:09:17
Message-ID: E1vJ5um-004jlt-2v@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_6_STABLE

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

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