Red Hat Bugzilla – Bug 1444819
Review Request: golang-gopkg-tylerb-graceful-v1 - Graceful is a Go 1.3+ package enabling graceful shutdown of http.Handler servers
Last modified: 2017-04-28 03:09:41 EDT
Spec URL: https://mm.gravedo.de/files/golang-gopkg-tylerb-graceful-v1.spec SRPM URL: https://mm.gravedo.de/files/golang-gopkg-tylerb-graceful-v1-1-1.2.15.git4654dfb.fc25.src.rpm Description: This packages the golang package gopkg.in/retry.v1 which enables graceful shutdown of http.Handler servers. Fedora Account System Username: mrmorph
Taking this review.
This package looks like it has remnants of gopkg.in/retry.v1 in it, please clean up and make sure that everything is sane.
@Neil: Fixed those.
> Summary: Graceful is a Go 1.3+ package enabling graceful shutdown of http.Handler servers This is too long. Shorten it to < 75 chars wide. > %description > %{summary} Add a period after %{summary}. > Provides: golang(%{import_path}) = %{version}-%{release} > Provides: golang(%{import_path_sec}) = %{version}-%{release} > Provides: golang(%{mimport_path}) = %{version}-%{release} > Provides: golang(%{gimport_path}) = %{version}-%{release} Some of these import paths are undefined, and the install steps where these are referenced are broken because of it.
@Neil: Updated the .spec and .src.rpm linked above.