- Udpate to release 20240415
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfplist?expand=0&rev=15
This commit is contained in:
parent
bae9a9e9f3
commit
dd5854672d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d792ba17f412fd35e705b37dd381d4ab92732827d5f205e6b218bbfe3fc50cc
|
||||
size 1483019
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmWrVBkACgkQ2WJeXXrQ
|
||||
F35NHggAs3bfNScn9OhOyEIx1X2X8dt6kzN05nWog61nSJNtBew9cn9zvVf6rVPP
|
||||
fwdPnu156B4mM857GPh5qsGYutWFdcJCgqjoYigiDxAaUO9c4Nu9DzIwIIW4nly+
|
||||
s+PhRoSsToGPZV9fLezbLQxCtC9DfgGXrq4H6uiOQaQlolEqGQKnt5By2nWGooyB
|
||||
YM5HGZBRTInQmCWH0p2co25JLCUV6oQtE74utcCt2Rh3tLbD1C/oA4h5ieefh6WQ
|
||||
lyRGvZkUE2X7oEFPlBuNQy3m5MgadtugsMCzmU9D73Ac+cfwKMpicGlwKdBiGr2W
|
||||
bESOtLS9xHTBwL96tY9L2Uijp3OI9A==
|
||||
=Hrlf
|
||||
-----END PGP SIGNATURE-----
|
3
libfplist-experimental-20240415.tar.gz
Normal file
3
libfplist-experimental-20240415.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8d367cd0d73458077334f27e5beaa94e7ce0451ae24db7d767b4259ad2303d1
|
||||
size 1483714
|
11
libfplist-experimental-20240415.tar.gz.asc
Normal file
11
libfplist-experimental-20240415.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmYdjIkACgkQ2WJeXXrQ
|
||||
F35oNgf/eDC4Spe7JlBOK74Lo1mU0ibzIoUuHbs4KShd9LZd/XjgDTmaTcqoJehw
|
||||
4d6q4UuG44g0Nr7Jbr7pL6iks6y9TtPCCSW3nwww7nDqLxdkM6JyuJHceiQGJmBT
|
||||
wpcG95c7CPe2JuzgOxp9mDiM4q2gIJT0LvZXnZGL0MDDRukOSMFrh0Bne1sJAg4B
|
||||
QPvYBBBq72HmztpUzxuZs9/6j1Cd6VMdlkABcWhhVvCYbkawftOSHPZTV/hu0AKJ
|
||||
K49l345NI2eLkrHPa85aW/NbEwfXe239EDzOOhm5AQw/KLU/m2402vCsGZ1viTX/
|
||||
9JJgt7+u3NUjgl5BSUlI18Tp1B8w7Q==
|
||||
=YxTv
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 21:22:38 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Udpate to release 20240415
|
||||
* No changelog was provided
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 20 09:25:17 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libfplist
|
||||
%define lname libfplist1
|
||||
Version: 20240120
|
||||
Version: 20240415
|
||||
Release: 0
|
||||
Summary: Library for Apple plist formats
|
||||
License: LGPL-3.0-or-later
|
||||
@ -29,13 +29,13 @@ Source2: https://github.com/libyal/libfplist/releases/download/%version/l
|
||||
Source9: %name.keyring
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libcdata) >= 20240103
|
||||
BuildRequires: pkgconfig(libcerror) >= 20240101
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20240108
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20240102
|
||||
BuildRequires: pkgconfig(libfguid) >= 20240116
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
||||
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||
BuildRequires: pkgconfig(libcdata) >= 20240414
|
||||
BuildRequires: pkgconfig(libcerror) >= 20240413
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20240414
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20240413
|
||||
BuildRequires: pkgconfig(libfguid) >= 20240415
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20220415
|
||||
BuildRequires: pkgconfig(libuna) >= 20240414
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
||||
%description
|
||||
@ -60,12 +60,12 @@ Part of the libyal family of libraries.
|
||||
|
||||
Read-only supported formats:
|
||||
|
||||
* XML plist format
|
||||
* XML plist format
|
||||
|
||||
Unsupported formats:
|
||||
|
||||
* ASCII plist format
|
||||
* Binary plist format
|
||||
* ASCII plist format
|
||||
* Binary plist format
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libfplist
|
||||
@ -91,8 +91,7 @@ grep ' local' config.log && exit 1
|
||||
%make_install
|
||||
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