forked from pool/libvhdi
- Update to release 20240509
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libvhdi?expand=0&rev=45
This commit is contained in:
parent
558bf8e331
commit
0ac89a417d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:000d212edd574d6ee9d1d7e18694313bc5432150017b286c3e7aa7f447135628
|
||||
size 1551890
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmXkMzoACgkQ2WJeXXrQ
|
||||
F34q9Qf/Y25dxtypHd1yGDa/bwb61fJXzjaxICjSmDGsGmM/ASLt2Er3iC5PbTTP
|
||||
q0ddvIXYHwhSJUx6+lecF7Fod6hPh57DGBZLAoHTRuaQuDR30bZBllbs2/2vCzCW
|
||||
UDHAdDplJ9izfwoTubvfbr2fjPamKuMIuE5p8iIydE6U7G9BvWCdFshMQZ6mLd+F
|
||||
ZDWiI5ULj29KjV7omzKKZ8PwThpWgxS7Q3bGl0OpeKfFmIHqqtCxJ90Y9O/a/m30
|
||||
18hEO8nd4PHCPBDh9J0ujtjYbIG6euRbUbyun4TYep7r+5EupeTC9zf+EKpLRzmf
|
||||
GhuXgyVAqHhSMvRt5wZa/hTX7lkY4A==
|
||||
=bbpN
|
||||
-----END PGP SIGNATURE-----
|
3
libvhdi-alpha-20240509.tar.gz
Normal file
3
libvhdi-alpha-20240509.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9efebe54a7ae6cf8b49103a3a0c37553f3f22d7526303a654aeb59eca58ccec7
|
||||
size 1556130
|
11
libvhdi-alpha-20240509.tar.gz.asc
Normal file
11
libvhdi-alpha-20240509.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmY8cmoACgkQ2WJeXXrQ
|
||||
F37DUggAqwrzF4DCXaMMduGs6N1hJAtO0IBFFKJN3Lj7mzVNz1VRtCKYtaJMYHXJ
|
||||
wx4j3KsOEoFx0JwVanYHoSkUgjXkQun8klLvBiHzI0m1ntWRuHU5pyPKI6tgV33X
|
||||
/QO4zVzEXN9ZCw7LH/8J2N5KsUx0OnjOAzMWB0XCLKhqiF6eViZFshUwBeqcWsjK
|
||||
+Wmk+hLkj1AL/oS+b1buYlE+TMyWGZ4DC9kgIC8GMcuE3N2/Yj8qsdvMW7Rex/jW
|
||||
+1WM2z5bgWux2rC7z1Isr17VYxcjAwDT4Z+HKf9XqDtZHsAzv/ym0uOgUQgC168r
|
||||
sXkNBe47xmiBxKTnRWDJvnaLHdPquw==
|
||||
=QCLF
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 08:17:26 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240509
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 16:20:48 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
41
libvhdi.spec
41
libvhdi.spec
@ -20,34 +20,34 @@
|
||||
|
||||
%define lname libvhdi1
|
||||
Name: libvhdi
|
||||
Version: 20240303
|
||||
Version: 20240509
|
||||
Release: 0
|
||||
Summary: Library and tools to access the VHD image format
|
||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
URL: https://github.com/libyal/libvhdi
|
||||
Source: https://github.com/libyal/libvhdi/releases/download/%version/libvhdi-alpha-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libvhdi/releases/download/%version/libvhdi-alpha-%version.tar.gz.asc
|
||||
Source: https://github.com/libyal/libvhdi/releases/download/%version/%name-alpha-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libvhdi/releases/download/%version/%name-alpha-%version.tar.gz.asc
|
||||
Source3: %name.keyring
|
||||
Source8: Virtual_Hard_Disk_VHD_image_format.pdf
|
||||
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(libfguid) >= 20240116
|
||||
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(libfguid) >= 20240415
|
||||
BuildRequires: pkgconfig(libuna) >= 20240414
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
||||
@ -123,9 +123,8 @@ grep ' '' ''local' config.log && exit 1
|
||||
|
||||
%install
|
||||
mv %_builddir/rt/* %buildroot/
|
||||
find %buildroot -type f -name "*.la" -delete -print
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
find "%buildroot" -type f -name "*.la" -delete -print
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files -n %lname
|
||||
%license COPYING*
|
||||
|
Loading…
x
Reference in New Issue
Block a user