From 7ced36d3f3fe8b9a2695fdf1c50765e5b7ef7e42 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 19 2017 14:34:10 +0000 Subject: import runc-1.0.0-14.rc4dev.git84a082b.el7 --- diff --git a/.gitignore b/.gitignore index 41cda5e..22dc266 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/runc-f8ce01d.tar.gz +SOURCES/runc-84a082b.tar.gz diff --git a/.runc.metadata b/.runc.metadata index 5b9097a..70bb928 100644 --- a/.runc.metadata +++ b/.runc.metadata @@ -1 +1 @@ -419c07c81e0d14c61c3b1e3f54f55e6cdd932073 SOURCES/runc-f8ce01d.tar.gz +2b0b00dfbb91d8b98c78c1946c134b3541e1e440 SOURCES/runc-84a082b.tar.gz diff --git a/SPECS/runc.spec b/SPECS/runc.spec index b16955d..c001c45 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -26,7 +26,7 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://github.com/opencontainers/runc -%global commit0 f8ce01dbdc7d16f74423c0bd23d8dc8565f24e9e +%global commit0 84a082bfef6f932de921437815355186db37aeb1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} @@ -34,11 +34,10 @@ Name: %{repo} Epoch: 1 %endif Version: 1.0.0 -Release: 12.1.git%{shortcommit0}%{?dist} +Release: 14.rc4dev.git%{shortcommit0}%{?dist} Summary: CLI for running Open Containers License: ASL 2.0 URL: http//%{provider_prefix} -ExcludeArch: s390x Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz Source1: 99-containers.conf Patch0: change-default-root.patch @@ -281,6 +280,13 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Fri Sep 22 2017 Frantisek Kluknavsky - 1:1.0.0-14.rc4dev.git84a082b +- rebase to 84a082bfef6f932de921437815355186db37aeb1 + +* Tue Jun 13 2017 Lokesh Mandvekar - 1.0.0-13.rc3.gitd40db12 +- Resolves: #1479489 +- built commit d40db12 + * Tue Jun 13 2017 Lokesh Mandvekar - 1.0.0-12.1.gitf8ce01d - disable s390x temporarily because of indefinite wait times on brew