barman: Fix setuptools dependency of python3-barman package. Per report from Matthew...
authorSuper User <root@dell-laptop07.gunduz.org>
Wed, 21 May 2025 08:30:37 +0000 (11:30 +0300)
committerSuper User <root@dell-laptop07.gunduz.org>
Wed, 21 May 2025 08:30:37 +0000 (11:30 +0300)
rpm/redhat/main/common/barman/main/barman.spec

index 3790a2f00ff01fed1791219f9b77d63bed104dad..205c2ef913b58efac6f22620f0281c2537904b70 100644 (file)
@@ -47,7 +47,7 @@ Client utilities for the integration of Barman in PostgreSQL clusters.
 
 %package -n python3-barman
 Summary:       The shared libraries required for Barman family components
-Requires:      python3-setuptools
+Requires:      python%{python3_pkgversion}-setuptools
 
 %if 0%{?rhel} && 0%{?rhel} <= 9
 Requires:      python%{python3_pkgversion}-dateutil
@@ -139,6 +139,10 @@ useradd -M -g barman -r -d /var/lib/barman -s /bin/bash \
 %{python_sitelib}/%{name}/
 
 %changelog
+* Wed May 21 2025 Devrim Gündüz <devrim@gunduz.org> - 3.14.0-43PGDG
+- Fix setuptools dependency of python3-barman package. Per report from
+  Matthew Gwillam-Kelly
+
 * Fri May 16 2025 Devrim Gündüz <devrim@gunduz.org> - 3.14.0-42PGDG
 - Update to 3.14.0, per changes described at:
   https://github.com/EnterpriseDB/barman/releases/tag/release%2F3.14.0