Compare commits

...

2 Commits

Author SHA1 Message Date
CentOS Sources 346317ef43 import python-psycopg2-2.7.5-7.module+el8.1.0+3111+de3f2d8e 2021-09-10 18:11:21 +00:00
CentOS Sources cc365da683 import python-psycopg2-2.7.5-7.module+el8.0.0+2961+596d0223 2021-09-10 18:11:03 +00:00
1 changed files with 5 additions and 1 deletions

View File

@ -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
* Thu Apr 25 2019 Tomas Orsava <torsava@redhat.com> - 2.7.5-7
- Bumping due to problems with modular RPM upgrade path
- Resolves: rhbz#1695587
* Wed Sep 26 2018 Tomas Orsava <torsava@redhat.com> - 2.7.5-6
- Use the fully versioned binaries during build
- Related: rhbz#1619153