From a4e806c780509cd354251023295d1adf7370e046 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 30 Sep 2021 11:23:17 +0200 Subject: [PATCH] buildah-1.24.0-0.11.el9 - include all man pages - Related: #2000051 Signed-off-by: Jindrich Novy --- buildah.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 9e2e8d8..5283b31 100644 --- a/buildah.spec +++ b/buildah.spec @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: buildah Version: 1.24.0 -Release: 0.10%{?dist} +Release: 0.11%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -118,7 +118,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %license LICENSE %doc README.md %{_bindir}/%{name} -%{_mandir}/man1/%{name}* +%{_mandir}/man[15]/* %dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion/completions %{_datadir}/bash-completion/completions/%{name} @@ -130,6 +130,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Thu Sep 30 2021 Jindrich Novy - 1.24.0-0.11 +- include all man pages +- Related: #2000051 + * Thu Sep 30 2021 Jindrich Novy - 1.24.0-0.10 - update to the latest content of https://github.com/containers/buildah/tree/main (https://github.com/containers/buildah/commit/d2ef199)