diff --git a/python-pymongo.changes b/python-pymongo.changes index 7ae4ddc..d0c84de 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 20 10:58:54 UTC 2022 - Ben Greiner + +- Conflict on python-bson + * Same namespace + * Different implementation (https://github.com/py-bson/bson) +- Do not wildcard collect files + ------------------------------------------------------------------- Sat Jul 16 18:05:53 UTC 2022 - Markéta Machová diff --git a/python-pymongo.spec b/python-pymongo.spec index 6fc4a67..9ec874f 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -35,6 +35,8 @@ BuildRequires: python-rpm-macros %if 0%{?suse_version} || 0%{?fedora_version} >= 24 Suggests: mongodb %endif +# Same namespace, different implementation (https://github.com/py-bson/bson) +Conflicts: python-bson %python_subpackages %description @@ -62,6 +64,9 @@ export CFLAGS="%{optflags}" %files %{python_files} %license LICENSE %doc README.rst -%{python_sitearch}/* +%{python_sitearch}/pymongo +%{python_sitearch}/pymongo-%{version}*-info +%{python_sitearch}/bson +%{python_sitearch}/gridfs %changelog