Accepting request 581721 from devel:CaaSP:Head:ControllerNode
OBS-URL: https://build.opensuse.org/request/show/581721 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/etcd?expand=0&rev=8
This commit is contained in:
commit
6af9680561
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="url">https://github.com/coreos/etcd.git</param>
|
<param name="url">https://github.com/coreos/etcd.git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="filename">etcd</param>
|
<param name="filename">etcd</param>
|
||||||
<param name="versionformat">3.2.4</param>
|
<param name="versionformat">3.3.1</param>
|
||||||
<param name="revision">v3.2.4</param>
|
<param name="revision">v3.3.1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/coreos/etcd.git</param>
|
||||||
|
<param name="changesrevision">28f3f26c0e303392556035b694f75768d449d33d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1cb423593bb4eabb52301feded3031f37a41efb2ae687db3d1f032d5d3ff9232
|
|
||||||
size 1745352
|
|
3
etcd-3.3.1.tar.xz
Normal file
3
etcd-3.3.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:37bb3e241e545ead9093fe934ef545927ea282fd44fd3558268152e841bc82fc
|
||||||
|
size 2048848
|
23
etcd.changes
23
etcd.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 10:27:43 UTC 2018 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- Build require go 1.9.4 or newer, since etcd has been tested and
|
||||||
|
built on that. See previous changelog.
|
||||||
|
fix#go_requirement.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 22 06:54:05 UTC 2018 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.1:
|
||||||
|
* gitignore: add ".Dockerfile-functional-tester"
|
||||||
|
* Dockerfile-functional-tester: initial commit
|
||||||
|
* tools/functional-tester: update README for local docker testing
|
||||||
|
* hack: sync with etcd master
|
||||||
|
* mvcc: restore unsynced watchers
|
||||||
|
* etcdserver: improve request took too long warning
|
||||||
|
* semaphore: use Go 1.9.4, update release upgrade test version
|
||||||
|
* travis: use Go 1.9.4 with TARGET_GO_VERSION
|
||||||
|
* hack/scripts-dev: Makefile with Go 1.9.4, 1.8.7
|
||||||
|
* version: 3.3.1
|
||||||
|
Needed by feature#node_removal
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 1 16:58:18 CET 2018 - ro@suse.de
|
Thu Feb 1 16:58:18 CET 2018 - ro@suse.de
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: etcd
|
Name: etcd
|
||||||
Version: 3.2.4
|
Version: 3.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Highly-available key value store for configuration and service discovery
|
Summary: Highly-available key value store for configuration and service discovery
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -37,7 +37,8 @@ BuildRequires: golang-packaging
|
|||||||
BuildRequires: shadow
|
BuildRequires: shadow
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: golang(API) = 1.8
|
BuildRequires: golang(API) = 1.9
|
||||||
|
BuildRequires: go >= 1.9.4
|
||||||
ExcludeArch: %ix86
|
ExcludeArch: %ix86
|
||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user