[geard] update to latest master in git

Adam Miller maxamillion at fedoraproject.org
Tue Jun 10 21:43:27 UTC 2014


commit 084ebcf77af7bde2b10e0175ffd8fff24c23bccc
Author: Adam Miller <admiller at redhat.com>
Date:   Tue Jun 10 16:43:11 2014 -0500

    update to latest master in git

 .gitignore |    1 +
 geard.spec |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9079295..5f7a059 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /geard-c105889.tar.gz
 /geard-29b7076.tar.gz
 /geard-3c781d0.tar.gz
+/geard-8b2dcfc.tar.gz
diff --git a/geard.spec b/geard.spec
index ccfcae2..b7d24fb 100644
--- a/geard.spec
+++ b/geard.spec
@@ -9,17 +9,17 @@
 %global debug_package %{nil}
 %global gopath  %{_datadir}/gocode
 
-%global commit      3c781d0cd8a961a85449d362fb5d8c88c5a34a22
+%global commit      8b2dcfc079a2fe698bb436925006a0f331a5bef9
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           geard
 Version:        0
-Release:        0.10.git%{shortcommit}%{?dist}
+Release:        0.11.git%{shortcommit}%{?dist}
 Summary:        Geard
 License:        ASL 2.0
 URL:            http://github.com/openshift/geard
 ExclusiveArch:  x86_64
-Source0:        https://github.com/kraman/geard/archive/%{commit}/geard-%{shortcommit}.tar.gz
+Source0:        https://github.com/openshift/geard/archive/%{commit}/geard-%{shortcommit}.tar.gz
 Patch0:         selinux-impl.patch
 #BuildRequires:  glibc-static
 # ensure build uses golang 1.2-7 and above
@@ -94,6 +94,9 @@ install -d -p %{buildroot}%{_sharedstatedir}/containers
 %dir %{_sharedstatedir}/containers
 
 %changelog
+* Mon Jun 09 2014 Adam Miller <maxamillion at fedoraproject.org> - 0-0.11.git8b2dcfc
+- New builds from upstream master at commit id 8b2dcfc
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.10.git3c781d0
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 4ac2d48..003968d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c91b4f5e6b566ac750f51f7f308b742  geard-3c781d0.tar.gz
+575b3e07a7190d249570866243360919  geard-8b2dcfc.tar.gz


More information about the scm-commits mailing list