[PATCH v2 6/6] Move to version 0.7
David Howells
dhowells at redhat.com
Fri Mar 6 07:13:26 PST 2026
- aklog-kafs: Update the cmdline options to be closer to standard aklog.
- aklog-kafs: Reduce verbosity.
- aklog-kafs: Allow the destination keyring to be specified.
- aklog-kafs: Do better default keyring handling.
- aklog-kafs: Improve error messages.
- kafs-preload: Add a debug cmdline option and reduce some verbosity.
- kafs-check-config: Use the kernel's rootcell if no cell specified.
- Convert most manpages to POD form and supply a generation script.
- kafs-check-config: Fix a missing inclusion of unistd.h.
- lib: Fix a modification of a read-only string.
- Move to using autoconf when building.
- Generate manpages during the build.
- kafs-preload: Honour the show_cell setting on each cell.
- Add SPDX licence tags.
- Remove the street address from the LICENCE file.
Signed-off-by: David Howells <dhowells at redhat.com>
---
configure.ac | 2 +-
man/AAA-MK-MAN | 2 +-
redhat/kafs-client.spec | 25 +++++++++++++++++++++++--
3 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 66a8d00..651f378 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([kafs-client], [0.6])
+AC_INIT([kafs-client], [0.7])
AC_PROG_CC
AC_PROG_MKDIR_P
AC_PROG_INSTALL
diff --git a/man/AAA-MK-MAN b/man/AAA-MK-MAN
index d6ae7ec..7f18367 100755
--- a/man/AAA-MK-MAN
+++ b/man/AAA-MK-MAN
@@ -4,7 +4,7 @@
# Author: Bill MacAllister <bill at ca-zephyr.org>
# Copyright (c) 2023-2024 Bill MacAllister <bill at ca-zephyr.org>
-VERSION="0.6"
+VERSION="0.7"
PACKAGE="kafs-client"
function pod_to_man {
diff --git a/redhat/kafs-client.spec b/redhat/kafs-client.spec
index 98f1540..0afb40b 100644
--- a/redhat/kafs-client.spec
+++ b/redhat/kafs-client.spec
@@ -3,7 +3,7 @@
%global libapiversion %{libapivermajor}.1
Name: kafs-client
-Version: 0.6
+Version: 0.7
Release: 1%{?dist}%{?buildid}
Summary: The basic tools for kAFS and mounter for the AFS dynamic root
License: GPLv2+
@@ -15,6 +15,7 @@ BuildRequires: krb5-devel
BuildRequires: keyutils-libs-devel
BuildRequires: openssl-devel
BuildRequires: gcc
+BuildRequires: podman
BuildRequires: perl-podlators
#
@@ -140,13 +141,33 @@ ln -s aklog-kafs %{buildroot}/%{_bindir}/aklog
%files libs-devel
%{_libdir}/libkafs_client.so
-%{_includedir}/*
+%{_includedir}/kafs/*
%files compat
%{_bindir}/aklog
%{_mandir}/man1/aklog.1*
%changelog
+* Fri Mar 6 2026 David Howells <dhowells at redhat.com> 0.7-1
+- aklog-kafs: Update the cmdline options to be closer to standard aklog.
+- aklog-kafs: Reduce verbosity.
+- aklog-kafs: Allow the destination keyring to be specified.
+- aklog-kafs: Do better default keyring handling.
+- aklog-kafs: Improve error messages.
+- kafs-preload: Add a debug cmdline option and reduce some verbosity.
+- kafs-check-config: Use the kernel's rootcell if no cell specified.
+- Convert most manpages to POD form and supply a generation script.
+- kafs-check-config: Fix a missing inclusion of unistd.h.
+- lib: Fix a modification of a read-only string.
+- Move to using autoconf when building.
+- Generate manpages during the build.
+- kafs-preload: Honour the show_cell setting on each cell.
+- Add SPDX licence tags.
+- Remove the street address from the LICENCE file.
+
+* Tue Jun 18 2024 Bill MacAllister <bill at ca-zephyr.org> 0.6-1
+- Fix manpage generation.
+
* Thu Jun 18 2020 David Howells <dhowells at redhat.com> 0.5-1
- kafs-dns: Fix the -V flag.
- kafs-dns: Fix srv[=N] callout option.
More information about the linux-afs
mailing list