Bug 2233179
| Summary: | Review Request: golang-modernc-parser - Collection of Go parsers | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | W. Michael Petullo <mike> | ||||
| Component: | Package Review | Assignee: | Robert-André Mauchin 🐧 <eclipseo> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | eclipseo, package-review | ||||
| Target Milestone: | --- | Flags: | eclipseo:
fedora-review+
|
||||
| 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: | 2023-08-26 12:28:35 UTC | Type: | --- | ||||
| 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: | 2233178 | ||||||
| Bug Blocks: | 2231928, 2233181 | ||||||
| Attachments: |
|
||||||
|
Description
W. Michael Petullo
2023-08-21 16:15:43 UTC
i don't see any cmd/ in yacc, remove all this:
%build
for cmd in yacc; do
%gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd
done
install -m 0755 -vd %{buildroot}%{_bindir}
install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
%files
%license LICENSE
%doc README.md nquads-AUTHORS nquads-CONTRIBUTORS yacc-AUTHORS yacc-CONTRIBUTORS
%{_bindir}/*
- License ok
- Latest version packaged
- Builds in mock
- Checks pass
- No rpmlint errors
- Conforms to Go Packaging Guidelines
Please fix the above problem.
Spec URL: https://www.flyn.org/SRPMS/golang-modernc-parser.spec SRPM URL: https://www.flyn.org/SRPMS/golang-modernc-parser-1.0.8-1.fc38.src.rpm - Remove bin stuff Created attachment 1984892 [details]
The .spec file difference from Copr build 6328150 to 6338974
No binaries, no need for this package: %files %license LICENSE %doc README.md nquads-AUTHORS nquads-CONTRIBUTORS yacc-AUTHORS yacc-CONTRIBUTORS You can remove this before import please. - License ok - Latest version packaged - Builds in mock - Checks pass - No rpmlint errors - Conforms to Go Packaging Guidelines Package approved. Please: - add commit rights to go-sig after requesting the repo - add the package to Koschei in the go-sig group on all branches you are building - add the package to release-monitoring.org even if it does not release version The Pagure repository was created at https://src.fedoraproject.org/rpms/golang-modernc-parser FEDORA-2023-bb8515843d has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2023-bb8515843d FEDORA-2023-bb8515843d has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. |