Version 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.
This commit is contained in:
parent
37ac6a3ae7
commit
f14178ee74
@ -1,14 +1,14 @@
|
|||||||
%define vermajor 1
|
%define vermajor 1
|
||||||
%define verminor 5.11
|
%define verminor 6
|
||||||
%define version %{vermajor}.%{verminor}
|
%define version %{vermajor}.%{verminor}
|
||||||
%define libapivermajor 1
|
%define libapivermajor 1
|
||||||
%define libapiversion %{libapivermajor}.7
|
%define libapiversion %{libapivermajor}.8
|
||||||
|
|
||||||
# % define buildid .local
|
# % define buildid .local
|
||||||
|
|
||||||
Name: keyutils
|
Name: keyutils
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?buildid}%{?dist}
|
||||||
Summary: Linux Key Management Utilities
|
Summary: Linux Key Management Utilities
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Url: http://people.redhat.com/~dhowells/keyutils/
|
Url: http://people.redhat.com/~dhowells/keyutils/
|
||||||
@ -17,9 +17,7 @@ Source0: http://people.redhat.com/~dhowells/keyutils/keyutils-%{version}.tar.bz2
|
|||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glibc-kernheaders >= 2.4-9.1.92
|
BuildRequires: glibc-kernheaders >= 2.4-9.1.92
|
||||||
BuildRequires: krb5-devel
|
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
Requires: krb5-libs
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Utilities to control the kernel key management facility and to provide
|
Utilities to control the kernel key management facility and to provide
|
||||||
@ -98,8 +96,20 @@ make \
|
|||||||
%{_libdir}/libkeyutils.so
|
%{_libdir}/libkeyutils.so
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
%{_libdir}/pkgconfig/libkeyutils.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 13 2018 David Howells <dhowells@redhat.com> - 1.6-1
|
||||||
|
- 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.
|
||||||
|
|
||||||
* Tue Aug 28 2018 David Howells <dhowells@redhat.com> 1.5.11-1
|
* Tue Aug 28 2018 David Howells <dhowells@redhat.com> 1.5.11-1
|
||||||
- Add keyring restriction support.
|
- Add keyring restriction support.
|
||||||
- Add KDF support to the Diffie-Helman function.
|
- Add KDF support to the Diffie-Helman function.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (keyutils-1.5.11.tar.bz2) = 5f0dc5d5ceb673cf0ba71d3a0b525d09adc8d501a795372aa3dc29215ef393cb8577c72051cecabdb9a46dca4fcaa11e629291fb857290872475a7e445f47d43
|
SHA512 (keyutils-1.6.tar.bz2) = ee50da165099ea26904066d24b27c5165cb1eb78df6768cba3a534aa318a5c8d926ec6e5322a38c8cedaa768cd79bdcb26ef918aa8447df2e5dfbbe7b8f200ff
|
||||||
|
Loading…
Reference in New Issue
Block a user