From 3ee029c9957516408b1a057874761ace7fe2bb0710033fb21f419e1743ec89cf Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 2 Aug 2017 08:48:56 +0000 Subject: [PATCH] - Split into pam_kwallet and pam_kwallet common to allow -32bit pkg necessary for pam-config integration - Add baselibs.conf for -32bit pkg OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/pam_kwallet?expand=0&rev=32 --- baselibs.conf | 4 ++++ pam_kwallet.changes | 7 +++++++ pam_kwallet.spec | 23 ++++++++++++++++++----- 3 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..c229a20 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,4 @@ +pam_kwallet + requires "pam_kwallet = " + supplements "packageand(pam_kwallet:pam-)" + diff --git a/pam_kwallet.changes b/pam_kwallet.changes index a7e493e..b3d7506 100644 --- a/pam_kwallet.changes +++ b/pam_kwallet.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 2 08:48:28 UTC 2017 - fabian@ritter-vogt.de + +- Split into pam_kwallet and pam_kwallet common to allow -32bit pkg + necessary for pam-config integration +- Add baselibs.conf for -32bit pkg + ------------------------------------------------------------------- Tue Jul 18 16:14:48 CEST 2017 - fabian@ritter-vogt.de diff --git a/pam_kwallet.spec b/pam_kwallet.spec index 88ce53f..e8d4122 100644 --- a/pam_kwallet.spec +++ b/pam_kwallet.spec @@ -19,7 +19,7 @@ Name: pam_kwallet Version: 5.10.4 Release: 0 -Summary: A PAM Module for kwallet signing +Summary: A PAM Module for KWallet signing License: LGPL-2.1 and GPL-2.0+ and GPL-3.0 Group: System/GUI/KDE Url: http://www.kde.org/ @@ -30,13 +30,22 @@ BuildRequires: libgcrypt-devel >= 1.5.0 BuildRequires: pam-devel BuildRequires: socat BuildRequires: xz -Requires: kwalletd5 -Requires: socat +Requires: %{name}-common = %{version} %description This PAM module allows you to automatically open your kwallet when signing into your account. +%package common +Summary: Support files for the KWallet PAM module +Group: System/GUI/KDE +Requires: kwalletd5 +Requires: socat + +%description common +This package contains support files used by the KWallet PAM +module. + %prep %setup -q -n kwallet-pam-%{version} @@ -50,8 +59,12 @@ when signing into your account. %files %defattr(-,root,root) %doc COPYING* -%config %{_kf5_configdir}/autostart/pam_kwallet_init.desktop -%{_kf5_libexecdir}/pam_kwallet_init /%{_lib}/security/pam_kwallet5.so +%files common +%defattr(-,root,root) +%doc COPYING* +%config %{_kf5_configdir}/autostart/pam_kwallet_init.desktop +%{_kf5_libexecdir}/pam_kwallet_init + %changelog