forked from pool/pam_kwallet
Accepting request 640309 from KDE:Frameworks5
Plasma 5.14.0 final (attempt 2) (forwarded request 640244 from Vogtinator) OBS-URL: https://build.opensuse.org/request/show/640309 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_kwallet?expand=0&rev=37
This commit is contained in:
commit
9adea49a41
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c85cf232ea74695e410766cfbae1522eb314df35f4cb9995b576204a152ad90
|
|
||||||
size 18668
|
|
3
kwallet-pam-5.14.0.tar.xz
Normal file
3
kwallet-pam-5.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2739f7787d9ac3492848e0309ac312e8a351e918337624c0b90504b7f8388133
|
||||||
|
size 19064
|
11
kwallet-pam-5.14.0.tar.xz.sig
Normal file
11
kwallet-pam-5.14.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAlu3mnkACgkQEZaMRJKM
|
||||||
|
rvxCSggAtYAGOIZkW9dVuun5fB4YC6unOL/f3qi4NoT8ImA+0t1ZQGZ1BPyfI+38
|
||||||
|
a7uDYy3vw/K2/YF1M73yL96HvTJbosAVzT2Vqe6YG2NUSzXh+d81MoF8togOOlqB
|
||||||
|
Q6Or5baUM9hI7x1jwAUDVok2YeALbGEZ2epUccyvujxgudlrjNTIoum746OZt7/6
|
||||||
|
nYYRAx1CidGHQQPI7iL2gZjV/P0LgsBIYH/CwTaEW2bGLqkCMTgbpWDTuyA7+ke6
|
||||||
|
BMGQq0fP8uduCALVqMjtt0D/S+51Nwr85Qts0CTZrvITnWGN/dnZ7e1jxpDUQ9gL
|
||||||
|
sHKtpd/fg2qmdOP83csaCvEGSrEI/g==
|
||||||
|
=u2/T
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 5 10:01:11 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.14.0
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.14.0.php
|
||||||
|
- No code changes since 5.13.90
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 15 16:25:29 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Add tarball signature and keyring containing keys of release managers
|
||||||
|
Jonathan Riddell and Bhushan Shah
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 13 17:25:02 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.13.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.13.90.php
|
||||||
|
- Changes since 5.13.5:
|
||||||
|
* Move remaining salt file operations into unprivileged processes
|
||||||
|
* Drop privileges when reading the salt file
|
||||||
|
* Revert "do not search for C++ compiler"
|
||||||
|
* use pid_t for fork() result
|
||||||
|
* store string literal in const variable
|
||||||
|
* do not search for C++ compiler
|
||||||
|
* use explicit_bzero() if it is present
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 4 10:58:41 UTC 2018 - fabian@ritter-vogt.de
|
Tue Sep 4 10:58:41 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -16,15 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
|
||||||
Name: pam_kwallet
|
Name: pam_kwallet
|
||||||
Version: 5.13.5
|
Version: 5.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A PAM Module for KWallet signing
|
Summary: A PAM Module for KWallet signing
|
||||||
License: LGPL-2.1-only AND GPL-2.0-or-later AND GPL-3.0-only
|
License: LGPL-2.1-only AND GPL-2.0-or-later AND GPL-3.0-only
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org/
|
Url: http://www.kde.org/
|
||||||
Source: http://download.kde.org/stable/plasma/%{version}/kwallet-pam-%{version}.tar.xz
|
Source: kwallet-pam-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
%if %{with lang}
|
||||||
|
Source1: kwallet-pam-%{version}.tar.xz.sig
|
||||||
|
Source2: plasma.keyring
|
||||||
|
%endif
|
||||||
|
Source3: baselibs.conf
|
||||||
BuildRequires: extra-cmake-modules >= 1.2.0
|
BuildRequires: extra-cmake-modules >= 1.2.0
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: libgcrypt-devel >= 1.5.0
|
BuildRequires: libgcrypt-devel >= 1.5.0
|
||||||
|
BIN
plasma.keyring
Normal file
BIN
plasma.keyring
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user