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)