* Remove empty %postun and %post sections.

* Update to runC 0.1.1. Changelog from upstream:
  This release includes a bug fix for adding the selinux mount label in the specification.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=9
This commit is contained in:
Aleksa Sarai 2016-04-29 09:35:10 +00:00 committed by Git OBS Bridge
parent 04a7b71def
commit a12bb1c1f9
5 changed files with 14 additions and 11 deletions

View File

@ -3,8 +3,8 @@
<param name="url">https://github.com/opencontainers/runc.git</param>
<param name="scm">git</param>
<param name="filename">runc</param>
<param name="versionformat">0.1.0</param>
<param name="revision">v0.1.0</param>
<param name="versionformat">0.1.1</param>
<param name="revision">v0.1.1</param>
<param name="exclude">.git</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:177b2e2af61f33d22ca5e606af924173f36a1ef631233c12bc50b75ffeedb71f
size 365300

3
runc-0.1.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d97b2bc26851ce8b8bbad2c47f873baaf97b2098f74c254af0a8e3686a7968a7
size 365364

View File

@ -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

View File

@ -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