[golang-github-syndtr-gocapability] use golang as runtime dep

Lokesh Mandvekar lsm5 at fedoraproject.org
Fri Jan 17 17:37:32 UTC 2014


commit 3fac2a966901c009be9677f856214cb3b2a78110
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Fri Jan 17 12:37:45 2014 -0500

    use golang as runtime dep
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at redhat.com>

 golang-github-syndtr-gocapability.spec |    7 +++++--
 sources                                |    2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/golang-github-syndtr-gocapability.spec b/golang-github-syndtr-gocapability.spec
index e8b2772..152280e 100644
--- a/golang-github-syndtr-gocapability.spec
+++ b/golang-github-syndtr-gocapability.spec
@@ -6,7 +6,7 @@
 
 Name:           golang-github-syndtr-gocapability
 Version:        0
-Release:        0.3.git%{shortcommit}%{?dist}
+Release:        0.4.git%{shortcommit}%{?dist}
 Summary:        POSIX capability library for the Go programming language
 License:        BSD
 URL:            %{import_path}
@@ -16,7 +16,7 @@ Source0:        https://github.com/syndtr/gocapability/archive/%{commit}/gocapab
 %{summary}
 
 %package devel
-BuildRequires:  golang
+Requires:       golang
 Summary:        Source for POSIX capability for the Go programming language
 %if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
 BuildArch:      noarch
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{gopath}/src/%{import_path}/capability/*.go
 
 %changelog
+* Fri Jan 17 2014 Lokesh Mandvekar <lsm5 at redhat.com> 0-0.4.git3454319
+- change golang BR to requires
+
 * Wed Nov 20 2013 Vincent Batts <vbatts at redhat.com> 0-0.3.git3454319
 - typo
 
diff --git a/sources b/sources
index e377f46..6442c9d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b46f7c27721cef61c26e04f3eab5bf67  gocapability-3454319.tar.gz
+736f2ab7379a8560791853026487c8b4  gocapability-3454319.tar.gz


More information about the scm-commits mailing list