diff --git a/podman.spec b/podman.spec index 86491a5..f81fc2a 100644 --- a/podman.spec +++ b/podman.spec @@ -24,7 +24,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: podman Version: 3.0.2 -Release: 0.4%{?dist} +Release: 0.5%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -308,7 +308,6 @@ exit 0 %files docker %{_bindir}/docker -%{_mandir}/man1/docker*.1* %{_usr}/lib/tmpfiles.d/%{name}-docker.conf %files remote @@ -341,6 +340,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Mon Mar 08 2021 Jindrich Novy - 3.0.2-0.5 +- remove docker man page as it was removed upstream + * Mon Mar 08 2021 Jindrich Novy - 3.0.2-0.4 - update to the latest content of https://github.com/containers/podman/tree/master (https://github.com/containers/podman/commit/b7c00f2)