From 1dd4d1238a0cbb25298c9e392561f081e78d793f Mon Sep 17 00:00:00 2001 From: jesperpedersen Date: Thu, 22 Feb 2024 09:05:54 -0500 Subject: [PATCH] Update dependencies --- pgagroal.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgagroal.spec b/pgagroal.spec index 23861721..af99bc9f 100644 --- a/pgagroal.spec +++ b/pgagroal.spec @@ -7,8 +7,8 @@ URL: https://github.com/agroal/pgagroal Source0: https://github.com/agroal/pgagroal/archive/%{version}.tar.gz BuildRequires: gcc cmake make python3-docutils -BuildRequires: libev libev-devel openssl openssl-devel systemd systemd-devel -Requires: libev openssl systemd +BuildRequires: libev libev-devel openssl openssl-devel systemd systemd-devel libatomic cjson cjson-devel +Requires: libev openssl systemd libatomic cjson %description pgagroal is a high-performance connection pool for PostgreSQL.