https://bugzilla.redhat.com/show_bug.cgi?id=1522690 Robert-André Mauchin <zebob.m@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@xxxxxxxxx --- Comment #1 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- Using: Spec URL: https://copr-be.cloud.fedoraproject.org/results/yaacov/mohawk/fedora-27-x86_64/00771263-mohawk/mohawk.spec SRPM URL: https://copr-be.cloud.fedoraproject.org/results/yaacov/mohawk/fedora-27-x86_64/00771263-mohawk/mohawk-0.33.3-1.fc27.src.rpm - 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@xxxxxxxxx> - 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. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx