diff --git a/SPECS/python-pymongo.spec b/SPECS/python-pymongo.spec index f5f468e..bb9c5f2 100644 --- a/SPECS/python-pymongo.spec +++ b/SPECS/python-pymongo.spec @@ -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 - 3.6.1-11 +- Fix unversioned python macro that's causing a FTBFS +- Related: rhbz#1678920 + * Thu Apr 25 2019 Tomas Orsava - 3.6.1-10 - Bumping due to problems with modular RPM upgrade path - Resolves: rhbz#1695587