diff --git a/podman.spec b/podman.spec index 761233b..ce8ed69 100644 --- a/podman.spec +++ b/podman.spec @@ -21,7 +21,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 3 Name: podman Version: 4.4.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -245,6 +245,7 @@ export BUILDTAGS="remote $BUILDTAGS" %gobuild -o bin/quadlet %{import_path}/cmd/quadlet %{__make} docs +%{__make} docker-docs # build dnsname plugin unset LDFLAGS @@ -277,7 +278,11 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build install.man \ install.systemd \ install.completions \ - install.docker + install.docker \ + install.docker-docs + +# remove unwanted man pages +rm -f %{buildroot}%{_mandir}/man5/docker*.5 # install test scripts, but not the internal helpers.t meta-test ln -s ./ ./vendor/src # ./vendor/src -> ./vendor @@ -369,8 +374,9 @@ fi %files docker %{_bindir}/docker -%{_usr}/lib/tmpfiles.d/%{name}-docker.conf -%{_datadir}/user-tmpfiles.d/podman-docker.conf +%{_mandir}/man1/docker*.1* +%{_tmpfilesdir}/%{name}-docker.conf +%{_user_tmpfilesdir}/%{name}-docker.conf %files remote %license LICENSE @@ -410,6 +416,10 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Tue Apr 18 2023 Jindrich Novy - 3:4.4.1-14 +- build and add missing docker man pages +- Related: #2176055 + * Mon Apr 03 2023 Jindrich Novy - 3:4.4.1-13 - update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel (https://github.com/containers/podman/commit/05037d3)