podman-3.0.2-0.5.el9

- remove docker man page as it was removed upstream

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2021-03-08 13:50:53 +01:00
parent ff3f18a106
commit af88e039d1

View File

@ -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 <jnovy@redhat.com> - 3.0.2-0.5
- remove docker man page as it was removed upstream
* Mon Mar 08 2021 Jindrich Novy <jnovy@redhat.com> - 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)