forked from pool/python-browsers
Accepting request 1254343 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1254343 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-browsers?expand=0&rev=2
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user