commit 77cba216ba54726cd0e60a92a465105620d2e23e
Author: Vincent Batts <[email protected]>
Date:   Tue Feb 18 16:56:24 2014 -0500

    Provide 'go'

 golang.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/golang.spec b/golang.spec
index 21428aa..d9f4ca8 100644
--- a/golang.spec
+++ b/golang.spec
@@ -25,7 +25,7 @@
 
 Name:           golang
 Version:        1.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        The Go Programming Language
 
 License:        BSD
@@ -40,6 +40,8 @@ Patch1:         golang-f21-hostname.patch
 BuildRequires:  /bin/hostname
 %endif
 
+Provides:       go = %{version}-%{release}
+
 BuildRequires:  emacs
 # xemacs on fedora only
 %if 0%{?fedora}
@@ -293,6 +295,9 @@ cp -av %{SOURCE101} 
$RPM_BUILD_ROOT%{_sysconfdir}/prelink.conf.d/golang.conf
 
 
 %changelog
+* Tue Feb 18 2014 Vincent Batts <[email protected]> 1.2-5
+- provide 'go', so users can yum install 'go'
+
 * Thu Jan 24 2014 Vincent Batts <[email protected]> 1.2-4
 - skip a flaky test that is sporadically failing on the build server
 
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to