diff --git a/keyutils-1.5.11.tar.bz2 b/keyutils-1.5.11.tar.bz2 deleted file mode 100644 index e0f8e27..0000000 --- a/keyutils-1.5.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11584488206edc30736263eb855bf7793f16e661987241d333d3cb5ea479b1b5 -size 87644 diff --git a/keyutils-1.5.11.tar.bz2.sig b/keyutils-1.5.11.tar.bz2.sig deleted file mode 100644 index a36e302..0000000 Binary files a/keyutils-1.5.11.tar.bz2.sig and /dev/null differ diff --git a/keyutils-1.6.tar.bz2 b/keyutils-1.6.tar.bz2 new file mode 100644 index 0000000..0925854 --- /dev/null +++ b/keyutils-1.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3aef20cec0005c0fa6b4be40079885567473185b1a57b629b030e67942c7115 +size 93973 diff --git a/keyutils.changes b/keyutils.changes index 881e6b1..4cea68d 100644 --- a/keyutils.changes +++ b/keyutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jul 1 14:28:52 UTC 2019 - Wolfgang Frisch + +- updated to 1.6 + - Apply various specfile cleanups from Fedora. + - request-key: Provide a command line option to suppress helper execution. + - request-key: Find least-wildcard match rather than first match. + - Remove the dependency on MIT Kerberos. + - Fix some error messages + - keyctl_dh_compute.3: Suggest /proc/crypto for list of available hashes. + - Fix doc and comment typos. + - Add public key ops for encrypt, decrypt, sign and verify (needs linux-4.20). + - Add pkg-config support for finding libkeyutils. +- upstream isn't offering PGP signatures for the source tarballs anymore + ------------------------------------------------------------------- Mon Mar 4 09:41:58 UTC 2019 - Dominique Leuenberger diff --git a/keyutils.spec b/keyutils.spec index 317d4e9..0059665 100644 --- a/keyutils.spec +++ b/keyutils.spec @@ -1,7 +1,7 @@ # # spec file for package keyutils # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,11 +22,10 @@ Url: http://people.redhat.com/~dhowells/keyutils/ Summary: Linux Key Management Utilities License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/Kernel -Version: 1.5.11 +Version: 1.6 Release: 0 -Source0: http://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2 +Source0: https://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2 Source1: baselibs.conf -Source2: http://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2.sig Source3: %name.keyring Patch1: request-key-cifs.patch Patch2: request-key-nfs4.patch @@ -102,5 +101,6 @@ ln -s /%{_sbindir}/request-key %{buildroot}/sbin %defattr(-,root,root,-) %{_libdir}/libkeyutils.so %{_includedir}/* +%attr(0644, root, root) %{_libdir}/pkgconfig/libkeyutils.pc %changelog