From 3ce6aff14bc7a464dd3a00ea4cab51948f1d63ab Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 30 Jun 2021 08:16:42 +0200 Subject: [PATCH] podman-3.3.0-0.20.el9 - update install targets - Related: #1970747 Signed-off-by: Jindrich Novy --- podman.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index 305021c..17a3fb4 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.3.0 -Release: 0.19%{?dist} +Release: 0.20%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -232,10 +232,10 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} \ install.bin-nobuild \ install.remote-nobuild \ install.man-nobuild \ - install.cni \ install.systemd \ install.completions \ - install.docker + install.docker \ + install.docker-docs-nobuild # install test scripts, but not the internal helpers.t meta-test ln -s ./ ./vendor/src # ./vendor/src -> ./vendor @@ -345,6 +345,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Jun 30 2021 Jindrich Novy - 3.3.0-0.20 +- update install targets +- Related: #1970747 + * Wed Jun 30 2021 Jindrich Novy - 3.3.0-0.19 - update to the latest content of https://github.com/containers/podman/tree/master (https://github.com/containers/podman/commit/1846070)