From 684e0a98360444567c2386f8601fc527634d6678 Mon Sep 17 00:00:00 2001 From: Nikola Davidova Date: Thu, 6 Mar 2025 13:18:14 +0100 Subject: [PATCH] Fix URL to the current project page Resolves: RHEL-72467 --- python-psycopg2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 07e3cc5..5f294a1 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -50,10 +50,10 @@ features offered by PostgreSQL. Summary: %{sum} Name: python-%{srcname} Version: 2.8.6 -Release: 6%{?dist} +Release: 7%{?dist} # The exceptions allow linking to OpenSSL and PostgreSQL's libpq License: LGPLv3+ with exceptions -Url: http://initd.org/psycopg/ +Url: https://www.psycopg.org/ Source0: http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-%{version}.tar.gz @@ -301,6 +301,10 @@ done %changelog +* Thu Mar 06 2025 Nikola Davidová - 2.8.6-7 +- Changed URL to current web page of the project +- Resolves: RHEL-72467 + * Tue Feb 08 2022 Tomáš Hrnčiar - 2.8.6-6 - Add automatically generated Obsoletes tag with the python39- prefix for smoother upgrade from RHEL8