From: Devrim Gunduz Date: Sat, 4 Oct 2025 12:48:52 +0000 (+0300) Subject: psycopg2: Add SLES 16 support X-Git-Url: http://git.postgresql.org/gitweb/static/connections.php?a=commitdiff_plain;h=79e208dd70ed11cdbd8f6dd2bc6be1ecc32eabab;p=pgrpms.git psycopg2: Add SLES 16 support --- diff --git a/rpm/redhat/main/common/psycopg2/main/python-psycopg2.spec b/rpm/redhat/main/common/psycopg2/main/python-psycopg2.spec index f8a7a852b..b1357c74d 100644 --- a/rpm/redhat/main/common/psycopg2/main/python-psycopg2.spec +++ b/rpm/redhat/main/common/psycopg2/main/python-psycopg2.spec @@ -15,7 +15,7 @@ %global __ospython %{_bindir}/python3 %global python3_runtimes python3 -%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10 +%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10 || 0%{?suse_version} == 1600 %{expand: %%global py3ver %(echo `%{__ospython} -c "import sys; sys.stdout.write(sys.version[:4])"`)} %else %{expand: %%global py3ver %(echo `%{__ospython} -c "import sys; sys.stdout.write(sys.version[:3])"`)} @@ -24,7 +24,7 @@ Summary: A PostgreSQL database adapter for Python 3 Name: python3-%{sname} Version: %{ppg2majver}.%{ppg2midver}.%{ppg2minver} -Release: 4PGDG%{?dist} +Release: 5PGDG%{?dist} # The exceptions allow linking to OpenSSL and PostgreSQL's libpq License: LGPLv3+ with exceptions Url: https://www.psycopg.org @@ -117,6 +117,9 @@ done %endif %changelog +* Sat Oct 4 2025 Devrim Gündüz - 2.9.10-5PGDG +- Add SLES 16 support + * Sat Mar 8 2025 Devrim Gündüz - 2.9.10-4PGDG - Remove redundant BR