[golang-github-coreos-go-systemd] removed double quotes from Provides

Lokesh Mandvekar lsm5 at fedoraproject.org
Fri Oct 18 23:59:59 UTC 2013


commit 95516b378d887dd04752ab3bd1d759db1cbb1a90
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Fri Oct 18 18:57:12 2013 -0500

    removed double quotes from Provides
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at redhat.com>

 golang-github-coreos-go-systemd.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/golang-github-coreos-go-systemd.spec b/golang-github-coreos-go-systemd.spec
index 67b7f4b..5435db4 100644
--- a/golang-github-coreos-go-systemd.spec
+++ b/golang-github-coreos-go-systemd.spec
@@ -6,7 +6,7 @@
 
 Name:           golang-github-coreos-go-systemd
 Version:        0
-Release:        0.2.git%{shortcommit}%{?dist}
+Release:        0.3.git%{shortcommit}%{?dist}
 Summary:        Go bindings to systemd socket activation, journal and D-BUS APIs
 License:        ASL 2.0
 URL:            http://%{import_path}
@@ -23,10 +23,10 @@ ExclusiveArch:  %{ix86} x86_64 %{arm}
 %package devel
 Requires:       golang
 Summary:        Go bindings to systemd socket activation, journal and D-BUS APIs
-Provides:       golang("%{import_path}") = %{version}-%{release}
-Provides:       golang("%{import_path}/activation") = %{version}-%{release}
-Provides:       golang("%{import_path}/dbus") = %{version}-%{release}
-Provides:       golang("%{import_path}/journal") = %{version}-%{release}
+Provides:       golang(%{import_path}) = %{version}-%{release}
+Provides:       golang(%{import_path}/activation) = %{version}-%{release}
+Provides:       golang(%{import_path}/dbus) = %{version}-%{release}
+Provides:       golang(%{import_path}/journal) = %{version}-%{release}
 
 %description devel
 %{summary}
@@ -58,6 +58,9 @@ cp -av {activation,dbus,journal} %{buildroot}/%{gopath}/src/%{import_path}
 %{gopath}/src/%{import_path}/journal/*.go
 
 %changelog
+* Fri Oct 18 2013 Lokesh Mandvekar <lsm5 at redhat.com> 0-0.3.git68bc612
+- double quotes removed from provides
+
 * Mon Oct 14 2013 Lokesh Mandvekar <lsm5 at redhat.com> 0-0.2.git68bc612
 - provides golang("github.com/coreos/go-systemd")
 - defattr removed


More information about the scm-commits mailing list