Skip to content

Conversation

@thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented May 21, 2025

commit 3ded61e moved the man-pages for dockerd to the docker-ce package, but used the wrong path for installing them, which resulted in the man-pages being installed in a "man" subdirectory with.

Before this patch:

make fedora-42
rpm -ql ./rpm/rpmbuild/fedora-42/RPMS/aarch64/docker-ce-*.rpm | grep dockerd.8
/usr/share/man/man/man8/dockerd.8.gz

After this patch:

make fedora-42
rpm -ql ./rpm/rpmbuild/fedora-42/RPMS/aarch64/docker-ce-*.rpm | grep dockerd.8
/usr/share/man/man8/dockerd.8.gz

- What I did

- How I did it

- How to verify it

- Description for the changelog

Fix install location for RPM-based `docker-ce` man-pages

- A picture of a cute animal (not mandatory but encouraged)

commit 3ded61e moved the man-pages for
dockerd to the docker-ce package, but used the wrong path for installing
them, which resulted in the man-pages being installed in a "man" subdirectory
with.

Before this patch:

    make fedora-42
    rpm -ql ./rpm/rpmbuild/fedora-42/RPMS/aarch64/docker-ce-*.rpm | grep dockerd.8
    /usr/share/man/man/man8/dockerd.8.gz

After this patch:

    make fedora-42
    rpm -ql ./rpm/rpmbuild/fedora-42/RPMS/aarch64/docker-ce-*.rpm | grep dockerd.8
    /usr/share/man/man8/dockerd.8.gz

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah thaJeztah requested a review from vvoland May 21, 2025 09:10
@thaJeztah
Copy link
Member Author

@vvoland @neersighted PTAL 🤗

@vvoland vvoland merged commit 67c7b9e into docker:master May 21, 2025
14 checks passed
@thaJeztah thaJeztah deleted the rpm_fix_man_path branch May 21, 2025 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dockerd(8) installed in wrong path in Fedora 41

2 participants