From: Devrim Gunduz Date: Wed, 12 Nov 2025 14:54:36 +0000 (+0300) Subject: pgbouncer: Re-add systemd and pam support that I broke in ec52b384. Fixes https:... X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/static/uk%40postgresql.org?a=commitdiff_plain;p=pgrpms.git pgbouncer: Re-add systemd and pam support that I broke in ec52b384. Fixes https://github.com/pgbouncer/pgbouncer/issues/1416 --- diff --git a/rpm/redhat/main/common/pgbouncer/main/pgbouncer.spec b/rpm/redhat/main/common/pgbouncer/main/pgbouncer.spec index 94fcb6dce..c16fbb75f 100644 --- a/rpm/redhat/main/common/pgbouncer/main/pgbouncer.spec +++ b/rpm/redhat/main/common/pgbouncer/main/pgbouncer.spec @@ -1,6 +1,6 @@ Name: pgbouncer Version: 1.25.0 -Release: 43PGDG%{?dist} +Release: 44PGDG%{?dist} Summary: Lightweight connection pooler for PostgreSQL License: MIT and BSD URL: https://www.pgbouncer.org/ @@ -77,6 +77,8 @@ sed -i.fedora \ %else --with-cares --disable-evdns \ %endif + --with-systemd \ + --with-pam %{__make} %{?_smp_mflags} V=1 @@ -151,6 +153,10 @@ fi %attr(755,pgbouncer,pgbouncer) %dir /var/run/%{name} %changelog +* Wed Nov 12 2025 Devrim Gündüz - 1.25.0-44PGDG +- Re-add systemd and pam support that I broke in ec52b384. Fixes + https://github.com/pgbouncer/pgbouncer/issues/1416 + * Mon Nov 10 2025 Devrim Gündüz - 1.25.0-43PGDG - Add a patch from upstream to fix ppc64le builds, per: https://github.com/pgbouncer/pgbouncer/issues/1413