From 142c62b866468bc1eda836255db0e2a3d5a8f3e4 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Mon, 8 Feb 2021 10:56:25 +0800 Subject: [PATCH] Change BuildRequires to golang (cherry picked from commit 85b9d781e1841f4e09766c9455bc7e8ce69e3c7b) --- podman.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index bf3a8a7..c8b68f5 100644 --- a/podman.spec +++ b/podman.spec @@ -1,12 +1,12 @@ Name: podman Version: 0.10.1 -Release: 5 +Release: 6 Summary: A daemonless container engine for managing Containers Epoch: 1 License: ASL 2.0 URL: https://podman.io/ Source0: https://github.com/containers/libpod/archive/e4a155328fb88590fafd3d4e845f9bca49133f62/libpod-e4a1553.tar.gz -BuildRequires: compiler(go-compiler) btrfs-progs-devel glib2-devel glibc-devel glibc-static +BuildRequires: golang btrfs-progs-devel glib2-devel glibc-devel glibc-static BuildRequires: git go-md2man gpgme-devel libassuan-devel libgpg-error-devel libseccomp-devel BuildRequires: libselinux-devel ostree-devel pkgconfig make Requires: docker-runc containers-common containernetworking-plugins >= 0.7.3-2 iptables nftables conmon @@ -212,8 +212,11 @@ install -Dp -m644 libpod.conf %{buildroot}%{_datadir}/containers/libpod.conf %{_mandir}/man5/*.5* %changelog -* Wed Jan 13 2021 Shengjing Wei - 1:0.10.1-5 -- Fixed podman pull failed +* Mon Feb 8 2021 lingsheng - 1:0.10.1-6 +- Change BuildRequires to golang + +* Sat Jan 9 2021 Shengjing Wei - 1:0.10.1-5 +- Fixed podman pull failed with issue I2BF99 * Wed Sep 9 2020 Guoshuai Sun - 1:0.10.1-4 - Add conflicts with docker-engine for help package -- Gitee