Accepting request 770502 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/770502 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/etcd?expand=0&rev=20
This commit is contained in:
commit
639eb11606
15
_service
15
_service
@ -1,16 +1,19 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="url">git://github.com/etcd-io/etcd.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">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="revision">v3.4.3</param>
|
||||||
<param name="versionformat">3.3.15</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="revision">v3.3.15</param>
|
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
</service>
|
||||||
|
<service mode="disabled" name="set_version">
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">gz</param>
|
||||||
|
</service>
|
||||||
|
<service name="go_modules" mode="disabled">
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/coreos/etcd.git</param>
|
<param name="url">https://github.com/coreos/etcd.git</param>
|
||||||
<param name="changesrevision">94745a4eed0425653b3b4275a208d38babceeaec</param></service></servicedata>
|
<param name="changesrevision">94745a4eed0425653b3b4275a208d38babceeaec</param></service><service name="tar_scm">
|
||||||
|
<param name="url">git://github.com/etcd-io/etcd.git</param>
|
||||||
|
<param name="changesrevision">3cf2f69b5738fb702ba1a935590f36b52b18979b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b7baf8a9d015917dec69f4349455ad29043566d85065011bea7c343c1ca4606d
|
|
||||||
size 4206684
|
|
3
etcd-3.4.3.tar.gz
Normal file
3
etcd-3.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bed9b521a7819bc3b78dbaabac387182bdb246ad3fdc96fe8e11b01d4fb42a17
|
||||||
|
size 9051598
|
31
etcd.changes
31
etcd.changes
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 6 09:03:22 UTC 2020 - Michal Jura <mjura@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.4.3:
|
||||||
|
* version: 3.4.3
|
||||||
|
* *: use Go 1.12.12
|
||||||
|
* rafthttp: add 3.4 stream type
|
||||||
|
* etcdserver: strip patch version in metrics
|
||||||
|
* etcdserver: strip patch version in cluster version
|
||||||
|
* etcdserver: unset old cluster version in metrics
|
||||||
|
* Add version, tag and branch checks to release script
|
||||||
|
* scripts: fix read failure prompt in release; use https for git clone.
|
||||||
|
* version: 3.4.2
|
||||||
|
* etcdserver: trace compaction request; add return parameter 'trace' to applierV3.Compaction() mvcc: trace compaction request; add input parameter 'trace' to KV.Compact()
|
||||||
|
* etcdserver: trace raft requests.
|
||||||
|
* etcdserver: add put request steps. mvcc: add put request steps; add trace to KV.Write() as input parameter.
|
||||||
|
* pkg: use zap logger to format the structure log output.
|
||||||
|
* pkg: add field to record additional detail of trace; add stepThreshold to reduce log volume.
|
||||||
|
* pkg: create package traceutil for tracing. mvcc: add tracing steps:range from the in-memory index tree; range from boltdb. etcdserver: add tracing steps: agreement among raft nodes before linerized reading; authentication; filter and sort kv pairs; assemble the response.
|
||||||
|
* clientv3: Replace endpoint.ParseHostPort with net.SplitHostPort to fix IPv6 client endpoints
|
||||||
|
* clientv3: Set authority used in cert checks to host of endpoint
|
||||||
|
* tests/e2e: fix metrics tests
|
||||||
|
* etcdctl: fix member add command
|
||||||
|
* scripts/build-binary: fix darwin tar commands
|
||||||
|
* scripts/release: fix SHA256SUMS command
|
||||||
|
* version: 3.4.1
|
||||||
|
* scripts/release: fix docker push command
|
||||||
|
* integration: fix bug in for loop, make it break properly
|
||||||
|
* embed: expose ZapLoggerBuilder
|
||||||
|
* vendor: upgrade to gRPC v1.23.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 10 09:50:11 UTC 2019 - rbrown@suse.com
|
Thu Oct 10 09:50:11 UTC 2019 - rbrown@suse.com
|
||||||
|
|
||||||
|
46
etcd.spec
46
etcd.spec
@ -20,18 +20,20 @@
|
|||||||
%if ! %{defined _fillupdir}
|
%if ! %{defined _fillupdir}
|
||||||
%define _fillupdir /var/adm/fillup-templates
|
%define _fillupdir /var/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
|
%define project go.etcd.io/etcd
|
||||||
|
|
||||||
Name: etcd
|
Name: etcd
|
||||||
Version: 3.3.15
|
Version: 3.4.3
|
||||||
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
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: https://github.com/coreos/etcd
|
Url: https://github.com/coreos/etcd
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Source1: %{name}.conf
|
Source1: vendor.tar.gz
|
||||||
Source2: %{name}.service
|
Source11: %{name}.conf
|
||||||
Source5: README.security
|
Source12: %{name}.service
|
||||||
|
Source15: README.security
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: shadow
|
BuildRequires: shadow
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
@ -65,25 +67,38 @@ A command line client for etcd. It can be used in scripts or for administrators
|
|||||||
to explore an etcd cluster.
|
to explore an etcd cluster.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -a1
|
||||||
cp %{SOURCE5} .
|
cp %{SOURCE15} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{goprep} github.com/coreos/etcd
|
%{goprep} go.etcd.io/etcd
|
||||||
%{gobuild} .
|
export GOPATH=$HOME/go
|
||||||
%{gobuild} etcdctl
|
mkdir -pv $HOME/go/src/%{project}
|
||||||
|
rm -rf $HOME/go/src/%{project}/*
|
||||||
|
cp -avr * $HOME/go/src/%{project}
|
||||||
|
|
||||||
|
cd $HOME/go/src/%{project}
|
||||||
|
go build -v -buildmode=pie -o etcd
|
||||||
|
|
||||||
|
cd $HOME/go/src/%{project}/etcdctl
|
||||||
|
go build -v -buildmode=pie -o etcdctl
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{goinstall}
|
cd $HOME/go/src/%{project}
|
||||||
rm -rf %{buildroot}/%{_libdir}/go/contrib
|
|
||||||
|
install -d %{buildroot}/%{_sbindir}
|
||||||
|
install -D -m 0755 etcd %{buildroot}/%{_sbindir}/etcd
|
||||||
|
|
||||||
|
install -d %{buildroot}/%{_bindir}
|
||||||
|
install -D -m 0755 etcdctl/etcdctl %{buildroot}/%{_bindir}/etcdctl
|
||||||
|
|
||||||
# Service
|
# Service
|
||||||
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
|
install -D -p -m 0644 %{SOURCE12} %{buildroot}%{_unitdir}/%{name}.service
|
||||||
install -d %{buildroot}/%{_sbindir}
|
install -d %{buildroot}/%{_sbindir}
|
||||||
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||||
|
|
||||||
# Sysconfig
|
# Sysconfig
|
||||||
install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.%{name}
|
install -D -p -m 0644 %{SOURCE11} %{buildroot}%{_fillupdir}/sysconfig.%{name}
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
# arm64 is not yet officially supported
|
# arm64 is not yet officially supported
|
||||||
echo -e "\n#Enable arm64\nETCD_UNSUPPORTED_ARCH=arm64\n" >> %{buildroot}%{_fillupdir}/sysconfig.%{name}
|
echo -e "\n#Enable arm64\nETCD_UNSUPPORTED_ARCH=arm64\n" >> %{buildroot}%{_fillupdir}/sysconfig.%{name}
|
||||||
@ -92,9 +107,6 @@ echo -e "\n#Enable arm64\nETCD_UNSUPPORTED_ARCH=arm64\n" >> %{buildroot}%{_fillu
|
|||||||
# Additional
|
# Additional
|
||||||
install -d -m 750 %{buildroot}%{_localstatedir}/lib/%{name}
|
install -d -m 750 %{buildroot}%{_localstatedir}/lib/%{name}
|
||||||
|
|
||||||
# Move
|
|
||||||
mv %{buildroot}%{_bindir}/etcd %{buildroot}%{_sbindir}/%{name}
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
getent group %{name} >/dev/null || %{_sbindir}/groupadd -r %{name}
|
getent group %{name} >/dev/null || %{_sbindir}/groupadd -r %{name}
|
||||||
getent passwd %{name} >/dev/null || %{_sbindir}/useradd -r -g %{name} -d %{_localstatedir}/lib/%{name} -s /bin/false -c "etcd daemon" %{name}
|
getent passwd %{name} >/dev/null || %{_sbindir}/useradd -r -g %{name} -d %{_localstatedir}/lib/%{name} -s /bin/false -c "etcd daemon" %{name}
|
||||||
|
3
vendor.tar.gz
Normal file
3
vendor.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:874ea09dac1f5b266ab52a2f4d483dce9dd56b76a8b6e5ce74845c7eb7e41e9c
|
||||||
|
size 3126011
|
Loading…
x
Reference in New Issue
Block a user