- Update to release 20240414
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfcrypto?expand=0&rev=24
This commit is contained in:
parent
1ec21d83b0
commit
d51da98608
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:463931e83dfe9cd9e8f9f5d2f79882116d8c7977ea0ae7bf432080ced9d8ff22
|
||||
size 626175
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmWks6gACgkQ2WJeXXrQ
|
||||
F37hPwgAk3XjcUvhsC4GBoLOnn1hbWkJedgI981ycWSsNmm2F7vnaoA1Yeb805ET
|
||||
GheMaAu1lBvoPDiENVxO5BbOkAVQ7hGR7NVTRxZ69Y7x/QLJ7414Y1hsJybMSCBB
|
||||
vNrQs08MxbdLqXnU7HUgAQcBgUOHpvchLwPmyDn+tYyk0qMHRgRagxBilgLlT1by
|
||||
i4Y+LWbs3CljFxFIn7o/3UljlnCA4dHy2pFV35jPtcYdo/p77SQD662MyKITcLIv
|
||||
vRW7uIxbgZyvsG1ex26KjSU3a6xQRmvYAd5XWv0wnF9kjRH9UkBu79/9imrOgN1i
|
||||
UaYd6BSW9YAnLYXlQFxPEjDVB8gI6w==
|
||||
=LoBs
|
||||
-----END PGP SIGNATURE-----
|
3
libfcrypto-alpha-20240414.tar.gz
Normal file
3
libfcrypto-alpha-20240414.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43ea521ca1fd0dab11d23731f070fa5b2856b38f896550fd592ae341c6831f0d
|
||||
size 629026
|
11
libfcrypto-alpha-20240414.tar.gz.asc
Normal file
11
libfcrypto-alpha-20240414.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmYbrCYACgkQ2WJeXXrQ
|
||||
F34tzQgAsOwVdYeGFEE19+6fUQjhJNQHLVY+rkrGhtI1ZQUr/DMsIAQtqOf7a9E2
|
||||
3EhrVIKyEwOwYKzNUF/wIHjvi9ob89v1/NtybogkwuUrtmZQMOk7yowKIcIXywnX
|
||||
t76ZNufzflhIs26WhxJV+erNKbhKeOysOj63Ofy4evynM41s3wGF0e5Fgy2g/Dgn
|
||||
RgnnftuOeHvh7FX4im3WPGWA0OoQc3SqCWO47l2oyNpyaPQG1TSSWp8ItJn3cGIP
|
||||
UOEfWxDqQq1tgyTHRocjCEWINaHJuHpllBTl1g58w4YlPuXJj7ea6XJ9lmYYa4bI
|
||||
AKYqBROH1NlZSx5Ve3Fm7FGpkiYatg==
|
||||
=zn5j
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 14 11:26:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240414
|
||||
* No changelog was provided
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 21:43:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
Name: libfcrypto
|
||||
%define lname libfcrypto1
|
||||
Version: 20240115
|
||||
Version: 20240414
|
||||
Release: 0
|
||||
Summary: Library for encryption formats
|
||||
License: LGPL-3.0-or-later
|
||||
@ -29,14 +29,14 @@ URL: https://github.com/libyal/libfcrypto
|
||||
Source: https://github.com/libyal/libfcrypto/releases/download/%version/libfcrypto-alpha-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libfcrypto/releases/download/%version/libfcrypto-alpha-%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: gettext-tools >= 0.21
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libcerror) >= 20240101
|
||||
BuildRequires: pkgconfig(libcerror) >= 20240413
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
||||
@ -70,7 +70,6 @@ applications that want to make use of libfcrypto.
|
||||
|
||||
%build
|
||||
%{python_expand #
|
||||
# see libcdata for version-sc
|
||||
echo "V_%version { global: *; };" >v.sym
|
||||
%configure --disable-static --disable-rpath \
|
||||
--enable-wide-character-type \
|
||||
@ -92,8 +91,7 @@ export PYTHON="$(cat lastpython)"
|
||||
# and that no longer works when using version-script
|
||||
make check || :
|
||||
|
||||
%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