[golang-googlecode-tools] fix the golang-godoc conflict

Vincent Batts vbatts at fedoraproject.org
Thu Dec 5 19:57:22 UTC 2013


commit 526b9ee7aaa6a6f04c80614f3b8fa936872d289b
Author: Vincent Batts <vbatts at redhat.com>
Date:   Thu Dec 5 14:56:32 2013 -0500

    fix the golang-godoc conflict

 golang-googlecode-tools.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/golang-googlecode-tools.spec b/golang-googlecode-tools.spec
index e0f0c4d..02724c0 100644
--- a/golang-googlecode-tools.spec
+++ b/golang-googlecode-tools.spec
@@ -6,7 +6,7 @@
 
 Name:           golang-googlecode-tools
 Version:        0
-Release:        0.3.hg%{shortrev}%{?dist}
+Release:        0.4.hg%{shortrev}%{?dist}
 Summary:        Supplementary tools and packages for Go
 License:        BSD
 URL:            http://%{import_path}
@@ -21,6 +21,7 @@ BuildRequires:  golang
 Summary:        Documentation tool for the Go programming language
 %description -n golang-godoc
 Godoc extracts and generates documentation for Go programs.
+Obsoletes:      golang-godoc = 1.1.2
 
 
 %package -n golang-vet
@@ -287,6 +288,9 @@ done
 %{gopath}/src/%{import_path}/ssa/testdata/*.go
 
 %changelog
+* Thu Dec 05 2013 Vincent Batts <vbatts at redhat.com> 0-0.4.hg17c8fe23290a
+- golang-godoc to obsolete the package from golang 1.1.2
+
 * Tue Nov 12 2013 Vincent Batts <vbatts at redhat.com> 0-0.3.hg17c8fe23290a
 - removing conflicting directory ownership
 


More information about the scm-commits mailing list