From 457f96342f08a29b8ca4fd5dbe0d8ae2673a47de Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 06 2019 17:05:01 +0000 Subject: import podman-1.4.4-3.el7 --- diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 27e1236..6dc5d85 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -28,7 +28,7 @@ Name: podman Version: 1.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io @@ -36,9 +36,9 @@ Source0: %{git_podman}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz Source1: %{git_conmon}/archive/%{commit_conmon}/conmon-%{shortcommit_conmon}.tar.gz Patch0: bz1728242-1.patch Patch1: bz1728242-2.patch -ExclusiveArch: aarch64 ppc64le s390x x86_64 %{ix86} +ExclusiveArch: aarch64 ppc64le s390x x86_64 # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?centos} BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: make %else @@ -287,6 +287,9 @@ exit 0 %{_mandir}/man1/docker*.1* %changelog +* Fri Aug 02 2019 Jindrich Novy - 1.4.4-3 +- use 1.4.4 in RHEL7u7 + * Tue Jul 23 2019 Lokesh Mandvekar - 1.4.4-2 - Resolves: #1728242