diff --git a/podman.spec b/podman.spec index e1a9925b7cce985945538e0f9af8b2d3bbe1e7ac..fdeebeeb8138ea633501b6b0e7f6c5573c1f2395 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 @@ -210,6 +210,9 @@ install -Dp -m644 libpod.conf %{buildroot}%{_datadir}/containers/libpod.conf %{_mandir}/man5/*.5* %changelog +* 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