From 27e07849c8d956cf6a2cd1709028bf8961c30067a621cfeeee8625cbd41bc82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 19 Mar 2025 09:09:42 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-browsers?expand=0&rev=5 --- python-browsers.changes | 7 +++++++ python-browsers.spec | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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