Bug 2188675
| Summary: | Review Request: golang-github-moby-pubsub - None | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sergio Basto <sergio> |
| Component: | Package Review | Assignee: | Robert-André Mauchin 🐧 <zebob.m> |
| Status: | ASSIGNED --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | maxwell, package-review, zebob.m |
| Target Milestone: | --- | Flags: | zebob.m:
fedora-review?
zebob.m: needinfo? (sergio) |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Sergio Basto
2023-04-21 15:07:51 UTC
This package built on koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=100216997 Please change `%gometa -f` to `%gometa` and replace `%global common_description` and Summary with more useful text. (In reply to Maxwell G from comment #2) > Please change `%gometa -f` to `%gometa` and replace `%global > common_description` and Summary with more useful text. done in the same locations - Add a Summary and a valid Description.
Like:
%global common_description %{expand:
Concurrent Go library for broadcasting messages to subscribers with optional
topic filtering and send timeouts}
Summary: Concurrent Go library for broadcasting messages to subscribers
- Use autorelease/autochangelog please
- Add a new line between these:
%global golicenses NOTICE LICENSE
Name: %{goname}
- Read the notice:
> This product contains software (https://github.com/creack/pty) developed
> by Keith Rarick, licensed under the MIT License.
And this add MIT to the License field and a comment explaining why:
# Apache 2.0: main codegithub.com/creack/pty
# This product contains software (https://github.com/creack/pty) developed
# by Keith Rarick, licensed under the MIT License.
License: Apache-2.0 AND MIT
URL: %{gourl}
Source: %{gosource}
Please update your SPEC accordingly and needinfo me.
|