From cb81142fc3a62eaebf52e8292802e35b3f088970 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:21:42 +0100 Subject: [PATCH] install pam library in /%{lib}/security [release 5.11.5-2mamba;Mon Jan 15 2018] --- kwallet-pam.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/kwallet-pam.spec b/kwallet-pam.spec index 9e84ed1..52d2b78 100644 --- a/kwallet-pam.spec +++ b/kwallet-pam.spec @@ -2,7 +2,7 @@ Name: kwallet-pam Version: 5.11.5 -Release: 1mamba +Release: 2mamba Summary: KDE Plasma 5 kwallet login integration with PAM Group: Applications/Security Vendor: openmamba @@ -33,23 +33,30 @@ KDE Plasma 5 kwallet login integration with PAM. %build %cmake_kde5 -d build + %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build +install -d -m0755 %{buildroot}/%{_lib}/ +mv %{buildroot}%{_libdir}/security %{buildroot}/%{_lib}/ + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_sysconfdir}/xdg/autostart/pam_kwallet_init.desktop -%{_libdir}/security/pam_kwallet5.so +/%{_lib}/security/pam_kwallet5.so %{_libexecdir}/pam_kwallet_init %doc COPYING.LIB %changelog +* Mon Jan 15 2018 Silvan Calarco 5.11.5-2mamba +- install pam library in /%{lib}/security + * Wed Jan 03 2018 Automatic Build System 5.11.5-1mamba - automatic version update by autodist