pg_dbms_lock: Add missing pg_background dependency
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 30 Jun 2025 09:30:04 +0000 (12:30 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 30 Jun 2025 09:30:04 +0000 (12:30 +0300)
rpm/redhat/main/non-common/pg_dbms_lock/main/pg_dbms_lock.spec

index e971114e7820141259bc540af7d23ecdd49e9c44..70b6cec0e4a82c11e9535b823ac09e6ea61f2113 100644 (file)
@@ -3,12 +3,13 @@
 Summary:       PostgreSQL extension to manage advisory locks in a way compatible to Oracle DBMS_LOCK package.
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.0
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 License:       PostgreSQL
 URL:           https://github.com/hexacluster/%{sname}/
 Source0:       https://github.com/HexaCluster/%{sname}/archive/refs/tags/v%{version}.tar.gz
 BuildRequires: postgresql%{pgmajorversion}-devel make
 Requires:      postgresql%{pgmajorversion}-server
+Requires:      pg_background_%{pgmajorversion}
 
 BuildArch:     noarch
 
@@ -37,6 +38,9 @@ PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} INSTALL_PREFIX=%{buildroot
 %{pginstdir}/share/extension/%{sname}.control
 
 %changelog
+* Mon Jun 30 2025 Devrim Gündüz <devrim@gunduz.org> - 1.0-3PGDG
+- Add missing pg_background dependency
+
 * Tue Feb 25 2025 Devrim Gündüz <devrim@gunduz.org> - 1.0-2PGDG
 - Add missing BRs and dependency.