From 145fb74dbfc8d1bbfdda5a7e99e25749e96fb247 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 30 Jun 2025 19:33:54 +0200 Subject: [PATCH] rpm: add grpcnotrace build tag Like done in the Makefile. Signed-off-by: Paul Holzinger --- rpm/podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/podman.spec b/rpm/podman.spec index e0f0021bc2..1064c20f2f 100644 --- a/rpm/podman.spec +++ b/rpm/podman.spec @@ -253,7 +253,7 @@ LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT" # build rootlessport first %gobuild -o bin/rootlessport ./cmd/rootlessport -export BASEBUILDTAGS="seccomp $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh) libsqlite3" +export BASEBUILDTAGS="seccomp $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh) libsqlite3 grpcnotrace" # libtrust_openssl buildtag switches to using the FIPS-compatible func # `ecdsa.HashSign`.