Accepting request 1076768 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/1076768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/artifacts?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2023-04-02 23:15:51 +00:00 committed by Git OBS Bridge
commit 6abeea5443
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 27 08:50:05 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Do not require all python versions to build: primary python is
sufficient.
-------------------------------------------------------------------
Fri Dec 16 17:15:35 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package artifacts
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -32,8 +32,8 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
# security:forensics is now only supporting python 3.7 or newer
BuildRequires: python3-setuptools > 3.7
BuildRequires: python3-base >= 3.7
BuildRequires: python3-packaging > 3.7
BuildRequires: %{python_module base >= 3.7}
BuildArch: noarch
%description