- Update to release 20230603
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsext?expand=0&rev=22
This commit is contained in:
parent
eb25f16f1c
commit
8bf1fd1c2a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a4e9f8df6eb35610735e17dfa25cd0215c021c89607fb50309ff99759f1cf1d
|
||||
size 1744661
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmMOI7UACgkQ2WJeXXrQ
|
||||
F37GAwgAqrYMC9GbIcDSA9hbfZ7u6UTNb9JCp/e45McFVE28OGOZUISMF6Q+La4i
|
||||
gelJVZ0hG/uzLFHQ2KIo8qlxMAdpxoTSU/Rzl2YSFb1fycUd2xN9VjDjLj2w8/CK
|
||||
FKOTKtxbZX7gAw/2+W5pLrBQOVgpD8CbSFZgIoqrrq+8E4Do2f1oD3NkmK4yH8x7
|
||||
271Xl7RokWiUTYIwn4NkUpOJIybTIcUQW8mlDZPL7U5c1/8QfVkcb0ZR4mRAFLOJ
|
||||
owGTkRxRXjIgfv1/Tl9aolxruxSPzg8XNM3qJl9u11cxf8Xi5FqXNz6FW+sqpndT
|
||||
p6KeBzQeGBnCzAOiasgGy56OwUHCdg==
|
||||
=eFdK
|
||||
-----END PGP SIGNATURE-----
|
3
libfsext-experimental-20230603.tar.gz
Normal file
3
libfsext-experimental-20230603.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c545706955d7bceb6319578faba8426ff77cad7c1bda5781f89a62fae1c896a
|
||||
size 1737340
|
11
libfsext-experimental-20230603.tar.gz.asc
Normal file
11
libfsext-experimental-20230603.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmR66M4ACgkQ2WJeXXrQ
|
||||
F34mQggAl/J9GpOc+c3tQJNWK8tk4YAtCrute9PhUSgWfduyhtn3mYyiioCupow3
|
||||
cWAG8Je1LDink7jqUENRuiDlRNiju1jkjLQnqmWV5W3SGNYfB4x0u4ugyX1RopQ3
|
||||
/kUrbCP1rHg274QdTK5w/x3C2KoCHiz7npxuH23xHR5r4E6fRqIngU3y1b3j4ejx
|
||||
edg1KCdRR7p6fDmrxYu/AufkUidjva/WDbjTrwPiCs65Who2KRCOqB/VR1jMF3pD
|
||||
/5LWtLmyr9KjaP/Gu4tvX//1aVgH594rHRnFvoPXK4RD4X4qJlJFCT3g0fvFDjU8
|
||||
+k0PoPw7/p9/y69jyOBUlN26dlj17w==
|
||||
=HpDs
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 3 08:33:35 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20230603
|
||||
* Support nameless extended attributes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 3 15:57:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libfsext1
|
||||
Name: libfsext
|
||||
Version: 20220829
|
||||
Version: 20230603
|
||||
Release: 0
|
||||
Summary: Library and tools to access the Extended File System
|
||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||
@ -31,21 +31,22 @@ BuildRequires: %{python_module devel}
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libbfio) >= 20220120
|
||||
BuildRequires: pkgconfig(libcdata) >= 20220115
|
||||
BuildRequires: pkgconfig(libbfio) >= 20221025
|
||||
BuildRequires: pkgconfig(libcdata) >= 20230108
|
||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20220106
|
||||
BuildRequires: pkgconfig(libclocale) >= 20220107
|
||||
BuildRequires: pkgconfig(libclocale) >= 20221218
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20220108
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||
BuildRequires: pkgconfig(libfcache) >= 20220110
|
||||
BuildRequires: pkgconfig(libfdata) >= 20220111
|
||||
BuildRequires: pkgconfig(libfcache) >= 20230115
|
||||
BuildRequires: pkgconfig(libfdata) >= 20230319
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
BuildRequires: pkgconfig(libhmac) >= 20220425
|
||||
BuildRequires: pkgconfig(libhmac) >= 20230407
|
||||
BuildRequires: pkgconfig(libuna) >= 20220611
|
||||
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user