- Update to release 20240501
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsext?expand=0&rev=35
This commit is contained in:
parent
d60a2cf375
commit
82e6bebf5c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:343e6421bbe5e45987bf91684b6244327b1250c44f4c669ac9254e60394652b8
|
||||
size 1730643
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmXjMjIACgkQ2WJeXXrQ
|
||||
F35FWwf9FxoPMNl34zNwsVSqePZ0ZJjS9x3sOMcQyegfRbHGIDF5zND3mpyaRur6
|
||||
PbUF/g2XxuC/oRMsasssUTlRYNEebbuWaIHiZch8f0Itpkn7OruLVemSM9ls6iBZ
|
||||
ho2lyV9x7CkKr55hxEQ030AWXTbZgv/1antpF2gWNFAkrrWeLJlX/pJrhPjLYIBN
|
||||
mDWAOUqfahb1vcsYvqSaVm/dM8i/eTHy7u0BF985x3bRa2yws5bAtNGao89oRNC7
|
||||
lJNIb0XgC3r5bvu451GFL1trQAvn3O+vNAIKo8lz507Xzf+s/tI50dWeBhDIayux
|
||||
pYOjFIdI2N7cVahxwoJIwZUl5qU8rQ==
|
||||
=e0EN
|
||||
-----END PGP SIGNATURE-----
|
3
libfsext-experimental-20240501.tar.gz
Normal file
3
libfsext-experimental-20240501.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ce3fe004dcdb6fcd4720f92b80395924b85ff30e192ff510e10c557777bea65
|
||||
size 1734432
|
11
libfsext-experimental-20240501.tar.gz.asc
Normal file
11
libfsext-experimental-20240501.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmYx2DgACgkQ2WJeXXrQ
|
||||
F36fbgf/fiJQXtcs3gPbg/tZpugX7KYAGcGk+f7vQyDE0N/4WgEclGqdJTzdFxXP
|
||||
0UftW41AroL7mOMNyYqGgpWN8OXCViGlnGs0mrrIiTAvdkOPLOuDlOQLj4mGkMAQ
|
||||
BvFyo7Xd24fWBaIRVnoX7+8T7aqOmCzGNuQx+GTNNycAhD/erR6RdTzLKByQ3Y2i
|
||||
DbBXeJ1jRQK1kvZvbjk17LS2M18Zy7XDIv7abYXPF2kcp3CiHzOknNqfxDeaK8Ku
|
||||
c2ciuhuAjj76jq3iRvZhmBbdog1qB4kRIolfY/7tfz7YsTmE15ZjZH+Zo3/VRq/t
|
||||
RweCr7Kcq83W7GuJNxc9kX6wR+6IDg==
|
||||
=SN0k
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 1 07:45:12 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240501
|
||||
* Perform CRC check on the superblock
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 2 22:41:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -20,35 +20,35 @@
|
||||
|
||||
%define lname libfsext1
|
||||
Name: libfsext
|
||||
Version: 20240301
|
||||
Version: 20240501
|
||||
Release: 0
|
||||
Summary: Library and tools to access the Extended File System
|
||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
URL: https://github.com/libyal/libfsext
|
||||
Source: https://github.com/libyal/libfsext/releases/download/%version/libfsext-experimental-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libfsext/releases/download/%version/libfsext-experimental-%version.tar.gz.asc
|
||||
Source: https://github.com/libyal/libfsext/releases/download/%version/%name-experimental-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libfsext/releases/download/%version/%name-experimental-%version.tar.gz.asc
|
||||
Source3: %name.keyring
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %python_module devel
|
||||
BuildRequires: %python_module setuptools
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libbfio) >= 20221025
|
||||
BuildRequires: pkgconfig(libcdata) >= 20240103
|
||||
BuildRequires: pkgconfig(libcerror) >= 20240101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20240106
|
||||
BuildRequires: pkgconfig(libclocale) >= 20240107
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20240108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20240109
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20240110
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20240102
|
||||
BuildRequires: pkgconfig(libfcache) >= 20240112
|
||||
BuildRequires: pkgconfig(libfdata) >= 20240114
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20240115
|
||||
BuildRequires: pkgconfig(libfguid) >= 20240116
|
||||
BuildRequires: pkgconfig(libhmac) >= 20240129
|
||||
BuildRequires: pkgconfig(libuna) >= 20240130
|
||||
BuildRequires: pkgconfig(libbfio) >= 20240414
|
||||
BuildRequires: pkgconfig(libcdata) >= 20240414
|
||||
BuildRequires: pkgconfig(libcerror) >= 20240413
|
||||
BuildRequires: pkgconfig(libcfile) >= 20240414
|
||||
BuildRequires: pkgconfig(libclocale) >= 20240414
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20240414
|
||||
BuildRequires: pkgconfig(libcpath) >= 20240414
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20240414
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20240413
|
||||
BuildRequires: pkgconfig(libfcache) >= 20240414
|
||||
BuildRequires: pkgconfig(libfdata) >= 20240415
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20240415
|
||||
BuildRequires: pkgconfig(libfguid) >= 20240415
|
||||
BuildRequires: pkgconfig(libhmac) >= 20240417
|
||||
BuildRequires: pkgconfig(libuna) >= 20240414
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
||||
@ -121,10 +121,7 @@ applications that want to make use of libfsext.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
# OOT builds are presently broken, so we have to install
|
||||
# within each python iteration now, not in %%install.
|
||||
%{python_expand #
|
||||
# see libcdata for version-sc
|
||||
echo "V_%version { global: *; };" >v.sym
|
||||
%configure --disable-static --enable-wide-character-type \
|
||||
--enable-python PYTHON_VERSION="%{$python_bin_suffix}" \
|
||||
@ -137,10 +134,9 @@ grep ' '' ''local' config.log && exit 1
|
||||
|
||||
%install
|
||||
mv "%_builddir/rt"/* %buildroot/
|
||||
find %buildroot -type f -name "*.la" -delete -print
|
||||
find "%buildroot" -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files -n %lname
|
||||
%license COPYING*
|
||||
|
Loading…
Reference in New Issue
Block a user