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 - 2-3 +- Adding missing Provides and removing superfluous Provides + related: #1165690 + * Wed Nov 19 2014 jchaloup - 2-2 - Update to a606a1e936df81b70d85448221c7b1c6d8a74ef1 commit resolves: #1165688