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:16
Message-ID: E1vJ5to-004ixU-0j@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_4_STABLE

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

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