Bug 1268698
| Summary: | Review Request: rubygem-guard-bundler - Guard gem for Bundler | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ilia Gradina <ilya.gradina> |
| 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: | medium | ||
| Version: | rawhide | CC: | eclipseo, jar.prokop, package-review, vondruch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-09-09 08:13:51 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: | 1516328 | ||
| Bug Blocks: | 201449 | ||
|
Description
Ilia Gradina
2015-10-04 20:31:10 UTC
Hi Ilya, I did informal review on your package and I found following:
* Group is not needed
- Group tags are not needed currently, so you should delete lines:
~~~
Group: Development/Languages
~~~
~~~
Group: Documentation
~~~
* Tests are not working
- Tests are not working properly, because it seems upstream didn't include spec
folder in the gem. Please fix this.
* Include Runtime Dependencies
- With tests I discovered there are runtime dependencies that need to be added.
Please do so.
I did not discover other errors.
Also grab the license from upstream: https://raw.githubusercontent.com/guard/guard-bundler/master/LICENSE Missing runtime deps: Runtime Dependencies (3): bundler ~> 1.0 guard ~> 2.2 → not packaged guard-compat ~> 1.1 → not packaged (In reply to Robert-André Mauchin from comment #2) > Also grab the license from upstream: > > https://raw.githubusercontent.com/guard/guard-bundler/master/LICENSE the license is already present new spec: https://raw.githubusercontent.com/ilgrad/fedora-packages/master/rubygems/rubygem-guard-bundler.spec new srpm: https://github.com/ilgrad/fedora-packages/raw/master/rubygems/rubygem-guard-bundler-2.1.0-2.fc27.src.rpm * Remove Coveralls dependecy
- We don't care about code coverage, so Coveralls pulls in just more
unnecessary dependencies. Please remove the dependency. This might be the
medicine:
~~~
# We don't care about code coverage.
sed -i '/[cC]overalls/ s/^/#/' spec/spec_helper.rb
~~~
* Remove the rubygem(guard) dependnecy.
- Is this dependency required? So far, I have not installed the package and it
does not look to be required.
* Make sure the test suite is working.
- It seems that spec_helper library needs to be explicitly loaded to run the
test suite.
- It seems that Gemfile is missing to execute some tests. This should help:
~~~
echo "source 'http://rubygems.org'" > Gemfile
~~~
- the "-Ilib" is not required
- You don't have to delete the test suite after its execution.
Ping.. are you still interested in submitting this, Ilya? Closing as stalled package review. |