[geard] Bug 1097638 - requires docker-io

Lokesh Mandvekar lsm5 at fedoraproject.org
Sat May 17 16:47:20 UTC 2014


commit 70ced27a2742f2da9c30460f84172c74812b0e3c
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Sat May 17 12:47:11 2014 -0400

    Bug 1097638 - requires docker-io

 .gitignore |    1 +
 geard.spec |   12 +++++++++---
 sources    |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d7cf3c0..5f9c5cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /geard-b31df16.tar.gz
 /geard-7fd4f55.tar.gz
 /geard-c105889.tar.gz
+/geard-29b7076.tar.gz
diff --git a/geard.spec b/geard.spec
index da2c15f..2a697c5 100644
--- a/geard.spec
+++ b/geard.spec
@@ -9,12 +9,12 @@
 %global debug_package %{nil}
 %global gopath  %{_datadir}/gocode
 
-%global commit      c10588936f5c0829799a9db39030c25ee6da7fc9
+%global commit      29b70760f51e440b474335181350f6c20e733d56
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           geard
 Version:        0
-Release:        0.7.git%{shortcommit}%{?dist}
+Release:        0.8.git%{shortcommit}%{?dist}
 Summary:        Geard
 License:        ASL 2.0
 URL:            http://github.com/openshift/geard
@@ -37,7 +37,9 @@ BuildRequires:  libselinux-devel
 # btrfs not available for rhel yet
 BuildRequires:  pkgconfig(systemd)
 Requires:       systemd-units
-Requires:       /usr/bin/docker
+# make sure package is docker-io
+# https://bugzilla.redhat.com/show_bug.cgi?id=1097638
+Requires:       docker-io
 
 %description
 %{summary}
@@ -90,6 +92,10 @@ install -d -p %{buildroot}%{_sharedstatedir}/containers
 %dir %{_sharedstatedir}/containers
 
 %changelog
+* Sat May 17 2014 Lokesh Mandvekar <lsm5 at redhat.com> - 0-0.8.git
+- update to latest master
+- make sure required package is docker-io
+
 * Wed May 07 2014 Lokesh Mandvekar <lsm5 at redhat.com> - 0-0.7.git
 - make tests more resilient
 
diff --git a/sources b/sources
index e87858b..193f62b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6113c405955ea965a5cb9f927a6bb01a  geard-c105889.tar.gz
+93436c72b9dddb64a8239739879faa6f  geard-29b7076.tar.gz


More information about the scm-commits mailing list