diff --git a/python-rdflib-jsonld.spec b/python-rdflib-jsonld.spec index 9249bde..e202825 100644 --- a/python-rdflib-jsonld.spec +++ b/python-rdflib-jsonld.spec @@ -14,7 +14,7 @@ This implementation will: Name: python-%{pypi_name} Version: 0.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python rdflib extension adding JSON-LD parser and serializer License: BSD @@ -31,6 +31,10 @@ BuildRequires: python3-devel BuildRequires: %{py3_dist setuptools} BuildRequires: %{py3_dist rdflib} +# v6.0.0 of rdflib provides rdflib-jsonld itself. This package would not +# be compatible with future releases of rdflib +Conflicts: python3-rdflib >= 6.0.0 + %if %{with tests} BuildRequires: %{py3_dist pytest} BuildRequires: %{py3_dist flake8} @@ -78,6 +82,9 @@ PYTHONPATH=. pytest-%{python3_version} %doc html %changelog +* Sat Sep 11 2021 Aniket Pradhan - 0.6.0-2 +- Add conflicts for python3-rdflib-6.0.0 + * Sat Sep 11 2021 Aniket Pradhan - 0.6.0-1 - Version bump to v0.6.0