Bug 1649794
| Summary: | Review Request: golang-github-fogleman-gg - Go Graphics - 2D rendering in Go with a simple API | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | sensor.wen |
| Component: | Package Review | Assignee: | Robert-André Mauchin 🐧 <eclipseo> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | eclipseo, package-review, robinlee.sysu |
| Target Milestone: | --- | Flags: | eclipseo:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | golang-github-fogleman-gg-1.1.0-1.20181120git0e0ff3a.fc30 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-02-27 10:44:37 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: | 1465889 | ||
|
Description
sensor.wen
2018-11-14 14:28:43 UTC
Long time no see, I hope you're doing great! - Latest version packaged - License ok - Builds in Mock - Conforms to the Packaging Guidelines There are missing packages: DEBUG util.py:490: BUILDSTDERR: Problem: conflicting requests DEBUG util.py:490: BUILDSTDERR: - nothing provides golang(github.com/golang/freetype/raster) needed by golang-github-fogleman-gg-devel-1.1.0-1.20181114git0e0ff3a.fc30.noarch DEBUG util.py:490: BUILDSTDERR: - nothing provides golang(github.com/golang/freetype/truetype) needed by golang-github-fogleman-gg-devel-1.1.0-1.20181114git0e0ff3a.fc30.noarch You probably need to package github.com/golang/freetype for it to work. Hi Robert: I think the golang(github.com/BurntSushi/freetype-go) is equal to the golang(github.com/golang/freetype) package. So i update it to provides alias. ( https://src.fedoraproject.org/rpms/golang-github-BurntSushi-freetype-go/c/2964cc9d11c689514924a03efea0a7ea689deb56?branch=master ) Unfortunately, Koji tell me the golang-github-freetype package not in list for tag f30-pending. Do i need to resubmit request for pkg_review? > Unfortunately, Koji tell me the golang-github-freetype package not in list for tag f30-pending. Do i need to resubmit request for pkg_review?
That's because you changed the name of the package!
Name: %{goname}
You can't do that!
If you want to rename the package you must resubmut a review with the new name and retire the old one. - You must install the license with %license in %files: %license LICENSE.md - The license field s wrong: it should be MIT, not GPLv3 I fixed the freetype package and requested buildroot override for each release. > - You must install the license with %license in %files: > > %license LICENSE.md > > - The license field s wrong: it should be MIT, not GPLv3 > I fixed. https://github.com/FZUG/deepin-desktop/commit/90e6dc829eed65c1751226195bc15509ccb67115 > > I fixed the freetype package and requested buildroot override for each > release. It's great! :) (In reply to Robert-André Mauchin from comment #5) > > I fixed the freetype package and requested buildroot override for each > release. I'm going to take notes.... All right, package approved. Buildroot override for F29 and F28 are done. F27 is still waiting: koji wait-repo f27-build --build=golang-github-BurntSushi-freetype-go-0-0.5.20181114gite2365df.fc27 (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/golang-github-fogleman-gg |