https://bugzilla.redhat.com/show_bug.cgi?id=1534044 Robert-André Mauchin <zebob.m@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Assignee|pgier@xxxxxxxxxx |nobody@xxxxxxxxxxxxxxxxx QA Contact|extras-qa@xxxxxxxxxxxxxxxxx | --- Comment #5 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- - Split the description to stay below 80 characters per line: %global common_description %{expand: The ntp package is an implementation of a Simple NTP (SNTP) client based on RFC5905. It allows you to connect to a remote NTP server and request information about the current time.} - Since you're packaging a Release, you should not use %global commit, which is for dev snapshot, but instead move the Version: field before the %gometa macro: %global goipath github.com/beevik/ntp Version: 0.2.0 %global common_description %{expand: The ntp package is an implementation of a Simple NTP (SNTP) client based on RFC5905. It allows you to connect to a remote NTP server and request information about the current time.} %gometa Name: %{goname} Release: 1%{?dist} Summary: A simple NTP client written in Go License: BSD URL: %{gourl} Source0: %{gosource} That way %gometa will use the version info in lieu of the commit to gather the Source. a - Don't assign the bug to yourself, the assignee should be the Reviewer, i.e, me, but I let the bug as New / unassigned so that it stay visible in the Review request list and visible for a potential sponsor. (I can't sponsor, you should trx to find one by introducing yourself to the fedora devel mailing list) -- 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