- Update to release 20240503
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libluksde?expand=0&rev=35
This commit is contained in:
parent
73143d2446
commit
5198350c33
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ba967d730246cf09ae3aede65c98c9d6a5804badaf785873dd5608c8193e4d4
|
||||
size 1606061
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmWkMOMACgkQ2WJeXXrQ
|
||||
F35kMAf/SYoz07S069nQhil+9gK954W9/fOLO52KgZizaKre1JSCeMKXdKZXY94Z
|
||||
q8+NXJQ/bguSxdDICbvSJHMVEXiAQ1Sce46p05ghhAaqMo39Dl5Z1VEDai4zYKx/
|
||||
mjj+g/dQOri/r8Sx81YaVIqTlN/lRje8/3c9qonPBWCVw7R14MXw+zZrDH4emkKF
|
||||
4YeaKs7OKpf8NgHA2/qmqFFMs8z/FjWDqPCD7XFhRvwauz3IJVB8x6oXkiUVHR/6
|
||||
Gx2vpzdWvntXF5FFLy+e8fY5Lv0goU0vsz88UfpBU5CDN6hx3kzUsLnjEeIG1kVE
|
||||
HtKJDoOgZ/SmcLiCf8JtHAxHbDGMCA==
|
||||
=+0x0
|
||||
-----END PGP SIGNATURE-----
|
3
libluksde-experimental-20240503.tar.gz
Normal file
3
libluksde-experimental-20240503.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d35563b770354810b781675d18eb29a196f781587902a4f8dd8f2b63acdcbaa5
|
||||
size 1606837
|
11
libluksde-experimental-20240503.tar.gz.asc
Normal file
11
libluksde-experimental-20240503.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmY0ZpYACgkQ2WJeXXrQ
|
||||
F37x/wf8D1nEgVx0uXaRBAb+sZiGYN15ri3cIn0jn+PKJ1MDFjCTCiD3TZjFqgfv
|
||||
4a6+txN9E0bbMY+yfsalljFLM6SG3Z8zDDf62twQUdFakxwqgQxs20WlheJttS2J
|
||||
tmpXOMS7Gd4zAqsOGaId/QItca+kk+wLYMLSxv4z9lsXfGhD7JsC0li0QRbDRKkt
|
||||
9TpcoxGhrBNCV5v0duUR90KoC2RgqCUB8IIJUWJl11nfCPylCpceZjnghXQ4Nm0M
|
||||
dFu1+S6EdpXr2P/diB9VwOBSEaUVEOPLPLfAdAmAqauhX2QMhMEMvFZzQTrUOwhR
|
||||
Hvvy+A6Ue8XnG15BPsQ/RjRucdxSxQ==
|
||||
=+pZH
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 3 04:32:15 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240503
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 21:43:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -20,36 +20,36 @@
|
||||
|
||||
%define lname libluksde1
|
||||
Name: libluksde
|
||||
Version: 20240114
|
||||
Version: 20240503
|
||||
Release: 0
|
||||
Summary: Library and tools to access LUKS Disk Encryption encrypted files
|
||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
URL: https://github.com/libyal/libluksde
|
||||
Source: https://github.com/libyal/libluksde/releases/download/%version/libluksde-experimental-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libluksde/releases/download/%version/libluksde-experimental-%version.tar.gz.asc
|
||||
Source: https://github.com/libyal/libluksde/releases/download/%version/%name-experimental-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libluksde/releases/download/%version/%name-experimental-%version.tar.gz.asc
|
||||
Source9: %name.keyring
|
||||
BuildRequires: %python_module devel
|
||||
BuildRequires: %python_module setuptools
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
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(libfcrypto) >= 20231120
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
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(libfcrypto) >= 20240414
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20240414
|
||||
BuildRequires: pkgconfig(libfguid) >= 20240414
|
||||
BuildRequires: pkgconfig(libhmac) >= 20240417
|
||||
BuildRequires: pkgconfig(libuna) >= 20240414
|
||||
BuildRequires: pkgconfig(python3)
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
@ -105,10 +105,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