From a1aff4e992fe6b2d30176800451a6c9b58ae770b Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 4 Feb 2022 01:43:38 +0100 Subject: [PATCH] Fix FTBFS by updating the path of the PKCS#11 module See: https://github.com/p11-glue/p11-kit/pull/377 https://github.com/p11-glue/p11-kit/commit/576bba3c34d6994 https://bugzilla.redhat.com/show_bug.cgi?id=2045447 --- gnome-keyring.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-keyring.spec b/gnome-keyring.spec index 36c5e4b..487f766 100644 --- a/gnome-keyring.spec +++ b/gnome-keyring.spec @@ -89,10 +89,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la %{_bindir}/gnome-keyring %{_bindir}/gnome-keyring-3 %{_datadir}/dbus-1/services/*.service +%{_sysconfdir}/pkcs11/modules/gnome-keyring.module %{_sysconfdir}/xdg/autostart/* %{_datadir}/GConf/gsettings/*.convert %{_datadir}/glib-2.0/schemas/*.gschema.xml -%{_datadir}/p11-kit/modules/gnome-keyring.module %dir %{_datadir}/xdg-desktop-portal %dir %{_datadir}/xdg-desktop-portal/portals %{_datadir}/xdg-desktop-portal/portals/gnome-keyring.portal @@ -107,6 +107,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la %changelog * Thu Jan 20 2022 Fedora Release Engineering - 40.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild +- Update the path of the PKCS#11 module * Tue Sep 21 2021 Michael Catanzaro - 40.0-3 - Drop dependency on libcapng