commit 75b3b1755078340a96bd97d19a9312042247d689
Author: Jan Chaloupka <[email protected]>
Date: Sun Nov 9 12:57:02 2014 +0100
Choose the correct architecture
- related: #1141892
golang-github-influxdb-influxdb.spec | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/golang-github-influxdb-influxdb.spec
b/golang-github-influxdb-influxdb.spec
index d22b89c..62fa746 100644
--- a/golang-github-influxdb-influxdb.spec
+++ b/golang-github-influxdb-influxdb.spec
@@ -5,12 +5,16 @@
Name: golang-github-influxdb-influxdb
Version: 0.8.0
-Release: 0.3.rc4.git%{shortcommit}%{?dist}
+Release: 0.5.rc4.git%{shortcommit}%{?dist}
Summary: Scalable datastore for metrics, events, and real-time analytics
License: MIT
URL: http://godoc.org/%{import_path}
Source0:
https://%{import_path}/archive/%{commit}/influxdb-%{shortcommit}.tar.gz
+%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
BuildArch: noarch
+%else
+ExclusiveArch: %{ix86} x86_64 %{arm}
+%endif
%description
InfluxDB is an open source distributed time series database with no external
@@ -32,7 +36,7 @@ BuildRequires: golang >= 1.2.1-3
BuildRequires: golang(code.google.com/p/goprotobuf/proto)
BuildRequires: golang(code.google.com/p/log4go)
BuildRequires: golang(github.com/BurntSushi/toml)
-#BuildRequires: golang(github.com/influxdb/gomdb)
+BuildRequires: golang(github.com/influxdb/gomdb)
BuildRequires: golang(github.com/jmhodges/levigo)
#github.com/influxdb/rocksdb rocksdb not packaged in Fedora
#github.com/influxdb/hyperleveldb-go hyperleveldb not packages in Fedora
@@ -184,6 +188,10 @@ cp -rpav
{admin,api,checkers,client,cluster,common,configuration,coordinator,dae
%{gopath}/src/%{import_path}/wal/*
%changelog
+* Sun Nov 09 2014 jchaloup <[email protected]> - 0.8.0-0.5.rc4.git67f9869
+- Choose the correct architecture
+ related: #1141892
+
* Thu Oct 09 2014 jchaloup <[email protected]> - 0.8.0-0.3.rc4.git67f9869
- Add subpackages (client for kubernetes, datastore for databases, devel for
all)
- Add dependencies (not all of them yet)
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang