diff --git a/python-browsers.changes b/python-browsers.changes index d7275f5..2aea70c 100644 --- a/python-browsers.changes +++ b/python-browsers.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 19 08:31:49 UTC 2025 - Dominique Leuenberger + +- Fix invalid provides of python3-* on all flavors: fix it by + providing pythonXZY-pybrowsers on all flavors, and + python3-pybrowsers on the primary python flavor only. + ------------------------------------------------------------------- Sat Nov 9 15:24:51 UTC 2024 - Dirk Müller diff --git a/python-browsers.spec b/python-browsers.spec index ac864dc..8e5f5ad 100644 --- a/python-browsers.spec +++ b/python-browsers.spec @@ -1,7 +1,7 @@ # # spec file for package python-browsers # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2023 Georg Pfuetzenreuter # # All modifications and additions to the file contributed by third parties @@ -44,7 +44,10 @@ BuildRequires: %{python_module poetry-core} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python3-pyxdg +Provides: python-pybrowsers +%if "%{python_flavor}" == "%primary_python}" Provides: python3-pybrowsers +%endif BuildArch: noarch # Browsers like Chromium are not built for other architectures ExclusiveArch: aarch64 riscv64 x86_64