forked from pool/pam_kwallet
- Disable pam-config for now, kwallet-pam needs some upstream
discussions first before it's viable to use... OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/pam_kwallet?expand=0&rev=37
This commit is contained in:
parent
76487bf872
commit
d1ba8a7819
@ -1,7 +1,7 @@
|
||||
pam_kwallet
|
||||
requires "pam_kwallet = <version>"
|
||||
supplements "packageand(pam_kwallet:pam-<targettype>)"
|
||||
post "%if 0%{?suse_version} >= 1330"
|
||||
post "%if 0 && 0%{?suse_version} >= 1330"
|
||||
post "%{_sbindir}/pam-config -a --kwallet5 || :"
|
||||
post "%endif"
|
||||
post ":"
|
||||
|
@ -6,6 +6,8 @@ Wed Aug 2 08:48:28 UTC 2017 - fabian@ritter-vogt.de
|
||||
- Add baselibs.conf for -32bit pkg
|
||||
- Register with pam-config automatically (boo#1029942)
|
||||
- Only use pam-config on TW, where it will be available soon
|
||||
- Disable pam-config for now, kwallet-pam needs some upstream
|
||||
discussions first before it's viable to use...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 16:14:48 CEST 2017 - fabian@ritter-vogt.de
|
||||
|
@ -32,7 +32,7 @@ BuildRequires: pam-devel
|
||||
BuildRequires: socat
|
||||
BuildRequires: xz
|
||||
Requires: %{name}-common = %{version}
|
||||
%if 0%{?suse_version} >= 1330
|
||||
%if 0 && 0%{?suse_version} >= 1330
|
||||
Requires(postun): coreutils pam pam-config
|
||||
%endif
|
||||
|
||||
@ -60,7 +60,7 @@ module.
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%if 0%{?suse_version} >= 1330
|
||||
%if 0 && 0%{?suse_version} >= 1330
|
||||
# Due to boo#728586 it is necessary to duplicate this in the 32bit variant.
|
||||
# So you need to edit baselibs.conf if you change this.
|
||||
%post
|
||||
|
Loading…
x
Reference in New Issue
Block a user