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:
commit
6abeea5443
@ -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>
|
Fri Dec 16 17:15:35 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package artifacts
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -32,8 +32,8 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# security:forensics is now only supporting python 3.7 or newer
|
# security:forensics is now only supporting python 3.7 or newer
|
||||||
BuildRequires: python3-setuptools > 3.7
|
BuildRequires: python3-setuptools > 3.7
|
||||||
|
BuildRequires: python3-base >= 3.7
|
||||||
BuildRequires: python3-packaging > 3.7
|
BuildRequires: python3-packaging > 3.7
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user