Fix build by setting up --with-pkcs11-config=%{_datadir}/p11-kit/modules

i9 changed/i9/gnome-keyring-40.0-3.el9.inferit
Arkady L. Shane 1 year ago
parent 5923756e45
commit 73ff3d6ce6
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -4,7 +4,7 @@
Name: gnome-keyring Name: gnome-keyring
Version: 40.0 Version: 40.0
Release: 3%{?dist} Release: 3%{?dist}.inferit
Summary: Framework for managing passwords and other secrets Summary: Framework for managing passwords and other secrets
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
@ -57,6 +57,7 @@ automatically unlock the "login" keyring when the user logs in.
%build %build
%configure \ %configure \
--with-pam-dir=%{_libdir}/security \ --with-pam-dir=%{_libdir}/security \
--with-pkcs11-config=%{_datadir}/p11-kit/modules \
--enable-pam --enable-pam
# avoid unneeded direct dependencies # avoid unneeded direct dependencies
@ -105,6 +106,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
%changelog %changelog
* Wed Jan 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 40.0-3.inferit
- setup --with-pkcs11-config
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 40.0-3 * Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 40.0-3
- Rebuilt for MSVSphere 9.1. - Rebuilt for MSVSphere 9.1.

Loading…
Cancel
Save