commit 13bcc00356dd9f46255d2810a542717a1a177510
Author: Lokesh Mandvekar <[email protected]>
Date:   Sat Apr 12 16:29:41 2014 -0400

    correct import path

 golang-github-openshift-go-systemd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/golang-github-openshift-go-systemd.spec 
b/golang-github-openshift-go-systemd.spec
index 692b768..418ca8b 100644
--- a/golang-github-openshift-go-systemd.spec
+++ b/golang-github-openshift-go-systemd.spec
@@ -6,7 +6,7 @@
 
 Name:           golang-github-openshift-go-systemd
 Version:        0
-Release:        0.1.git%{shortcommit}%{?dist}
+Release:        0.2.git%{shortcommit}%{?dist}
 Summary:        Go bindings to systemd D-BUS APIs
 License:        ASL 2.0
 URL:            http://%{import_path}
@@ -21,7 +21,7 @@ ExclusiveArch:  %{ix86} x86_64 %{arm}
 %{summary}
 
 %package devel
-Requires:       golang(github.com/godbus/go.dbus)
+Requires:       golang(github.com/godbus/dbus)
 Requires:       golang
 Summary:        Go bindings to systemd D-BUS APIs
 Provides:       golang(%{import_path}/dbus) = %{version}-%{release}
@@ -53,5 +53,8 @@ cp -av dbus %{buildroot}/%{gopath}/src/%{import_path}
 %{gopath}/src/%{import_path}/dbus/*.go
 
 %changelog
+* Sat Apr 12 2014 Lokesh Mandvekar <[email protected]> 0-0.2.git
+- correct devel package dep
+
 * Thu Apr 03 2014 Lokesh Mandvekar <[email protected]> 0-0.1.git
 - Initial package
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to