From f80445c8b6558362b518039f2287a714f4621566 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 30 Jun 2021 17:07:13 +0200 Subject: [PATCH] podman-3.3.0-0.21.el9 - fix build - Related: #1970747 Signed-off-by: Jindrich Novy --- podman.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 17a3fb4..4fe4726 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.20%{?dist} +Release: 0.21%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -234,8 +234,7 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} \ install.man-nobuild \ install.systemd \ install.completions \ - install.docker \ - install.docker-docs-nobuild + install.docker # install test scripts, but not the internal helpers.t meta-test ln -s ./ ./vendor/src # ./vendor/src -> ./vendor @@ -298,7 +297,6 @@ exit 0 %{_datadir}/zsh/site-functions/_%{name} %dir %{_datadir}/fish/vendor_completions.d %{_datadir}/fish/vendor_completions.d/%{name}.fish -%config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist %{_unitdir}/%{name}.service %{_unitdir}/%{name}.socket %{_unitdir}/%{name}-auto-update.service @@ -345,6 +343,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Jun 30 2021 Jindrich Novy - 3.3.0-0.21 +- fix build +- Related: #1970747 + * Wed Jun 30 2021 Jindrich Novy - 3.3.0-0.20 - update install targets - Related: #1970747