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 - 1.1.0-7.git +- Resolves: rhbz#1130500 +- update to upstream commit 29363e2d2d7b8f62a5f353be333758f83df540a9 + * Thu Jul 31 2014 Lokesh Mandvekar - 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