- Update to release 20231124
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsxfs?expand=0&rev=28
This commit is contained in:
parent
5ffca15968
commit
bb3f3fc6b0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:27a4c8cb5af85c9d225513a5f3ac7b82b82ab70394c8136808d75ef46253210a
|
|
||||||
size 1733183
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmMOI0kACgkQ2WJeXXrQ
|
|
||||||
F37/9QgAgf+X8EL9He4pl6WHeif5NNcLS1pnMWmikHsaqOp7a+SOETq793HmQCr3
|
|
||||||
VHUmhozfQfhJ/TbOcdUc62doalYWr/cxcbjEhqIwcvJ27QtCn2Q7mGRyhxokI6du
|
|
||||||
3xVuKfFYTm7SdKGgQl4CLnpp4RpFCRJKiY7kGdoYz+oGPuMMgiTfclXZ3JjaPFBV
|
|
||||||
CwGqMf3jU3SOF22NLzpvdGyhsmrku/8Ro9OGML0o42XnDtHGiYuYPXKMLtt1GVbA
|
|
||||||
tnSa9gyGhQWBV2zmsXKiMVBtxVg7xamNpMlnIay+VY1awtm1xWkPhVxMDVggT1Sq
|
|
||||||
3fTpwjmtRzaM0uOtxJiCTZV7ELIbUg==
|
|
||||||
=LyOh
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libfsxfs-experimental-20231124.tar.gz
Normal file
3
libfsxfs-experimental-20231124.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f4817abfa9e10d11b506422e13b596a41dd278443a39278a13f220b9683d7c9b
|
||||||
|
size 1709527
|
11
libfsxfs-experimental-20231124.tar.gz.asc
Normal file
11
libfsxfs-experimental-20231124.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVhhzsACgkQ2WJeXXrQ
|
||||||
|
F35Dcwf+JEMkHSFalr690fNW9GH+HWxVe7rKO5CizzUU8hmEfn0DVfA6Drtk6TI1
|
||||||
|
DR5B9CmotgeAxXj7/P9Jmsz+tZPF1o/jwmzu3LE3xe25ZGWn1H8gM1monBqDl8jY
|
||||||
|
LPmzX4l3Wo8Zho2WftCzrlPSk9j51PdYaqMA8qeE0LYpJEq6zn+cI53s1HnPwWRx
|
||||||
|
Q5kDPMpJdFnjB0aaTPWtXnDWSmsjHiMZRM1nRLfN7lEKQ2WhSqbs5a0XvDNrpLyZ
|
||||||
|
sZ2GoFjrjbgKJ9w7ZVmoRGDqnLmA7RmKw+sRqq+annAywszhBtnOl17IuCm/oLMd
|
||||||
|
zpWK2kVcdjb1jnh8apQKLfrywjteKw==
|
||||||
|
=GkWE
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 25 11:06:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20231124
|
||||||
|
* Improved Python Unicode handling
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 1 15:57:09 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
Tue Aug 1 15:57:09 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
@ -15,11 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
|
|
||||||
Name: libfsxfs
|
Name: libfsxfs
|
||||||
%define lname libfsxfs1
|
%define lname libfsxfs1
|
||||||
Version: 20220829
|
Version: 20231124
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tools for accessing the SGI X File System (XFS)
|
Summary: Library and tools for accessing the SGI X File System (XFS)
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -32,22 +33,22 @@ BuildRequires: %python_module devel
|
|||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(libbfio) >= 20220120
|
BuildRequires: pkgconfig(libbfio) >= 20221025
|
||||||
BuildRequires: pkgconfig(libcdata) >= 20220115
|
BuildRequires: pkgconfig(libcdata) >= 20230108
|
||||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||||
BuildRequires: pkgconfig(libcfile) >= 20220106
|
BuildRequires: pkgconfig(libcfile) >= 20220106
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20220107
|
BuildRequires: pkgconfig(libclocale) >= 20221218
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
||||||
BuildRequires: pkgconfig(libcpath) >= 20220108
|
BuildRequires: pkgconfig(libcpath) >= 20220108
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||||
BuildRequires: pkgconfig(libfcache) >= 20220110
|
BuildRequires: pkgconfig(libfcache) >= 20230115
|
||||||
BuildRequires: pkgconfig(libfcrypto) >= 20210415
|
BuildRequires: pkgconfig(libfcrypto) >= 20210415
|
||||||
BuildRequires: pkgconfig(libfdata) >= 20220111
|
BuildRequires: pkgconfig(libfdata) >= 20230319
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||||
BuildRequires: pkgconfig(libhmac) >= 20220425
|
BuildRequires: pkgconfig(libhmac) >= 20230407
|
||||||
BuildRequires: pkgconfig(libuna) >= 20220611
|
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||||
BuildRequires: pkgconfig(python3)
|
BuildRequires: pkgconfig(python3)
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
# Various notes: https://en.opensuse.org/libyal
|
# Various notes: https://en.opensuse.org/libyal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user