Bug 2138918
| Summary: | Review Request: rubygem-memoizer - Memoize your methods | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Benson Muite <benson_muite> |
| Component: | Package Review | Assignee: | Mamoru TASAKA <mtasaka> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | package-review |
| Target Milestone: | --- | Flags: | mtasaka:
fedora-review+
|
| 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: | 2023-01-09 06:06:24 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: | |||
|
Description
Benson Muite
2022-10-31 17:00:31 UTC
Some notes
* Probably unneeded BuildRequires
- Please check if "BR: rubygem(rake)" is really needed.
- Also we usually try to remove "BR: rubygem(bundler)", as
bundler tries to lock the version of other dependency gems,
which we don't want as we are using rpm ecosystem.
It seems that removing "require 'bundler/setup'" from spec/spec_helper.rb
is sufficient.
* Documentation
- "Rakefile" is something like "Makefile in Ruby" and usually this is
not considered as documentation.
- Not a blocker, however I would request "README.md" to be packaged
into main package, not in -doc, as README.md is expected to be
read by everyone using this rpm.
Thanks for the review. Removed the Rakefile. Removed "BR: rubygem(bundler)". Removed "BR: rubygem(rake)". Put the README.md in the main package. spec: https://download.copr.fedorainfracloud.org/results/fed500/rubygem-memoizer/fedora-rawhide-x86_64/05047828-rubygem-memoizer/rubygem-memoizer.spec srpm: https://download.copr.fedorainfracloud.org/results/fed500/rubygem-memoizer/fedora-rawhide-x86_64/05047828-rubygem-memoizer/rubygem-memoizer-1.0.3-2.fc38.src.rpm Approving. * Name, EVR, Summary clean * SourceURL, actual source okay, packaged source matches upstream * License appropriate * BuildRequires clean * (generated) Requires sane * %prep, %build, %install, %check okay * %files okay * build on koji successful * installation successful * basic functionality okay * rpmlint sane ========================================================= This package (rubygem-memoizer) is APPROVED by mtasaka ========================================================= (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/rubygem-memoizer |