Accepting request 736833 from home:RBrownSUSE:branches:devel:kubic
- Update to version 3.3.15: * version: 3.3.15 * vendor: regenerate * go.mod: remove, change back to "glide" * version: 3.3.14 * Documentation/upgrades: special upgrade guides for >= 3.3.14 * version: 3.3.14-rc.0 * vendor: regenerate * go.mod: regenerate * gitignore: track vendor directory * *: test with Go 1.12.9 * version: 3.3.14-beta.0 * tests/e2e: add missing curl * e2e: move * test: do not run "v2store" tests * test: bump up timeout for e2e tests * travis: fix functional tests * functional: add back, travis * auth: fix tests * travis: do not run functional for now * travis: skip windows build * test: fix repo path * tests/e2e: fix * build: remove tools * integration: fix tests * integration: fix "HashKVRequest" * functional: update * travis.yml: fix, run e2e * integration: update * etcdserver: detect leader change on reads OBS-URL: https://build.opensuse.org/request/show/736833 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/etcd?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
28e49dc9d3
commit
c08c621d2c
11
etcd.spec
11
etcd.spec
@@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: etcd
|
||||
Version: 3.3.11
|
||||
Version: 3.3.15
|
||||
Release: 0
|
||||
Summary: Highly-available key value store for configuration and service discovery
|
||||
License: Apache-2.0
|
||||
@@ -36,9 +36,8 @@ BuildRequires: golang-packaging
|
||||
BuildRequires: shadow
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: xz
|
||||
BuildRequires: golang(API) = 1.11
|
||||
# go1.11.3 contains sec. fixes bsc#1118897(CVE-2018-16873) bsc#1118897(CVE-2018-16873) bsc#1118899(CVE-2018-16875)
|
||||
BuildRequires: go1.11 >= 1.11.3
|
||||
BuildRequires: golang(API) = 1.12
|
||||
BuildRequires: go1.12 >= 1.12.9
|
||||
ExcludeArch: %ix86
|
||||
Requires(post): %fillup_prereq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -71,8 +70,8 @@ cp %{SOURCE5} .
|
||||
|
||||
%build
|
||||
%{goprep} github.com/coreos/etcd
|
||||
%{gobuild} cmd/etcd
|
||||
%{gobuild} cmd/etcdctl
|
||||
%{gobuild} .
|
||||
%{gobuild} etcdctl
|
||||
|
||||
%install
|
||||
%{goinstall}
|
||||
|
Reference in New Issue
Block a user