diff --git a/_service b/_service index de8ecbd..5340669 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/opencontainers/runc.git git runc - 0.1.0 - v0.1.0 + 0.1.1 + v0.1.1 .git diff --git a/runc-0.1.0.tar.xz b/runc-0.1.0.tar.xz deleted file mode 100644 index 56b6b7a..0000000 --- a/runc-0.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:177b2e2af61f33d22ca5e606af924173f36a1ef631233c12bc50b75ffeedb71f -size 365300 diff --git a/runc-0.1.1.tar.xz b/runc-0.1.1.tar.xz new file mode 100644 index 0000000..8fd4ada --- /dev/null +++ b/runc-0.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97b2bc26851ce8b8bbad2c47f873baaf97b2098f74c254af0a8e3686a7968a7 +size 365364 diff --git a/runc.changes b/runc.changes index 715f2fe..54bc9f1 100644 --- a/runc.changes +++ b/runc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 29 09:03:24 UTC 2016 - asarai@suse.de + +* Update to runC 0.1.1. Changelog from upstream: + + This release includes a bug fix for adding the selinux mount label in the specification. + ------------------------------------------------------------------- Tue Apr 19 09:59:05 UTC 2016 - asarai@suse.de diff --git a/runc.spec b/runc.spec index 2df940e..f1dcf96 100644 --- a/runc.spec +++ b/runc.spec @@ -24,10 +24,10 @@ %define GO_BUILD_FLAGS "-gccgoflags=-Wl,--add-needed -Wl,--no-as-needed -static-libgo -ldl -lseccomp -lselinux -lapparmor" %endif -%define version_unconverted 0.1.0 +%define version_unconverted 0.1.1 Name: runc -Version: 0.1.0 +Version: 0.1.1 Release: 0 Summary: Tool for spawning and running OCI containers License: Apache-2.0 @@ -91,10 +91,6 @@ man/md2man-all.sh %{__install} -m644 man/man8/runc*.8 %{buildroot}%{_mandir}/man8 %endif -%post - -%postun - %files %defattr(-,root,root) %doc README.md LICENSE