From 77cba216ba54726cd0e60a92a465105620d2e23e Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 18 Feb 2014 16:56:24 -0500 Subject: [PATCH] Provide 'go' --- golang.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 1.2-5 +- provide 'go', so users can yum install 'go' + * Thu Jan 24 2014 Vincent Batts 1.2-4 - skip a flaky test that is sporadically failing on the build server