From c681e5e8133a205c3a1d436d9c854d3aadd75f17b73e8f84e0d45b9646752bd1 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Tue, 19 Jul 2016 15:34:55 +0000 Subject: [PATCH] add bug number for docker 1.11.2 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=11 --- runc.changes | 2 +- runc.spec | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/runc.changes b/runc.changes index 54bc9f1..7613c78 100644 --- a/runc.changes +++ b/runc.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Fri Apr 29 09:03:24 UTC 2016 - asarai@suse.de -* Update to runC 0.1.1. Changelog from upstream: +* Update to runC 0.1.1. (bsc#989566) Changelog from upstream: This release includes a bug fix for adding the selinux mount label in the specification. diff --git a/runc.spec b/runc.spec index f1dcf96..e7aeef0 100644 --- a/runc.spec +++ b/runc.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define go_arches %ix86 x86_64 aarch64 %ifarch %go_arches %define go_tool go @@ -99,3 +100,5 @@ man/md2man-all.sh %ifarch %go_arches %{_mandir}/man8/runc*.8.gz %endif + +%changelog