SHA256
1
0
forked from pool/pam_kwallet

- 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
This commit is contained in:
Fabian Vogt 2017-08-02 08:48:56 +00:00 committed by Git OBS Bridge
parent cd1c5948af
commit 3ee029c995
3 changed files with 29 additions and 5 deletions

4
baselibs.conf Normal file
View File

@ -0,0 +1,4 @@
pam_kwallet
requires "pam_kwallet = <version>"
supplements "packageand(pam_kwallet:pam-<targettype>)"

View File

@ -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

View File

@ -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