From 12e15ff1439115a4ea6c24f76eba9582909acdb1 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 21 Jan 2020 15:30:42 -0500 Subject: [PATCH] import python-pymongo-3.6.1-11.module+el8.1.0+3446+c3d52da3 --- SPECS/python-pymongo.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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