diff --git a/python-CommonMark.changes b/python-CommonMark.changes index 78030b7..687d1f6 100644 --- a/python-CommonMark.changes +++ b/python-CommonMark.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 14 06:00:21 UTC 2021 - Steve Kowalik + +- Drop broken %ifpython3 macro + ------------------------------------------------------------------- Wed May 6 09:55:17 UTC 2020 - Matej Cepl diff --git a/python-CommonMark.spec b/python-CommonMark.spec index 78fc7a5..59d048b 100644 --- a/python-CommonMark.spec +++ b/python-CommonMark.spec @@ -1,7 +1,7 @@ # # spec file for package python-CommonMark # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Provides: python-commonmark = %{version} Obsoletes: python-commonmark < %{version} BuildArch: noarch @@ -43,11 +43,9 @@ Requires: python-future >= 0.14.0 Obsoletes: %{oldpython}-commonmark < %{version} Provides: %{oldpython}-commonmark = %{version} %endif -%ifpython3 Conflicts: cmark Provides: cmark-python Obsoletes: cmark-python -%endif %python_subpackages %description