From c669f5d324462c1d480452936250a9de2ba19ae6 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 4 Feb 2025 12:28:27 +0100 Subject: [PATCH] podman-5.3.2-2.el9 - Add cni to BUILDTAGS - Related: RHEL-60277 Signed-off-by: Jindrich Novy --- podman.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 3d298b8..08c575d 100644 --- a/podman.spec +++ b/podman.spec @@ -14,7 +14,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 5 Name: podman Version: 5.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 URL: https://%{name}.io/ @@ -209,7 +209,7 @@ LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)" # build rootlessport %gobuild -o bin/rootlessport %{import_path}/cmd/rootlessport -export BUILDTAGS="seccomp btrfs_noversion exclude_graphdriver_devicemapper exclude_graphdriver_btrfs $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" +export BUILDTAGS="cni seccomp btrfs_noversion exclude_graphdriver_devicemapper exclude_graphdriver_btrfs $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-testing @@ -370,6 +370,10 @@ fi %{_datadir}/%{name}/test %changelog +* Tue Feb 04 2025 Jindrich Novy - 5:5.3.2-2 +- Add cni to BUILDTAGS +- Related: RHEL-60277 + * Wed Jan 22 2025 Jindrich Novy - 5:5.3.2-1 - update to https://github.com/containers/podman/releases/tag/v5.3.2 - Related: RHEL-60277