commit c47ad6cebe91456a293ab147ac8a2715616929cd
Author: Jan Chaloupka <[email protected]>
Date: Mon Jan 19 12:49:48 2015 +0100
Adding missing Provides and removing superfluous Provides
- related: #1165690
golang-github-coreos-go-systemd.spec | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/golang-github-coreos-go-systemd.spec
b/golang-github-coreos-go-systemd.spec
index f20c4ce..1d420e5 100644
--- a/golang-github-coreos-go-systemd.spec
+++ b/golang-github-coreos-go-systemd.spec
@@ -10,7 +10,7 @@
Name: golang-github-coreos-go-systemd
Version: 2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Go bindings to systemd socket activation, journal and D-BUS
APIs
License: ASL 2.0
URL: http://%{import_path}
@@ -29,11 +29,11 @@ BuildRequires: golang >= 1.2.1-3
Requires: golang >= 1.2.1-3
Requires: golang(github.com/godbus/dbus)
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}/daemon) = %{version}-%{release}
Provides: golang(%{import_path}/journal) = %{version}-%{release}
+Provides: golang(%{import_path}/login1) = %{version}-%{release}
Provides: golang(%{import_path}/unit) = %{version}-%{release}
%description devel
@@ -67,6 +67,10 @@ cp -pav {activation,daemon,dbus,journal,unit}
%{buildroot}/%{gopath}/src/%{impor
%{gopath}/src/%{import_path}/unit/*.go
%changelog
+* Mon Jan 19 2015 jchaloup <[email protected]> - 2-3
+- Adding missing Provides and removing superfluous Provides
+ related: #1165690
+
* Wed Nov 19 2014 jchaloup <[email protected]> - 2-2
- Update to a606a1e936df81b70d85448221c7b1c6d8a74ef1 commit
resolves: #1165688
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang