[flannel] Change (Build)Requires accordning to the recent changes

Peter Lemenkov peter at fedoraproject.org
Tue Jan 20 21:03:45 UTC 2015


commit 31ac48bc8c1d4568f2cafa4dbde64f96bc78d069
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Wed Jan 21 00:04:08 2015 +0300

    Change (Build)Requires accordning to the recent changes
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 flannel.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/flannel.spec b/flannel.spec
index efc7a42..bb5cab4 100644
--- a/flannel.spec
+++ b/flannel.spec
@@ -9,7 +9,7 @@
 
 Name:           flannel 
 Version:        0.2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Etcd address management agent for overlay networks
 License:        ASL 2.0 
 URL:            https://%{import_path}
@@ -23,7 +23,7 @@ Patch0: flannel-remove-third-party-dependency-on-Godeps.patch
 
 BuildRequires:      golang >= 1.2.7
 BuildRequires:      golang-cover
-BuildRequires:      golang(github.com/coreos/go-systemd) >= 2-2
+BuildRequires:      golang(github.com/coreos/go-systemd/daemon) >= 2-2
 BuildRequires:      golang(github.com/coreos/go-etcd)
 BuildRequires:      golang(github.com/golang/glog)
 BuildRequires:      golang(github.com/vishvananda/netns)
@@ -42,7 +42,7 @@ that need to communicate with one another.
 %package devel
 BuildRequires:      golang >= 1.2.7
 BuildRequires:      golang-cover
-BuildRequires:      golang(github.com/coreos/go-systemd) >= 2-2
+BuildRequires:      golang(github.com/coreos/go-systemd/daemon) >= 2-2
 BuildRequires:      golang(github.com/coreos/go-etcd)
 BuildRequires:      golang(github.com/golang/glog)
 BuildRequires:      golang(github.com/vishvananda/netns)
@@ -50,7 +50,7 @@ BuildRequires:      golang(github.com/vishvananda/netlink)
 BuildRequires:      pkgconfig(systemd)
 Requires:           golang >= 1.2.7
 Requires:           golang-cover
-Requires:           golang(github.com/coreos/go-systemd) >= 2-2
+Requires:           golang(github.com/coreos/go-systemd/daemon) >= 2-2
 Requires:           golang(github.com/coreos/go-etcd)
 Requires:           golang(github.com/golang/glog)
 Requires:           golang(github.com/vishvananda/netns)
@@ -119,6 +119,10 @@ cp -pav {backend,pkg,subnet} %{buildroot}/%{gopath}/src/%{import_path}/
 %{gopath}/src/%{import_path}/
 
 %changelog
+* Tue Jan 20 2015 Peter Lemenkov <lemenkov at gmail.com> - 0.2.0-3
+- Change (Build)Requires accordning to the recent changes
+  (http://pkgs.fedoraproject.org/cgit/golang-github-coreos-go-systemd.git/commit/?id=204f61c)
+
 * Fri Jan 16 2015 Peter Lemenkov <lemenkov at gmail.com> - 0.2.0-2
 - Change flannel service type to notify. See
   https://github.com/coreos/flannel/blob/v0.2.0/main.go#L213


More information about the scm-commits mailing list