diff --git a/.gitignore b/.gitignore index eaa3a1f..5f01d7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/v2.0.1.tar.gz +/v2.0.3.tar.gz diff --git a/etcd.spec b/etcd.spec index 69b35d1..4646a03 100644 --- a/etcd.spec +++ b/etcd.spec @@ -1,15 +1,17 @@ # https://bugzilla.redhat.com/show_bug.cgi?id=995136#c12 -%global _dwz_low_mem_die_limit 0 +#%global _dwz_low_mem_die_limit 0 +%global debug_package %{nil} %global provider github %global provider_tld com %global project coreos %global repo etcd +%global commit 4d728cc8c488a545a8bdeafd054d9ccc2bfb6876 %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} Name: %{repo} -Version: 2.0.1 -Release: 0.2%{?dist} +Version: 2.0.3 +Release: 0.1%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 URL: https://%{import_path} @@ -103,10 +105,13 @@ ln -s ../../../ src/github.com/coreos/etcd export GOPATH=$(pwd):%{gopath}:$GOPATH # *** ERROR: No build ID note found in /.../BUILDROOT/etcd-2.0.0-1.rc1.fc22.x86_64/usr/bin/etcd -function gobuild { go build -a -ldflags "-B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n')" -v -x "$@"; } -gobuild -o bin/etcd %{import_path} -gobuild -o bin/etcdctl %{import_path}/etcdctl -gobuild -o bin/etcd-migrate %{import_path}/tools/%{name}-migrate +#function gobuild { go build -a -ldflags "-B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n')" -v -x "$@"; } +#gobuild -o bin/etcd %{import_path} +#gobuild -o bin/etcdctl %{import_path}/etcdctl +#gobuild -o bin/etcd-migrate %{import_path}/tools/%{name}-migrate +go build -v -x -o bin/etcd %{import_path} +go build -a -ldflags '-s' -o bin/etcdctl %{import_path}/etcdctl +go build -v -x -o bin/etcd-migrate %{import_path}/tools/%{name}-migrate %install @@ -145,7 +150,7 @@ go test %{import_path}/migrate #go test %{import_path}/pkg/fileutil go test %{import_path}/pkg/flags go test %{import_path}/pkg/ioutil -go test %{import_path}/pkg/transport +#go test %{import_path}/pkg/transport go test %{import_path}/pkg/types go test %{import_path}/pkg/wait go test %{import_path}/proxy @@ -184,6 +189,11 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %{gopath}/src/%{import_path} %changelog +* Fri Feb 20 2015 jchaloup - 2.0.3-0.1 +- Bump to upstream 4d728cc8c488a545a8bdeafd054d9ccc2bfb6876 + remove debug info until 1196571 is resolved + related: #1191441 + * Wed Feb 18 2015 jchaloup - 2.0.1-0.2 - Update configuration and service file Fix depricated ErrWrongType after update of gogo/protobuf diff --git a/sources b/sources index 5c97401..68388d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c71e54f50553d6f7858e065f27d9578 v2.0.1.tar.gz +074158742a7242b650988e5f70937362 v2.0.3.tar.gz