diff --git a/archmage.changes b/archmage.changes index 44cb490..5a35a99 100644 --- a/archmage.changes +++ b/archmage.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 9 08:56:11 UTC 2026 - Dominique Leuenberger + +- Provide/obsolete the archmage basename in theprimary_python + package version. + ------------------------------------------------------------------- Mon May 15 12:50:50 UTC 2023 - Matej Cepl diff --git a/archmage.spec b/archmage.spec index ce8818f..444ef9e 100644 --- a/archmage.spec +++ b/archmage.spec @@ -1,7 +1,7 @@ # # spec file for package archmage # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ Requires: python-beautifulsoup4 Requires: python-pychm Requires: python-sgmllib3k Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module beautifulsoup4} @@ -40,7 +40,7 @@ BuildRequires: %{python_module pychm} BuildRequires: %{python_module pytest} BuildRequires: %{python_module sgmllib3k} # /SECTION -%ifpython38 +%if "%{python_flavor}" == "%{primary_python}" Provides: archmage = %{version} Obsoletes: archmage < %{version} %endif