From 336e11fbac286f69e58591b669f2957caa2c9919 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 06 2019 16:58:49 +0000 Subject: import runc-1.0.0-65.rc8.el7 --- diff --git a/SPECS/runc.spec b/SPECS/runc.spec index 0e39c4b..6f5e662 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -25,7 +25,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - Name: %{repo} Version: 1.0.0 -Release: 64.rc8%{?dist} +Release: 65.rc8%{?dist} Summary: CLI for running Open Containers License: ASL 2.0 URL: %{git0} @@ -33,11 +33,9 @@ Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz Source1: 99-containers.conf Patch0: 1807.patch Patch1: change-default-root.patch -%ifnarch %{ix86} Requires: criu -%endif Requires(pre): container-selinux >= 2:2.2-2 -ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 %{ix86} +ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 BuildRequires: go-toolset-1.10 BuildRequires: openssl-devel BuildRequires: git @@ -123,6 +121,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %{_usr}/lib/sysctl.d/99-containers.conf %changelog +* Fri Aug 02 2019 Jindrich Novy - 1.0.0-65.rc8 +- rebase to 1.0.0-65 in RHEL7u7 + * Thu Jul 11 2019 Lokesh Mandvekar - 1.0.0-64.rc8 - Resolves: #1728762 - update change-default-root.patch