Accepting request 1144577 from security:forensics

python 3.12 build fix

OBS-URL: https://build.opensuse.org/request/show/1144577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevtx?expand=0&rev=31
This commit is contained in:
Ana Guerrero 2024-02-07 17:48:03 +00:00 committed by Git OBS Bridge
commit 2c6a0cee28
6 changed files with 44 additions and 35 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85ed0950b0eac27749203955655722cfdfe8866a7bd4eb594e1a3de4d72662e5
size 2028900

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVcVBUACgkQ2WJeXXrQ
F37oRgf/U1YNMqC5wGygZuXMr1RyA8fFTW5jkiEVG0X2mRpVtQKiaPDIuku+4x8e
5JDGBVv9VqsCdPq7pXuCFMQMSWB9/oU8KVuRhhAoCUtQQ1tzuZtGxX+MEXgEWUlh
2aJvFhSfHpStIMc0gEBLI4m9/RvtRhyeUY+T8TQLaeDS4TYAPTOp9gFSKfEbZtaI
Nwexy/aBf9C22wGmAP9QWqqjG416ApQ+D9i0E1PDeGzytXSpEhuFfmWF5UlEn4uk
4SmW0wUdQVYLg+61R+iWWPYP+izRO3QrIeCkTdQgnonmscLjVdL0m4zT0uO0C73B
a8l5CjXC0+noslYDYqYgoUdyjJr7cA==
=rHUJ
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:968600ce8ca8b9588493a911b868a8e340621400f10818d1039ae4e3b457c2ce
size 2035696

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmW/J60ACgkQ2WJeXXrQ
F362sggAspjkzzjb2LAWp/9tp7eQ6BZ7G9GKrCVYbGTAKDtMi9/5fY/l77Bv4fPT
CtyDwSFT7SQfP4PD5E1yla5G3O4IeBLt4Q/DTualOQWcxKfdAZxbmXaqt2+EBK91
xFQ8QHfKARGUuYv3KtWcKXWnH0Ca8KcMjSqtD/elICOBnrPGrOW1gqeJgwTUEE5P
M/NzmmdH7hiWvJkCZyDBiK/WQAHzq6plZCUer0dvnES6tCOfjD26uatB5/9zXCfW
ZkhMAz4pfe6bPIZvAkEH1mOd44T7NjpMWLkqFfD99vznTffbIKXaMPwBN6Tv2k8T
BLG6omo8WU5J/EZtfyI0VFQ7C64BgQ==
=qqT5
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 6 02:29:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20240204
* Documentation updates
* Remove legacy function ``libevtx_record_parse_data``
(ABI change)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 21 09:57:52 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Tue Nov 21 09:57:52 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libevtx # spec file for package libevtx
# #
# 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
@ -18,7 +18,7 @@
%define lname libevtx1 %define lname libevtx1
Name: libevtx Name: libevtx
Version: 20231121 Version: 20240204
Release: 0 Release: 0
Summary: Library and tools to access the Windows XML Event Log (EVTX) format Summary: Library and tools to access the Windows XML Event Log (EVTX) format
License: GFDL-1.3-only AND LGPL-3.0-or-later License: GFDL-1.3-only AND LGPL-3.0-or-later
@ -29,30 +29,31 @@ Source2: https://github.com/libyal/libevtx/releases/download/%version/lib
Source3: %name.keyring Source3: %name.keyring
Source10: Windows_XML_Event_Log_EVTX.pdf Source10: Windows_XML_Event_Log_EVTX.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
BuildRequires: pkgconfig(libbfio) >= 20221025 BuildRequires: pkgconfig(libbfio) >= 20221025
BuildRequires: pkgconfig(libcdata) >= 20230108 BuildRequires: pkgconfig(libcdata) >= 20240103
BuildRequires: pkgconfig(libcdirectory) >= 20220105 BuildRequires: pkgconfig(libcdirectory) >= 20240105
BuildRequires: pkgconfig(libcerror) >= 20220101 BuildRequires: pkgconfig(libcerror) >= 20240101
BuildRequires: pkgconfig(libcfile) >= 20220106 BuildRequires: pkgconfig(libcfile) >= 20240106
BuildRequires: pkgconfig(libclocale) >= 20220107 BuildRequires: pkgconfig(libclocale) >= 20240107
BuildRequires: pkgconfig(libcnotify) >= 20220108 BuildRequires: pkgconfig(libcnotify) >= 20240108
BuildRequires: pkgconfig(libcpath) >= 20220108 BuildRequires: pkgconfig(libcpath) >= 20240109
BuildRequires: pkgconfig(libcsplit) >= 20220109 BuildRequires: pkgconfig(libcsplit) >= 20240110
BuildRequires: pkgconfig(libcthreads) >= 20220102 BuildRequires: pkgconfig(libcthreads) >= 20240102
BuildRequires: pkgconfig(libexe) >= 20210424 BuildRequires: pkgconfig(libexe) >= 20210424
BuildRequires: pkgconfig(libfcache) >= 20230115 BuildRequires: pkgconfig(libfcache) >= 20240112
BuildRequires: pkgconfig(libfdata) >= 20230319 BuildRequires: pkgconfig(libfdata) >= 20240114
BuildRequires: pkgconfig(libfdatetime) >= 20220112 BuildRequires: pkgconfig(libfdatetime) >= 20240115
BuildRequires: pkgconfig(libfguid) >= 20220113 BuildRequires: pkgconfig(libfguid) >= 20240116
BuildRequires: pkgconfig(libfvalue) >= 20220120 BuildRequires: pkgconfig(libfvalue) >= 20240124
BuildRequires: pkgconfig(libfwevt) >= 20220723 BuildRequires: pkgconfig(libfwevt) >= 20240101
BuildRequires: pkgconfig(libfwnt) >= 20220922 BuildRequires: pkgconfig(libfwnt) >= 20240126
BuildRequires: pkgconfig(libregf) >= 20231029 BuildRequires: pkgconfig(libregf) >= 20231203
BuildRequires: pkgconfig(libuna) >= 20230710 BuildRequires: pkgconfig(libuna) >= 20240130
BuildRequires: pkgconfig(libwrc) >= 20220720 BuildRequires: pkgconfig(libwrc) >= 20231228
BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(python3)
%python_subpackages %python_subpackages
# Various notes: https://en.opensuse.org/libyal # Various notes: https://en.opensuse.org/libyal