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:
parent
cd1c5948af
commit
3ee029c995
4
baselibs.conf
Normal file
4
baselibs.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pam_kwallet
|
||||||
|
requires "pam_kwallet = <version>"
|
||||||
|
supplements "packageand(pam_kwallet:pam-<targettype>)"
|
||||||
|
|
@ -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
|
Tue Jul 18 16:14:48 CEST 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Name: pam_kwallet
|
Name: pam_kwallet
|
||||||
Version: 5.10.4
|
Version: 5.10.4
|
||||||
Release: 0
|
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
|
License: LGPL-2.1 and GPL-2.0+ and GPL-3.0
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org/
|
Url: http://www.kde.org/
|
||||||
@ -30,13 +30,22 @@ BuildRequires: libgcrypt-devel >= 1.5.0
|
|||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: socat
|
BuildRequires: socat
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Requires: kwalletd5
|
Requires: %{name}-common = %{version}
|
||||||
Requires: socat
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This PAM module allows you to automatically open your kwallet
|
This PAM module allows you to automatically open your kwallet
|
||||||
when signing into your account.
|
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
|
%prep
|
||||||
%setup -q -n kwallet-pam-%{version}
|
%setup -q -n kwallet-pam-%{version}
|
||||||
|
|
||||||
@ -50,8 +59,12 @@ when signing into your account.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
%config %{_kf5_configdir}/autostart/pam_kwallet_init.desktop
|
|
||||||
%{_kf5_libexecdir}/pam_kwallet_init
|
|
||||||
/%{_lib}/security/pam_kwallet5.so
|
/%{_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
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user