diff --git a/SPECS/python-psycopg2.spec b/SPECS/python-psycopg2.spec index 5fe9b96..a01ca10 100644 --- a/SPECS/python-psycopg2.spec +++ b/SPECS/python-psycopg2.spec @@ -33,7 +33,7 @@ features offered by PostgreSQL. Summary: %{sum} Name: python-%{srcname} Version: 2.7.5 -Release: 6%{?dist} +Release: 7%{?dist} # The exceptions allow linking to OpenSSL and PostgreSQL's libpq License: LGPLv3+ with exceptions Group: Applications/Databases @@ -261,6 +261,10 @@ cp -pr ZPsycopgDA/* %{buildroot}%{ZPsycopgDAdir} %changelog +* Wed Apr 03 2019 Tomas Orsava - 2.7.5-7 +- Bumping due to problems with modular RPM upgrade path (#1695587) +- Related: rhbz#1693974 + * Wed Sep 26 2018 Tomas Orsava - 2.7.5-6 - Use the fully versioned binaries during build - Related: rhbz#1619153