Accepting request 1144580 from security:forensics

python 3.12 build fix

OBS-URL: https://build.opensuse.org/request/show/1144580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfmos?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2024-02-07 17:48:07 +00:00 committed by Git OBS Bridge
commit f5464472cd
2 changed files with 7 additions and 0 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
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 18 08:55:08 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Thu Jan 18 08:55:08 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -28,6 +28,7 @@ Source: https://github.com/libyal/libfmos/releases/download/%version/lib
Source2: https://github.com/libyal/libfmos/releases/download/%version/libfmos-experimental-%version.tar.gz.asc Source2: https://github.com/libyal/libfmos/releases/download/%version/libfmos-experimental-%version.tar.gz.asc
Source3: %name.keyring Source3: %name.keyring
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: pkgconfig(libcerror) >= 20240101 BuildRequires: pkgconfig(libcerror) >= 20240101