https://bugzilla.redhat.com/show_bug.cgi?id=1522690
Bug ID: 1522690 Summary: Review Request: mohawk - time series metric data storage Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@fedoraproject.org Reporter: yzamir@redhat.com QA Contact: extras-qa@fedoraproject.org CC: package-review@lists.fedoraproject.org
Spec URL: https://copr-be.cloud.fedoraproject.org/results/yaacov/mohawk/fedora-27-x86_... SRPM URL: https://copr-be.cloud.fedoraproject.org/results/yaacov/mohawk/fedora-27-x86_... Description: Mohawk is a metric data storage engine that uses a plugin architecture for data storage and a simple REST API as the primary interface. Fedora Account System Username: yaacov
https://bugzilla.redhat.com/show_bug.cgi?id=1522690
Yaacov Zamir yzamir@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |177841 (FE-NEEDSPONSOR)
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=177841 [Bug 177841] Tracker: Review requests from new Fedora packagers who need a sponsor
https://bugzilla.redhat.com/show_bug.cgi?id=1522690
Robert-André Mauchin zebob.m@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@gmail.com
--- Comment #1 from Robert-André Mauchin zebob.m@gmail.com --- Using:
Spec URL: https://copr-be.cloud.fedoraproject.org/results/yaacov/mohawk/fedora-27-x86_... SRPM URL: https://copr-be.cloud.fedoraproject.org/results/yaacov/mohawk/fedora-27-x86_...
- The valid shorthand for Apache license is "ASL 2.0"
License: ASL 2.0
- We now use a new Go packaging method, see: https://fedoraproject.org/wiki/More_Go_packaging
Here what it should look like
# https://github.com/MohawkTSDB/mohawk %global goipath github.com/MohawkTSDB/mohawk Version: 0.33.3
%gometa
Name: mohawk Release: 1%{?dist} Summary: Time series metric data storage License: ASL 2.0 URL: %{gourl} Source0: %{gourl}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: golang(github.com/mattn/go-sqlite3) BuildRequires: golang(github.com/spf13/cobra) BuildRequires: golang(github.com/spf13/viper) BuildRequires: golang(gopkg.in/mgo.v2) BuildRequires: golang(gopkg.in/mgo.v2/bson)
%description Mohawk is a metric data storage engine that uses a plugin architecture for data storage and a simple REST API as the primary interface.
%prep %forgeautosetup
%build %gobuildroot %gobuild -o _bin/mohawk %{goipath}/src
%install install -Dpm 0755 _bin/mohawk %{buildroot}%{_bindir}/mohawk
%files %license LICENSE %doc README.md %{_bindir}/mohawk
%changelog * Thu Oct 04 2018 Yaacov Zamir kobi.zamir@gmail.com - 0.33.3-1 - First package for Fedora
There's a bug with golang(github.com/mattn/go-sqlite3) I'll see if I can ask the maitainer to fix it.
package-review@lists.fedoraproject.org