|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
Name: gnome-keyring
|
|
|
|
|
Version: 40.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 3%{?dist}.inferit
|
|
|
|
|
Summary: Framework for managing passwords and other secrets
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
@ -57,6 +57,7 @@ automatically unlock the "login" keyring when the user logs in.
|
|
|
|
|
%build
|
|
|
|
|
%configure \
|
|
|
|
|
--with-pam-dir=%{_libdir}/security \
|
|
|
|
|
--with-pkcs11-config=%{_datadir}/p11-kit/modules \
|
|
|
|
|
--enable-pam
|
|
|
|
|
|
|
|
|
|
# avoid unneeded direct dependencies
|
|
|
|
@ -105,6 +106,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|