https://bugzilla.redhat.com/show_bug.cgi?id=1200612
Honza Horak hhorak@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ggillies@redhat.com Flags| |needinfo?(ggillies@redhat.c | |om)
--- Comment #1 from Honza Horak hhorak@redhat.com --- (In reply to Graeme Gillies from comment #0)
With influxdb version 0.9 moving to completely utilise rocksdb, we probably want to look at expanding this package to fully provide a rocksdb compiled binary.
That is, a rocksdb package that has /usr/bin/rocksdb, as well as the devel package with the raw go code for deps (which this package currently provides)
Graeme, what do you expect from /usr/bin/rocksdb? When trying to compile rocksdb from https://github.com/facebook/rocksdb.git it doesn't include such a binary.
Imho the packge rocksdb should just include *versioned* shared library (done by `make shared_lib PLATFORM_SHARED_EXT=so PLATFORM_SHARED_VERSIONED=true`) and rocksdb-devel package should contain the header files and unversioned library symlink. No evidence about rocksdb binary.