Accepting request 1172653 from security:forensics
- Update to release 20240508 OBS-URL: https://build.opensuse.org/request/show/1172653 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libphdi?expand=0&rev=15
This commit is contained in:
commit
dc9a2fb3d0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adfba061b9341f31e8618579f0faa0a4e7d057c0d2e236991aa72e71c04d01f1
|
||||
size 1891840
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmXpScoACgkQ2WJeXXrQ
|
||||
F36uGggAqY1KgZYVqSB1hv8ezeaF1oYPHVzrnwjSSuodxLOxFEhHhqbky6hmm1cz
|
||||
7Z8iOKBMV4BPppNcqwsQ4NMKctQ2OVf/QQSrHB5yFYlyTG0f3nBzCkYU0EWNMIsr
|
||||
jHzHmuzZF62h6VXE1E+TEvCrqH4s16MeaS3L3b5/J8AkCJY9ynP4ycAanrWEiwfL
|
||||
XdXcSeowg3ltE2K0BbvFMGYZHb8Z/Sne7ccC6lTWrZeQnwZGhSZ5rDaXeUpHIKwO
|
||||
7DnhWCTiNsX9Ts67XGYpV99xj2wqKx009xZA4MvuCVO2m5MIViTxpyALHSqcBww2
|
||||
j0XqTMPr/Z94YA4TqEDJtbwNYEuYxQ==
|
||||
=RMHl
|
||||
-----END PGP SIGNATURE-----
|
3
libphdi-experimental-20240508.tar.gz
Normal file
3
libphdi-experimental-20240508.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51054229754994a8654b7b4986f6f5e6e72989d3fb9f1d9bf9d6efc6f6f400d5
|
||||
size 1891804
|
11
libphdi-experimental-20240508.tar.gz.asc
Normal file
11
libphdi-experimental-20240508.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmY7BdcACgkQ2WJeXXrQ
|
||||
F37OVwf/YjuR89hhsStZDUZNE+TfUTi7Hx9odhv+rTZGDCLN0BM6/RiSKavmCtwJ
|
||||
o2z6l+i6q5LHUeqSTZyz+h192uHspTC0vcUJmZj3oea2UwrL8pkqIAZgOgTPm+gR
|
||||
epgNlQqDjWwfAUbx+u/HE+Tp9p4BUuOrzbdnqCtv/MfJVyx3W4WLaIZUuBJJmutV
|
||||
xOuqxSGB56+0yAEP1WmY7CxkqUiaM0w/8/fq11UOAC6gxMHIFubFtp3p3QkWUPT/
|
||||
a/x5V2Uu1DaAspuSk+GppygkYlDr7Ji5ugCTeh1Rknt2gwIztcaZMoD6oEd9pW/Q
|
||||
ytvPWYX+LwRPtcogxGS3FcxI8TZt7g==
|
||||
=8BrQ
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 8 08:22:43 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240508
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 08:35:39 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
45
libphdi.spec
45
libphdi.spec
@ -20,36 +20,36 @@
|
||||
|
||||
Name: libphdi
|
||||
%define lname libphdi1
|
||||
Version: 20240307
|
||||
Version: 20240508
|
||||
Release: 0
|
||||
Summary: Library and tools to access the Parallels Hard Disk images
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/libyal/libphdi
|
||||
Source: https://github.com/libyal/libphdi/releases/download/%version/libphdi-experimental-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libphdi/releases/download/%version/libphdi-experimental-%version.tar.gz.asc
|
||||
Source: https://github.com/libyal/libphdi/releases/download/%version/%name-experimental-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libphdi/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) >= 2.6
|
||||
BuildRequires: pkgconfig(libbfio) >= 20221025
|
||||
BuildRequires: pkgconfig(libcdata) >= 20240103
|
||||
BuildRequires: pkgconfig(libcdirectory) >= 20240105
|
||||
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) >= 20140114
|
||||
BuildRequires: pkgconfig(libfguid) >= 20240116
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20240124
|
||||
BuildRequires: pkgconfig(libuna) >= 20240130
|
||||
BuildRequires: pkgconfig(libbfio) >= 20240414
|
||||
BuildRequires: pkgconfig(libcdata) >= 20240414
|
||||
BuildRequires: pkgconfig(libcdirectory) >= 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(libfvalue) >= 20240415
|
||||
BuildRequires: pkgconfig(libuna) >= 20240414
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
||||
@ -104,10 +104,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…
x
Reference in New Issue
Block a user