prettytable, psutil and click: Add missing Provides:
authorDevrim Gunduz <devrim@gunduz.org>
Tue, 20 May 2025 11:55:48 +0000 (14:55 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Tue, 20 May 2025 11:55:48 +0000 (14:55 +0300)
rpm/redhat/main/common/pgdg-python3-click/main/pgdg-python3-click.spec
rpm/redhat/main/common/pgdg-python3-prettytable/main/pgdg-python3-prettytable.spec
rpm/redhat/main/common/pgdg-python3-psutil/main/pgdg-python3-psutil.spec

index 35a2878c1c17417d57a2ff83406fee5b68e8012d..9c13edde5e866f28d4893d3602191f463bdeae79 100644 (file)
@@ -18,7 +18,7 @@
 
 Name:          python%{python3_pkgversion}-click
 Version:       8.1.7
-Release:       42PGDG%{?dist}
+Release:       43PGDG%{?dist}
 Summary:       Simple wrapper around optparse for powerful command line utilities
 
 License:       BSD-3-Clause
@@ -28,6 +28,8 @@ Source0:      https://github.com/pallets/%{modname}/archive/%{version}/%{modname}-%{v
 BuildArch:     noarch
 BuildRequires: python%{python3_pkgversion}-devel
 
+Provides:      python%{python3_pkgversion}dist(click)
+
 %description
 click is a Python package for creating beautiful command line\
 interfaces in a composable way with as little amount of code as necessary.\
@@ -52,6 +54,9 @@ comes with good defaults out of the box.
 %{pgdg_python3_sitearch}/%{modname}/py.typed
 
 %changelog
+* Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 8.1.7-43PGDG
+- Add Provides:
+
 * Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 8.1.7-42PGDG
 - Initial packaging for the PostgreSQL RPM repository to support Patroni
   on RHEL 9 and 8.
index be2fee266ae4e26b07023d8ced20b3a36308295c..014cf2c2775cdc90f51e62ea4c13595c3e1c2f1f 100644 (file)
@@ -16,7 +16,7 @@
 
 Name:          python%{python3_pkgversion}-%{modname}
 Version:       3.4.0
-Release:       42PGDG
+Release:       43PGDG%{dist}
 Summary:       Python library to display tabular data in tables
 
 License:       BSD-3-Clause
@@ -29,6 +29,8 @@ BuildRequires:        python%{python3_pkgversion}-devel
 BuildRequires: python%{python3_pkgversion}-setuptools
 BuildRequires: sed
 
+Provides:      python%{python3_pkgversion}dist(prettytable)
+
 %description
 PrettyTable is a simple Python library designed to make it quick and easy to
 represent tabular data in visually appealing ASCII tables. It was inspired by
@@ -55,6 +57,9 @@ sed -i -e '/^*!\//, 1d' src/prettytable/*.py
 %{python3_sitelib}/%{modname}/__pycache__/*.py*
 
 %changelog
+* Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 3.4.0-43PGDG
+- Add Provides:
+
 * Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 3.4.0-42PGDG
-- Inıtial packaging for the PostgreSQL RPM repository to support Patroni
+- Initial packaging for the PostgreSQL RPM repository to support Patroni
   on RHEL 9 and RHEL 8.
index 00ba34281bd3eb29f65979400daa6083fa8a9dc5..05db1117190df9504470d51550f6384669016f95 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:          python%{python3_pkgversion}-%{modname}
 Version:       6.1.1
-Release:       2PGDG%{?dist}
+Release:       42PGDG%{?dist}
 Summary:       A process and system utilities module for Python
 
 License:       BSD-3-Clause
@@ -26,6 +26,8 @@ Source:               %{url}/archive/release-%{version}/%{modname}-%{version}.tar.gz
 
 BuildRequires: gcc sed python%{python3_pkgversion}-devel
 
+Provides:      python%{python3_pkgversion}dist(psutil)
+
 %description
 psutil is a module providing an interface for retrieving information on all
 running processes and system utilization (CPU, memory, disks, network, users) in
@@ -58,6 +60,9 @@ done
 %{python3_sitearch}/%{modname}/*.so
 
 %changelog
+* Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 6.1.1-42PGDG
+- Add Provides:
+
 * Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 6.1.1-2PGDG
 - Inıtial packaging for the PostgreSQL RPM repository to support Patroni
   on RHEL 9 and RHEL 8.