- Update to release 20240112
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfcache?expand=0&rev=20
This commit is contained in:
parent
f72248a958
commit
29f11ef667
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32c8a5fefddc433c344c085fbf2992ab1dc544f704d4e0e8405fb5d9dce41b6f
|
||||
size 622667
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmPDo0YACgkQ2WJeXXrQ
|
||||
F36z4Qf/fGhhbi3XuTF/rR2NtzPeBpECBLXCOrRelwKSibigQmPrJ6DC/risSW+e
|
||||
XMuiZL/0HePMoF+P8ZXyWcTyZYx108peDm6Xw2Yykuk2Zu6Xpqk4uzOZvFKFuDoD
|
||||
QqrFEza7J03NrTTkZJvsiXODZoRt6cfVpc2TsjFkzrRterhVcbJyE3MW+lg1hbcR
|
||||
CUi1h7B09uKKFQXI/SJlJkpTRqBgMj08JxpvulYusg+s846tTjeEPzh0koGaeaWK
|
||||
I85QPGPgNBA9EkLKzRyofvDswkJFaR+w++Rumm8N4FL5WKSYKMF6sjeewzVwzkol
|
||||
go510CJEMA0fwTDNmG4rFkcXN/rPtw==
|
||||
=sLdb
|
||||
-----END PGP SIGNATURE-----
|
3
libfcache-alpha-20240112.tar.gz
Normal file
3
libfcache-alpha-20240112.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d4d7d88615f49a7d6989e961b97ab2a290292af49deca80c7df64bfda7131c5
|
||||
size 621584
|
11
libfcache-alpha-20240112.tar.gz.asc
Normal file
11
libfcache-alpha-20240112.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmWgzRMACgkQ2WJeXXrQ
|
||||
F34rJgf+IWMUfhQY79JnzISgFdRgDoI7NNFRCZupy5C7QrebdZsvLYYFStRTpFgs
|
||||
/tF2TkOvqeHhSnPke4v805eFh9fZQXbUOX8+rqMWm5Vf5SpY9wcVb+uiXFyVfmcJ
|
||||
D6ED8+GykqHeKw1a3mIh+1QG3V0R8VQh7+eFJQwLNuaoTdHxxz9n+b4oZLwJ32FA
|
||||
lKKqjzn+xt0MnTwie6XbZl8/Z44EJBAbQNCEl1LEw/uH5FQn+miI0uOiqcrnofg6
|
||||
lUVXjTmYlZo2tzYE4yVtuequ0ZUI534moCINBEr4E9zA7CE1eQQzOh+LXvK9pWnO
|
||||
rI9BdrkMroMPCaCzpXEeMd64xnnfOA==
|
||||
=p4jO
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 10:19:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240112
|
||||
* No changelog was provided
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 15 10:27:58 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libfcache
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libfcache
|
||||
%define lname libfcache1
|
||||
Version: 20230115
|
||||
Version: 20240112
|
||||
Release: 0
|
||||
Summary: Library to provide generic file data cache functions
|
||||
License: LGPL-3.0-or-later
|
||||
@ -29,25 +29,25 @@ Source2: https://github.com/libyal/libfcache/releases/download/%version/l
|
||||
Source9: %name.keyring
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libcdata) >= 20210625
|
||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||
BuildRequires: pkgconfig(libcdata) >= 20240103
|
||||
BuildRequires: pkgconfig(libcerror) >= 20240101
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20240102
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
||||
%description
|
||||
Library to provide generic file data cache functions for the libyal family of libraries.
|
||||
|
||||
%package -n %{lname}
|
||||
%package -n %lname
|
||||
Summary: Library to provide generic file data cache functions
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{lname}
|
||||
%description -n %lname
|
||||
Library to provide generic file data cache functions for the libyal family of libraries.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libfcache
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: %lname = %version
|
||||
|
||||
%description devel
|
||||
Library to provide generic file data cache functions for the libyal family of libraries.
|
||||
@ -66,21 +66,21 @@ grep ' local' config.log && exit 1
|
||||
|
||||
%install
|
||||
%make_install
|
||||
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
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files -n %{lname}
|
||||
%files -n %lname
|
||||
%license COPYING*
|
||||
%{_libdir}/libfcache.so.*
|
||||
%_libdir/libfcache.so.*
|
||||
|
||||
%files devel
|
||||
%license COPYING*
|
||||
%{_includedir}/libfcache.h
|
||||
%{_includedir}/libfcache/
|
||||
%{_libdir}/libfcache.so
|
||||
%{_libdir}/pkgconfig/libfcache.pc
|
||||
%{_mandir}/man3/libfcache.3*
|
||||
%_includedir/libfcache.h
|
||||
%_includedir/libfcache/
|
||||
%_libdir/libfcache.so
|
||||
%_libdir/pkgconfig/libfcache.pc
|
||||
%_mandir/man3/libfcache.3*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user