[golang-github-docker-libcontainer] update to 1.2.0

Lokesh Mandvekar lsm5 at fedoraproject.org
Mon Oct 20 16:12:10 UTC 2014


commit d3570fb58974fff25c5c5dfaf36761aafe54803c
Author: Lokesh Mandvekar <lsm5 at fedoraproject.org>
Date:   Mon Oct 20 11:11:15 2014 -0500

    update to 1.2.0
    
    version-release: 1.2.0.gitc907e40
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at fedoraproject.org>

 .gitignore                             |    1 +
 golang-github-docker-libcontainer.spec |    9 ++++++---
 sources                                |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d6e55b..df979e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /v1.1.0.tar.gz
 /libcontainer-29363e2.tar.gz
 /libcontainer-db65c35.tar.gz
+/libcontainer-c907e40.tar.gz
diff --git a/golang-github-docker-libcontainer.spec b/golang-github-docker-libcontainer.spec
index 6d4ca27..55b414b 100644
--- a/golang-github-docker-libcontainer.spec
+++ b/golang-github-docker-libcontainer.spec
@@ -1,11 +1,11 @@
 %global debug_package   %{nil}
 %global import_path     github.com/docker/libcontainer
-%global commit          db65c35051d05f3fb218a0e84a11267e0894fe0a
+%global commit          c907e406fe81320d87b58edf74953ceb08facc13
 %global shortcommit     %(c=%{commit}; echo ${c:0:7})
 
 Name:           golang-github-docker-libcontainer
-Version:        1.1.0
-Release:        10.git%{shortcommit}%{?dist}
+Version:        1.2.0
+Release:        1.git%{shortcommit}%{?dist}
 Summary:        Configuration options for containers
 License:        ASL 2.0
 URL:            https://%{import_path}
@@ -143,6 +143,9 @@ install -p -m 755 ./_build/src/nsinit %{buildroot}%{_bindir}/nsinit
 %{gopath}/src/%{import_path}/utils/*.go
 
 %changelog
+* Mon Oct 20 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.2.0-1.gitc907e40
+- bump to v1.2.0 commit c907e406fe81320d87b58edf74953ceb08facc13
+
 * Sat Aug 23 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.1.0-10.git
 - Include syncpipe, system and user dirs missed in previous build
 
diff --git a/sources b/sources
index b93edc1..10dbc68 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-42bc7f1335c040f94e5bf9fbfdba0b68  libcontainer-db65c35.tar.gz
+611dd9e88add587a51f3d7081f525632  libcontainer-c907e40.tar.gz


More information about the scm-commits mailing list