diff --git a/python-python-magic.changes b/python-python-magic.changes index d9b9d80..64ca826 100644 --- a/python-python-magic.changes +++ b/python-python-magic.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 14 15:13:02 UTC 2022 - Dr. Werner Fink + +- Reintroduce the Conflict with python-magic back as paython-paython-magic + uses the same name space but are fully different (boo#1181252) + ------------------------------------------------------------------- Mon Oct 10 08:53:37 UTC 2022 - Dirk Müller diff --git a/python-python-magic.spec b/python-python-magic.spec index 38b5391..e0f16f6 100644 --- a/python-python-magic.spec +++ b/python-python-magic.spec @@ -33,10 +33,16 @@ BuildRequires: fdupes BuildRequires: file BuildRequires: python-rpm-macros Requires: file -Provides: python-magic +# python-python-magic and python-magic use the same namespace (ie. filename) +# and have a very similar functionality but are incompatible to each other. +# https://github.com/ahupp/python-magic/issues/21 +Conflicts: python-magic BuildArch: noarch %ifpython2 -Provides: %{oldpython}-magic +# python-python-magic and python-magic use the same namespace (ie. filename) +# and have a very similar functionality but are incompatible to each other. +# https://github.com/ahupp/python-magic/issues/21 +Conflicts: %{oldpython}-magic %endif %python_subpackages