Bug 2190490
Summary: | Review Request: golang-github-hashicorp-plugin - golang plugin system over RPC | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mark E. Fuller <mark.e.fuller> |
Component: | Package Review | Assignee: | Link Dupont <link> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | link, package-review |
Target Milestone: | --- | Flags: | link:
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: | 2024-08-01 08:35:29 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: | |||
Bug Blocks: | 2129995 |
Description
Mark E. Fuller
2023-04-28 14:37:45 UTC
A few small commits have been released since 1.4.9; consider bumping the version to 1.4.10. https://github.com/hashicorp/go-plugin/compare/v1.4.9...v1.4.10 Some .gitignore files are included in the package via %godocs including examples. Consider removing them during %prep. > golang-github-hashicorp-plugin-devel.noarch: E: version-control-internal-file /usr/share/doc/golang-github-hashicorp-plugin-devel/examples/basic/.gitignore > golang-github-hashicorp-plugin-devel.noarch: E: version-control-internal-file /usr/share/doc/golang-github-hashicorp-plugin-devel/examples/grpc/.gitignore > golang-github-hashicorp-plugin-devel.noarch: E: version-control-internal-file /usr/share/doc/golang-github-hashicorp-plugin-devel/examples/negotiated/.gitignore %prep %goprep %autopatch -p1 find . -iname .gitignore -exec rm {} \; Approving the package, but consider them before/during import. - [x] The spec file is clear and easy to read - [x] License is correct - [x] Builds successfully in mock - [x] Package is installable (checked by fedora-review) - [x] No rpmlint errors (or valid justification for exceptions) - [x] %check section passes - [x] The latest version is packaged - [x] %goipath is set correctly - [x] The package complies with the Packaging Guidelines On import, don't forget to do the following: - [ ] Add package to https://release-monitoring.org - [ ] Add package to https://koschei.fedoraproject.org/packages - [ ] Grant @go-sig group commit privileges on package - [ ] Close the review bug by referencing it in the rpm changelog and/or the Bodhi ticket. Package has been retired from repositories. |