Plasma 5.10.5
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/pam_kwallet?expand=0&rev=39
This commit is contained in:
parent
51db465ce5
commit
390d25e141
@ -1,7 +1,7 @@
|
|||||||
pam_kwallet
|
pam_kwallet
|
||||||
requires "pam_kwallet = <version>"
|
requires "pam_kwallet = <version>"
|
||||||
supplements "packageand(pam_kwallet:pam-<targettype>)"
|
supplements "packageand(pam_kwallet:pam-<targettype>)"
|
||||||
post "%if 0 && 0%{?suse_version} >= 1330"
|
post "%if 0%{?suse_version} >= 1330"
|
||||||
post "%{_sbindir}/pam-config -a --kwallet5 || :"
|
post "%{_sbindir}/pam-config -a --kwallet5 || :"
|
||||||
post "%endif"
|
post "%endif"
|
||||||
post ":"
|
post ":"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0227751c8f68970e184c2e723796bf11966ae045b904e7a6b07d1e4b9e7729ea
|
|
||||||
size 17912
|
|
3
kwallet-pam-5.10.5.tar.xz
Normal file
3
kwallet-pam-5.10.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c42e444c9c85dc5bbc60bbd666d20ea72162ddd38dc18254c47c48a0ca404073
|
||||||
|
size 17908
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 22 19:11:31 CEST 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.10.5
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.10.5.php
|
||||||
|
- Changes since 5.10.4:
|
||||||
|
* None
|
||||||
|
- Enable pam-config integration on TW
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 9 08:39:00 UTC 2017 - fabian@ritter-vogt.de
|
Wed Aug 9 08:39:00 UTC 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pam_kwallet
|
Name: pam_kwallet
|
||||||
Version: 5.10.4
|
Version: 5.10.5
|
||||||
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
|
||||||
@ -38,7 +38,7 @@ BuildRequires: pam-devel
|
|||||||
BuildRequires: socat
|
BuildRequires: socat
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Requires: %{name}-common = %{version}
|
Requires: %{name}-common = %{version}
|
||||||
%if 0 && 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
Requires(postun): coreutils pam pam-config
|
Requires(postun): coreutils pam pam-config
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ module.
|
|||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
%if 0 && 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
# Due to boo#728586 it is necessary to duplicate this in the 32bit variant.
|
# 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.
|
# So you need to edit baselibs.conf if you change this.
|
||||||
%post
|
%post
|
||||||
|
Loading…
x
Reference in New Issue
Block a user