import python-pymongo-3.6.1-11.module+el8.1.0+3446+c3d52da3

This commit is contained in:
CentOS Sources 2020-01-21 15:30:42 -05:00 committed by Stepan Oksanichenko
parent 7e1b0b73de
commit 12e15ff143

View File

@ -6,7 +6,7 @@
# Fix private-shared-object-provides error
%{?filter_setup:
%filter_provides_in %{python_sitearch}.*\.so$
%filter_provides_in %{python2_sitearch}.*\.so$
%filter_setup
}
@ -22,7 +22,7 @@
Name: python-pymongo
Version: 3.6.1
Release: 10%{?dist}
Release: 11%{?dist}
# All code is ASL 2.0 except bson/time64*.{c,h} which is MIT
License: ASL 2.0 and MIT
@ -285,6 +285,10 @@ pkill mongod
%changelog
* Fri Jun 07 2019 Tomas Orsava <torsava@redhat.com> - 3.6.1-11
- Fix unversioned python macro that's causing a FTBFS
- Related: rhbz#1678920
* Thu Apr 25 2019 Tomas Orsava <torsava@redhat.com> - 3.6.1-10
- Bumping due to problems with modular RPM upgrade path
- Resolves: rhbz#1695587