[golang-github-docker-libcontainer] Resolves: rhbz#1130500

lsm5 lsm5 at fedoraproject.org
Fri Aug 15 22:54:10 UTC 2014


commit 09c9443ea2136f2ba1032c1127c5e10209353433
Author: Lokesh Mandvekar <lsm5 at fedoraproject.org>
Date:   Fri Aug 15 17:54:10 2014 -0500

    Resolves: rhbz#1130500

 .gitignore                             |    1 +
 golang-github-docker-libcontainer.spec |   12 ++++++++----
 sources                                |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c163e8a..5531106 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /v1.1.0.tar.gz
+/libcontainer-29363e2.tar.gz
diff --git a/golang-github-docker-libcontainer.spec b/golang-github-docker-libcontainer.spec
index 6614e1d..7d63d72 100644
--- a/golang-github-docker-libcontainer.spec
+++ b/golang-github-docker-libcontainer.spec
@@ -1,15 +1,15 @@
 %global debug_package   %{nil}
 %global import_path     github.com/docker/libcontainer
-%global commit          53cfe0a1eba9145bf5329abbb52b0072ccab8a00
+%global commit          29363e2d2d7b8f62a5f353be333758f83df540a9
 %global shortcommit     %(c=%{commit}; echo ${c:0:7})
 
 Name:           golang-github-docker-libcontainer
 Version:        1.1.0
-Release:        6%{?dist}
+Release:        7.git%{shortcommit}%{?dist}
 Summary:        Configuration options for containers
 License:        ASL 2.0
 URL:            https://%{import_path}
-Source0:        https://%{import_path}/archive/v%{version}.tar.gz
+Source0:        https://%{import_path}/archive/%{commit}/libcontainer-%{shortcommit}.tar.gz
 ExclusiveArch:  x86_64
 BuildRequires:  golang(github.com/codegangsta/cli) >= 1.1.0-1
 BuildRequires:  golang(github.com/coreos/go-systemd/activation)
@@ -62,7 +62,7 @@ This package contains library source intended for building other packages
 which use libcontainer.
 
 %prep
-%setup -n libcontainer-%{version}
+%setup -n libcontainer-%{commit}
 
 %build
 mkdir -p ./_build/src/github.com/docker
@@ -134,6 +134,10 @@ install -p -m 755 ./_build/src/nsinit %{buildroot}%{_bindir}/nsinit
 %{gopath}/src/%{import_path}/utils/*.go
 
 %changelog
+* Fri Aug 15 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.1.0-7.git
+- Resolves: rhbz#1130500
+- update to upstream commit 29363e2d2d7b8f62a5f353be333758f83df540a9
+
 * Thu Jul 31 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.1.0-6
 - Resolves: rhbz#1111916 - package review request
 - remove attr for fedora
diff --git a/sources b/sources
index 89240c3..a8b197e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-946474bfe416ec0341ef31926e8daea5  v1.1.0.tar.gz
+96171552e1da5856f85e7f66a8598937  libcontainer-29363e2.tar.gz


More information about the scm-commits mailing list