pgdg-python3-dateutil: Rename package name to (like) python3.12-dateutil like I did...
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 19 May 2025 10:04:01 +0000 (13:04 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 19 May 2025 10:04:01 +0000 (13:04 +0300)
rpm/redhat/main/common/pgdg-python3-dateutil/main/pgdg-python3-dateutil.spec

index fce250b76059faf720ee14d491c448caf91c09aa..2d7f574b24c1669a7c37652316af056fa85dbfc8 100644 (file)
@@ -16,7 +16,7 @@
 %{expand: %%global pybasever %(echo `%{__ospython} -c "import sys; sys.stdout.write(sys.version[:4])"`)}
 %global pgdg_python3_sitearch %(%{__ospython} -Esc "import sysconfig; print(sysconfig.get_path('purelib', vars={'platbase': '/usr', 'base': '%{_prefix}'}))")
 
-Name:          pgdg-python3-%{modname}
+Name:          python%{python3_pkgversion}-%{modname}
 Version:       2.9.0.post0
 Release:       1PGDG%{?dist}
 Summary:       Powerful extensions to the standard datetime module
@@ -66,4 +66,4 @@ iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
 %changelog
 * Sun May 18 2025 Devrim Gunduz <devrim@gunduz.org> - 2.9.0.post0-1PGDG
 - Inıtial packaging for the PostgreSQL RPM repository to support Barman
-  on RHEL 8, RHEL 9 and SLES 15.
+  on RHEL 9 and RHEL 8.