From 73e76713c24b981cd01c27b047ca3d1eead00963 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 14 Apr 2022 15:33:20 +0800 Subject: [PATCH] Fix build error --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index d9d5a2f..eee42c4 100644 --- a/podman.spec +++ b/podman.spec @@ -1,6 +1,6 @@ Name: podman Version: 0.10.1 -Release: 11 +Release: 12 Summary: A daemonless container engine for managing Containers Epoch: 1 License: ASL 2.0 @@ -178,6 +178,7 @@ cd - ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd):$(pwd):%{gopath} export BUILDTAGS="varlink selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) exclude_graphdriver_devicemapper" +export GO111MODULE=off go generate ./cmd/%{name}/varlink/... BUILDTAGS=$BUILDTAGS make binaries docs @@ -225,6 +226,9 @@ install -Dp -m644 libpod.conf %{buildroot}%{_datadir}/containers/libpod.conf %{_mandir}/man5/*.5* %changelog +* Thu Apr 14 2022 wangkai - 0.10.1-12 +- Fix build error + * Fri Jul 30 2021 chenyanpanHW - 0.10.1-11 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git -- Gitee