Bug 1910860
| Summary: | Review Request: golang-github-cheggaaa-pb - Console progress bar for Golang | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fabian Affolter <mail> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | eclipseo, package-review, quantum.analyst |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-04-17 00:45:15 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 201449, 1910865, 1922806 | ||
|
Description
Fabian Affolter
2020-12-25 09:16:59 UTC
If you want v3, this should be named golang-github-cheggaaa-pb-3, and you should use github.com/cheggaaa/pb/v3 as import path. (In reply to Elliott Sales de Andrade from comment #1) > If you want v3, this should be named golang-github-cheggaaa-pb-3, and you > should use github.com/cheggaaa/pb/v3 as import path. This but also, due to how this package is made, with a v3 subdirectory, you should do something like this in %prep: # https://github.com/cheggaaa/pb %global goipath github.com/cheggaaa/pb/v3 %global forgeurl https://github.com/cheggaaa/pb […] %prep %goprep rm *.go && mv v3/* ./ Otherwise it could create conflicts if a dependency chain both depend on v1 and v3. This way we have the correct import path (github.com/cheggaaa/pb/v3) and the correct location for the .goipath file. Needinfo me for review once fixed. Actually I needed it too and sent a Review Request too. You can see my SPEC here: https://eclipseo.fedorapeople.org/for-review/golang-github-cheggaaa-pb-3.spec *** Bug 1922793 has been marked as a duplicate of this bug. *** Still interested in this review? This is an automatic action taken by review-stats script. The ticket submitter failed to clear the NEEDINFO flag in a month. As per https://fedoraproject.org/wiki/Policy_for_stalled_package_reviews we consider this ticket as DEADREVIEW and proceed to close it. |