Accepting request 1171322 from security:forensics
- Update to release 20240502 OBS-URL: https://build.opensuse.org/request/show/1171322 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfvde?expand=0&rev=18
This commit is contained in:
commit
59e0f454f1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb992b0ae231bb1b3c33a33ea91d1a0e7a15190a920b586a4cfcd833d81671b3
|
||||
size 3283200
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmWiZOcACgkQ2WJeXXrQ
|
||||
F37IaAgAsyNDt8vWpha+MaII2dalJuJQtfVM+phBbEnqEFim69OYgwRQ/8tWTybM
|
||||
B3eD1osFYvDFo6DdE5Xh4RjphOBVmgp1VZOX9RQKQRUZalM5Wumly5bZ4G+br9XD
|
||||
oSzUwNxiAOCzHAKrVxW1UcDcYMUQM5iycFnTkdtwI7Q5ef2ifGGkwcL0oB/zRzXc
|
||||
WETotuh52tBPjJaZBhU+BYr1Tkk1l0Ni5rBtqtMnU1prTSCdi6dtGS/Od3nJmgVo
|
||||
iKZm4lNyIwzGBC9YwCQ97si+0SxzhHjFpWP3bNyGTbUujYH+NA3o1jtkDyIX6ugS
|
||||
uVtD2Z8NprEzfI+eMuFZFNIpxuFFOQ==
|
||||
=lwQI
|
||||
-----END PGP SIGNATURE-----
|
3
libfvde-experimental-20240502.tar.gz
Normal file
3
libfvde-experimental-20240502.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2d22eca9f646a5a388c6c22d6920292832384800ebeb519c03907bd5003c49b
|
||||
size 3287900
|
11
libfvde-experimental-20240502.tar.gz.asc
Normal file
11
libfvde-experimental-20240502.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmYzKSAACgkQ2WJeXXrQ
|
||||
F364SQf/TdtEpRg3Zu5Tdea5y0HzQpey7xfR0KXvaZiu7f7/epQV+FVHFxJ+cMu5
|
||||
GSJvveG8hMzC/V87p4Fu9DRnnNaIh8baEYuwLbY7nwXl9dTja4oMzeZ4bm22YnfE
|
||||
f1K4ok1YmudDu32Z3+SL70BWznkM2K7D6x3nMvjE333rZqoH5Evr+bFuF8TEPMCx
|
||||
tIB6zo2M4rA2lwkno9eozTerBdj+yphL2C5ZMjK80b0QXHynTvPeqXLk6dLPDwsu
|
||||
6O+k+Yxrm3Gr4S5aMSU0XWILNVDX6RUdlTcxY88wIhwV1AGJEmGwuWu+Zp/R27ep
|
||||
bTxsMAhYdlAGzTkkYmRmV5rB6OBxjA==
|
||||
=vwQi
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 09:51:25 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240502
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 21:43:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
49
libfvde.spec
49
libfvde.spec
@ -20,38 +20,38 @@
|
||||
|
||||
%define lname libfvde1
|
||||
Name: libfvde
|
||||
Version: 20240113
|
||||
Version: 20240502
|
||||
Release: 0
|
||||
Summary: Library to access the File Vault Drive Encryption format
|
||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
URL: https://github.com/libyal/libfvde/
|
||||
Source: https://github.com/libyal/libfvde/releases/download/%version/libfvde-experimental-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libfvde/releases/download/%version/libfvde-experimental-%version.tar.gz.asc
|
||||
Source: https://github.com/libyal/libfvde/releases/download/%version/%name-experimental-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libfvde/releases/download/%version/%name-experimental-%version.tar.gz.asc
|
||||
Source9: %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(fuse)
|
||||
BuildRequires: pkgconfig(libbfio) >= 20221025
|
||||
BuildRequires: pkgconfig(libcaes) >= 20231120
|
||||
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) >= 20230319
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
BuildRequires: pkgconfig(libfplist) >= 20231023
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
||||
BuildRequires: pkgconfig(libhmac) >= 20231127
|
||||
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||
BuildRequires: pkgconfig(libbfio) >= 20240414
|
||||
BuildRequires: pkgconfig(libcaes) >= 20240413
|
||||
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) >= 20240414
|
||||
BuildRequires: pkgconfig(libfguid) >= 20240415
|
||||
BuildRequires: pkgconfig(libfplist) >= 20240415
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20240415
|
||||
BuildRequires: pkgconfig(libhmac) >= 20240417
|
||||
BuildRequires: pkgconfig(libuna) >= 20240414
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
@ -110,10 +110,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