jchaloup pushed to golang-github-docker-libcontainer (master). "Bump to upstream bada39cf31c3305810c2575e036f594a7dc3c98f (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 11 11:25:55 UTC 2015


From 4036cbdbf9bd419b942a6055be8b2093cd0c1ab3 Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup at redhat.com>
Date: Mon, 20 Apr 2015 23:58:56 +0200
Subject: Bump to upstream bada39cf31c3305810c2575e036f594a7dc3c98f - related:
 #1164989


diff --git a/.gitignore b/.gitignore
index e8cb207..530a9c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/libcontainer-d7dea0e.tar.gz
+/libcontainer-bada39c.tar.gz
diff --git a/golang-github-docker-libcontainer.spec b/golang-github-docker-libcontainer.spec
index dbf15ff..34853a5 100644
--- a/golang-github-docker-libcontainer.spec
+++ b/golang-github-docker-libcontainer.spec
@@ -4,25 +4,26 @@
 %global project         docker
 %global repo            libcontainer
 %global import_path     %{provider}.%{provider_tld}/%{project}/%{repo}
-%global commit          d7dea0e925315bab640115053204c16718839b1e
+%global commit          bada39cf31c3305810c2575e036f594a7dc3c98f
 %global shortcommit     %(c=%{commit}; echo ${c:0:7})
 
 Name:           golang-github-docker-libcontainer
 Version:        1.4.0
-Release:        2.git%{shortcommit}%{?dist}
+Release:        3.git%{shortcommit}%{?dist}
 Summary:        Configuration options for containers
 License:        ASL 2.0
 URL:            https://%{import_path}
 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/dbus)
-BuildRequires:  golang(github.com/godbus/dbus)
-BuildRequires:  docker-io-pkg-devel
-BuildRequires:  golang(github.com/docker/docker/pkg/mount)
-BuildRequires:  golang(github.com/docker/docker/pkg/symlink)
-BuildRequires:  golang(github.com/docker/docker/pkg/term)
-BuildRequires:  golang(github.com/syndtr/gocapability/capability)
+
+BuildRequires: golang(github.com/Sirupsen/logrus)
+BuildRequires: golang(github.com/codegangsta/cli) >= 1.1.0-1
+BuildRequires: golang(github.com/coreos/go-systemd/dbus)
+BuildRequires: golang(github.com/docker/docker/pkg/mount)
+BuildRequires: golang(github.com/docker/docker/pkg/term)
+BuildRequires: golang(github.com/godbus/dbus)
+BuildRequires: golang(github.com/syndtr/gocapability/capability) >= 0-0.9
+
 Provides:       nsinit = %{version}-%{release}
 
 %description
@@ -36,44 +37,42 @@ debugging purposes only and not officially supported.
 
 %package devel
 Summary:        Configuration options for containers
