From: David Howells Date: Tue, 12 May 2020 00:40:26 +0000 (+0100) Subject: Move to version 0.4 X-Git-Tag: v0.4^0 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=71d3a6246134ae966ba6831417dae2d05af6bab4;p=users%2Fdhowells%2Fkafs-client.git Move to version 0.4 - Use AF_ALG rather than OpenSSL's libcrypto. - Move the aklog.1 manpage to the -compat rpm. Signed-off-by: David Howells --- diff --git a/redhat/kafs-client.spec b/redhat/kafs-client.spec index b818310..7e9a101 100644 --- a/redhat/kafs-client.spec +++ b/redhat/kafs-client.spec @@ -3,7 +3,7 @@ %global libapiversion %{libapivermajor}.1 Name: kafs-client -Version: 0.3 +Version: 0.4 Release: 1%{?dist}%{?buildid} Summary: The basic tools for kAFS and mounter for the AFS dynamic root License: GPLv2+ @@ -145,6 +145,10 @@ ln -s aklog-kafs %{buildroot}/%{_bindir}/aklog %{_mandir}/man1/aklog.1* %changelog +* Wed May 20 2020 David Howells 0.4-1 +- Use AF_ALG rather than OpenSSL's libcrypto. +- Move the aklog.1 manpage to the -compat rpm. + * Fri Jul 5 2019 David Howells 0.3-1 - Address Fedora packaging review comments [RH BZ 1724281].