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:59
Message-ID: E1vJ5vS-004kQY-36@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
------
master

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

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

Browse pgpool-committers by date

  From Date Subject
Next Message Taiki Koshino 2025-11-12 08:13:39 pgpool: Update the OS version in the documentation.
Previous Message Taiki Koshino 2025-11-12 08:09:17 pgpool: Fix %patch macro usage in RPM spec.