From c2deecce4bf5731c0c48674a4bea6c51dbb5896e Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Jun 26 2015 20:09:43 +0000 Subject: Update to 0.5.0 --- diff --git a/.gitignore b/.gitignore index c99627d..2a109fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/flannel-9180d9a.tar.gz +/flannel-1d34aa2.tar.gz diff --git a/flannel.spec b/flannel.spec index 36c3007..e3c3f6d 100644 --- a/flannel.spec +++ b/flannel.spec @@ -5,12 +5,14 @@ %global project coreos %global repo flannel %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} -%global commit 9180d9a37e2ae6d7fceabea51c6416767c6b50f6 +%global commit 1d34aa2f99c4643a1982670caac65892429d485f %global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global devel_main flannel-devel + Name: flannel -Version: 0.4.1 -Release: 3%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: Etcd address management agent for overlay networks License: ASL 2.0 URL: https://%{import_path} @@ -24,6 +26,9 @@ ExclusiveArch: %{ix86} x86_64 %{arm} BuildRequires: golang >= 1.2.7 %if 0%{?fedora} BuildRequires: golang-cover +BuildRequires: golang(code.google.com/p/goauth2/compute/serviceaccount) +BuildRequires: golang(code.google.com/p/google-api-go-client/compute/v1) +BuildRequires: golang(code.google.com/p/google-api-go-client/googleapi) BuildRequires: golang(github.com/coreos/go-etcd/etcd) BuildRequires: golang(github.com/coreos/go-systemd/daemon) >= 2-2 BuildRequires: golang(github.com/golang/glog) @@ -50,6 +55,9 @@ that need to communicate with one another. Summary: %{summary} BuildRequires: golang >= 1.2.7 BuildRequires: golang-cover +BuildRequires: golang(code.google.com/p/goauth2/compute/serviceaccount) +BuildRequires: golang(code.google.com/p/google-api-go-client/compute/v1) +BuildRequires: golang(code.google.com/p/google-api-go-client/googleapi) BuildRequires: golang(github.com/coreos/go-etcd/etcd) BuildRequires: golang(github.com/coreos/go-systemd/daemon) BuildRequires: golang(github.com/golang/glog) @@ -60,6 +68,9 @@ BuildRequires: golang(github.com/vishvananda/netlink) BuildRequires: golang(github.com/vishvananda/netlink/nl) BuildRequires: golang(golang.org/x/net/context) Requires: golang-cover +Requires: golang(code.google.com/p/goauth2/compute/serviceaccount) +Requires: golang(code.google.com/p/google-api-go-client/compute/v1) +Requires: golang(code.google.com/p/google-api-go-client/googleapi) Requires: golang(github.com/coreos/go-etcd/etcd) Requires: golang(github.com/coreos/go-systemd/daemon) Requires: golang(github.com/golang/glog) @@ -71,6 +82,7 @@ Requires: golang(golang.org/x/net/context) Provides: golang(%{import_path}/backend) = %{version}-%{release} Provides: golang(%{import_path}/backend/alloc) = %{version}-%{release} Provides: golang(%{import_path}/backend/awsvpc) = %{version}-%{release} +Provides: golang(%{import_path}/backend/gce) = %{version}-%{release} Provides: golang(%{import_path}/backend/hostgw) = %{version}-%{release} Provides: golang(%{import_path}/backend/udp) = %{version}-%{release} Provides: golang(%{import_path}/backend/vxlan) = %{version}-%{release} @@ -152,6 +164,9 @@ cp -pav {backend,pkg,subnet} %{buildroot}/%{gopath}/src/%{import_path}/ %endif %changelog +* Fri Jun 26 2015 jchaloup - 0.5.0-1 +- Update to 0.5.0 + * Wed Jun 17 2015 Fedora Release Engineering - 0.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 9537398..f0af3f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65cb2c17d1214c02de07574b683df278 flannel-9180d9a.tar.gz +69bf7b8ef5feb93a5fbdfc5f7188fd73 flannel-1d34aa2.tar.gz