Accepting request 1144584 from security:forensics

python 3.12 build fix

OBS-URL: https://build.opensuse.org/request/show/1144584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfwsi?expand=0&rev=20
This commit is contained in:
Ana Guerrero 2024-02-07 17:48:14 +00:00 committed by Git OBS Bridge
commit 938aa6247d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 5 21:43:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Use python-setuptools for python distutils backport
gh#libyal/libbde#68
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 1 10:34:42 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Fri Dec 1 10:34:42 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libfwsi # spec file for package libfwsi
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 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
@ -29,6 +29,7 @@ Source2: https://github.com/libyal/libfwsi/releases/download/%version/lib
Source3: %name.keyring Source3: %name.keyring
Source9: Windows_Shell_Item_format.pdf Source9: Windows_Shell_Item_format.pdf
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: c_compiler BuildRequires: c_compiler
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros