diff --git a/python-mistletoe.changes b/python-mistletoe.changes index 2d4a0f3..2904d28 100644 --- a/python-mistletoe.changes +++ b/python-mistletoe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 21 09:35:22 UTC 2025 - Markéta Machová + +- Convert to libalternatives on SLE-16-based and newer systems + ------------------------------------------------------------------- Wed Oct 23 20:46:31 UTC 2024 - Dirk Müller diff --git a/python-mistletoe.spec b/python-mistletoe.spec index 5d5a33c..ff47df3 100644 --- a/python-mistletoe.spec +++ b/python-mistletoe.spec @@ -1,7 +1,7 @@ # # spec file for package python-mistletoe # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,11 @@ # +%if 0%{?suse_version} > 1500 +%bcond_without libalternatives +%else +%bcond_with libalternatives +%endif %{?sle15_python_module_pythons} Name: python-mistletoe Version: 1.4.0 @@ -33,9 +38,14 @@ BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros Recommends: python-Pygments +BuildArch: noarch +%if %{with libalternatives} +BuildRequires: alts +Requires: alts +%else Requires(post): update-alternatives Requires(postun): update-alternatives -BuildArch: noarch +%endif %python_subpackages %description @@ -58,6 +68,9 @@ find . -type f -print0 | xargs -0 dos2unix -- %check %pytest +%pre +%python_libalternatives_reset_alternative mistletoe + %post %python_install_alternative mistletoe