15
0

- 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
This commit is contained in:
2025-03-19 09:09:42 +00:00
committed by Git OBS Bridge
parent 501f605617
commit 27e07849c8
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 19 08:31:49 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <dmueller@suse.com>

View File

@@ -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 <mail+rpm@georg-pfuetzenreuter.net>
#
# 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