diff --git a/SPECS/python-pymongo.spec b/SPECS/python-pymongo.spec index c7885e0..bb9c5f2 100644 --- a/SPECS/python-pymongo.spec +++ b/SPECS/python-pymongo.spec @@ -6,12 +6,12 @@ # Fix private-shared-object-provides error %{?filter_setup: -%filter_provides_in %{python_sitearch}.*\.so$ +%filter_provides_in %{python2_sitearch}.*\.so$ %filter_setup } # Conditionalize tests -%bcond_without tests +%bcond_with tests %if 0%{?rhel} > 7 # Disable python2 build by default @@ -22,7 +22,7 @@ Name: python-pymongo Version: 3.6.1 -Release: 9%{?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,9 +285,16 @@ pkill mongod %changelog -* Wed Apr 03 2019 Tomas Orsava - 3.6.1-9 -- Bumping due to problems with modular RPM upgrade path (#1695587) -- Related: rhbz#1693974 +* 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 + +* Thu Mar 28 2019 Charalampos Stratakis - 3.6.1-9 +- Disable the test suite as mongodb is not available anymore * Tue Oct 09 2018 Lumír Balhar - 3.6.1-8 - Remove unversioned provides