-BuildRequires:  golang >= 1.2.1-3
-BuildRequires:	golang(github.com/codegangsta/cli)
-BuildRequires:	golang(github.com/coreos/go-systemd/dbus)
-BuildRequires:	golang(github.com/docker/docker/pkg/mount)
-BuildRequires:	golang(github.com/docker/docker/pkg/symlink)
-BuildRequires:	golang(github.com/docker/docker/pkg/term)
-BuildRequires:	golang(github.com/godbus/dbus)
-BuildRequires:	golang(github.com/syndtr/gocapability/capability)
-Requires:       golang >= 1.2.1-3
-Requires:	golang(github.com/codegangsta/cli)
-Requires:	golang(github.com/coreos/go-systemd/dbus)
-Requires:	golang(github.com/docker/docker/pkg/mount)
-Requires:	golang(github.com/docker/docker/pkg/symlink)
-Requires:	golang(github.com/docker/docker/pkg/term)
-Requires:	golang(github.com/godbus/dbus)
-Requires:	golang(github.com/syndtr/gocapability/capability)
-Provides:       golang(%{import_path}) = %{version}-%{release}
-Provides:       golang(%{import_path}/apparmor) = %{version}-%{release}
-Provides:       golang(%{import_path}/cgroups) = %{version}-%{release}
-Provides:       golang(%{import_path}/cgroups/fs) = %{version}-%{release}
-Provides:       golang(%{import_path}/cgroups/systemd) = %{version}-%{release}
-Provides:       golang(%{import_path}/console) = %{version}-%{release}
-Provides:       golang(%{import_path}/devices) = %{version}-%{release}
-Provides:       golang(%{import_path}/label) = %{version}-%{release}
-Provides:       golang(%{import_path}/mount) = %{version}-%{release}
-Provides:       golang(%{import_path}/mount/nodes) = %{version}-%{release}
-Provides:       golang(%{import_path}/namespaces) = %{version}-%{release}
-Provides:       golang(%{import_path}/namespaces/nsenter) = %{version}-%{release}
-Provides:       golang(%{import_path}/netlink) = %{version}-%{release}
-Provides:       golang(%{import_path}/network) = %{version}-%{release}
-Provides:       golang(%{import_path}/nsinit) = %{version}-%{release}
-Provides:       golang(%{import_path}/security/capabilities) = %{version}-%{release}
-Provides:       golang(%{import_path}/security/restrict) = %{version}-%{release}
-Provides:       golang(%{import_path}/selinux) = %{version}-%{release}
-Provides:       golang(%{import_path}/syncpipe) = %{version}-%{release}
-Provides:       golang(%{import_path}/system) = %{version}-%{release}
-Provides:       golang(%{import_path}/user) = %{version}-%{release}
-Provides:       golang(%{import_path}/utils) = %{version}-%{release}
+BuildRequires: golang >= 1.2.1-3
+BuildRequires: golang(github.com/Sirupsen/logrus)
+BuildRequires: golang(github.com/codegangsta/cli) >= 1.1.0-1
+BuildRequires: golang(github.com/coreos/go-systemd/dbus)
+BuildRequires: golang(github.com/docker/docker/pkg/mount)
+BuildRequires: golang(github.com/docker/docker/pkg/term)
+BuildRequires: golang(github.com/godbus/dbus)
+BuildRequires: golang(github.com/syndtr/gocapability/capability) >= 0-0.9
+
+Requires: golang >= 1.2.1-3
+Requires: golang(github.com/Sirupsen/logrus)
+Requires: golang(github.com/codegangsta/cli)
+Requires: golang(github.com/coreos/go-systemd/dbus)
+Requires: golang(github.com/docker/docker/pkg/mount)
+Requires: golang(github.com/docker/docker/pkg/term)
+Requires: golang(github.com/godbus/dbus)
+Requires: golang(github.com/syndtr/gocapability/capability)
+
+Provides: golang(%{import_path}) = %{version}-%{release}
+Provides: golang(%{import_path}/apparmor) = %{version}-%{release}
+Provides: golang(%{import_path}/cgroups) = %{version}-%{release}
+Provides: golang(%{import_path}/cgroups/fs) = %{version}-%{release}
+Provides: golang(%{import_path}/cgroups/systemd) = %{version}-%{release}
+Provides: golang(%{import_path}/configs) = %{version}-%{release}
+Provides: golang(%{import_path}/configs/validate) = %{version}-%{release}
+Provides: golang(%{import_path}/devices) = %{version}-%{release}
+Provides: golang(%{import_path}/integration) = %{version}-%{release}
+Provides: golang(%{import_path}/label) = %{version}-%{release}
+Provides: golang(%{import_path}/netlink) = %{version}-%{release}
+Provides: golang(%{import_path}/nsenter) = %{version}-%{release}
+Provides: golang(%{import_path}/selinux) = %{version}-%{release}
+Provides: golang(%{import_path}/stacktrace) = %{version}-%{release}
+Provides: golang(%{import_path}/system) = %{version}-%{release}
+Provides: golang(%{import_path}/user) = %{version}-%{release}
+Provides: golang(%{import_path}/utils) = %{version}-%{release}
+Provides: golang(%{import_path}/xattr) = %{version}-%{release}
 
 %description devel
 libcontainer specifies configuration options for what a container is. It
@@ -124,6 +123,10 @@ done
 %{gopath}/src/%{import_path}
 
 %changelog
+* Mon Apr 20 2015 jchaloup <jchaloup at redhat.com> - 1.4.0-3.gitbada39c
+- Bump to upstream bada39cf31c3305810c2575e036f594a7dc3c98f
+  related: #1164989
+
 * Tue Mar 31 2015 jchaloup <jchaloup at redhat.com> - 1.4.0-2.gitd7dea0e
 - Add [B]R to devel subpackage
   related: #1164989
diff --git a/sources b/sources
index c228f9a..49eb0cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f274cf071be8110ad6efd2bef8b7a81  libcontainer-d7dea0e.tar.gz
+4af50f91fdf2816cf52f9a0b07c50a6e  libcontainer-bada39c.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/golang-github-docker-libcontainer.git/commit/?h=master&id=4036cbdbf9bd419b942a6055be8b2093cd0c1ab3


More information about the scm-commits mailing list