Accepting request 708316 from KDE:Frameworks5
Plasma 5.16 final (tentative) OBS-URL: https://build.opensuse.org/request/show/708316 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_kwallet?expand=0&rev=49
This commit is contained in:
commit
400613ddfd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36f3e50019dcd9919755d47b62abf99412299aa87ee27fecbf1dca212a94d22e
|
||||
size 19332
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlzRVeoACgkQ7JTRj38F
|
||||
mX400wgAgiPbiOwW/dxTfUzfdrCeRtjNi2gCbsIA3P/sPFyMesszsjpNrledD4qs
|
||||
rZHEcW/ue2H9ZlPPTR1vPpMFbVH5cm5GutFEg8xa7zwU9fpXCrup7MweWj2qVlIe
|
||||
aV6Ks1a+9J/M+FOmUYmq9jiZ2h6QKfcHQHw9DDgzBF2dlCMewT6Ix1bScNcGa7BI
|
||||
cF+3WsuQnhy7kfi8xvIkiOd7jgBkW1+T2Ey+RMNny2TxbA9jqf3OMyfg3QqwYY/5
|
||||
LSY19qJuRBP1s6JgaL2wjVGeJz3EZtqNbPpLkPRG0SNpdMMU+Zw0yIJI77eHonde
|
||||
/DS2d7mw0yL446xx0SibLn++ibtQJg==
|
||||
=twfr
|
||||
-----END PGP SIGNATURE-----
|
3
kwallet-pam-5.16.0.tar.xz
Normal file
3
kwallet-pam-5.16.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:498425290ca53b31a82d763d1191b8f0f489311e69f070cda3c4885f951b6581
|
||||
size 19648
|
11
kwallet-pam-5.16.0.tar.xz.sig
Normal file
11
kwallet-pam-5.16.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlz5Dk4ACgkQ7JTRj38F
|
||||
mX4jYwf+OcpXXh9LCBGoov3d7lZ+Spf6Gb/axK+T47kTulij6vrk2VfqiTdPNH3o
|
||||
tKLCI2F1RoIDs8tQ6SZOfIC0N6XFRrGN0t5klXbiWeHVh6JSlm2FhHW+SBpzgjvC
|
||||
pTM05vfXGEbtEPrvyXOAtgDaV4jQApUo9m9LK7RMQc01CGODWTKe2EGBp+nWDZhT
|
||||
8LyCtI8z9zuf0brOu9x9ZcLhZfHgu/2y1gM10XGPAhXo0miHdiCa1p5yTqWR1bzx
|
||||
23aY982MTjfrO6EI83g14pWAwdTBwelrsft67kOBYpY8TmjFqJUVxAKgl+3KouDW
|
||||
jt0JTd+jXh0JNQNSDq/9MsJhuRcZpg==
|
||||
=BeE9
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 14:07:09 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.16.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.16.0.php
|
||||
- No code changes since 5.15.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 16:56:38 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.15.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.15.90.php
|
||||
- Changes since 5.15.5:
|
||||
* Don't hardcode default kwallet path
|
||||
* Remove kwallet4 support
|
||||
* Add readme explaining how kwallet-pam works
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 11:04:57 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -16,17 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
Name: pam_kwallet
|
||||
Version: 5.15.5
|
||||
Version: 5.16.0
|
||||
Release: 0
|
||||
Summary: A PAM Module for KWallet signing
|
||||
License: LGPL-2.1-only AND GPL-2.0-or-later AND GPL-3.0-only
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org/
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/kwallet-pam-%{version}.tar.xz
|
||||
Source: kwallet-pam-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/kwallet-pam-%{version}.tar.xz.sig
|
||||
Source1: http://download.kde.org/unstable/plasma/%{version}/kwallet-pam-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
Source3: baselibs.conf
|
||||
@ -36,6 +35,7 @@ BuildRequires: libgcrypt-devel >= 1.5.0
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: socat
|
||||
BuildRequires: xz
|
||||
BuildRequires: cmake(KF5Wallet) >= 5.58.0
|
||||
Requires: %{name}-common = %{version}
|
||||
%if 0%{?suse_version} >= 1330
|
||||
Requires(post): coreutils pam pam-config
|
||||
|
Loading…
x
Reference in New Issue
Block a user