| Summary: | Review Request: rubygem-rspec-rails - RSpec-2 for Rails-3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vít Ondruch <vondruch> |
| Component: | Package Review | Assignee: | Chris Lalancette <clalance> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | clalance, fedora-package-review, mmorsi, notting |
| Target Milestone: | --- | Flags: | clalance:
fedora-review+
gwync: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-07-22 08:52:59 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 706914, 708793 | ||
| Bug Blocks: | 705546 | ||
|
Description
Vít Ondruch
2011-05-23 14:18:12 UTC
Please note that the package is currently FTBFS due to error related to RubyGems. (In reply to comment #1) > Please note that the package is currently FTBFS due to error related to > RubyGems. It seems that the build issue should fixed ass soon as the new RubyGems update hit the Rawhide repository. It seems that the build is broken again by another issue (#708793) :/ - rpmlint OK
- package must be named according to Guidelines OK
- spec file name must match the base package %{name} OK
- package must meet the Packaging Guidelines OK
- package must be licensed with Fedora approved license OK
- license field must match actual license OK
- text of the license in its own file must be included in %doc OK
- sources must match the upstream source OK
- package MUST successfully compile and build ?
- architecture listed in ExcludeArch MUST have a bug filed in bugzilla OK
- build dependencies must be listed in BuildRequires OK
- handle locales properly with %find_lang macro OK
- shared library files must call ldconfig in %post(un) OK
- packages must NOT bundle system libraries OK
- package must own all directories that it creates OK
- permissions on files must be set properly OK
- package must consistently use macros OK
- package must contain code, or permissable content OK
- large documentation must go in a -doc OK
- %doc must not affect the runtime of the application OK
- header files must be in a -devel package OK
- static libraries must be in a -static package OK
- library files that end in .so (without suffix) must go in a -devel OK
- devel package usually require base package OK
- packages must NOT contain any .la libtool archives OK
- GUI applications must include a %{name}.desktop file OK
- packages must not own files or directories already owned by other packages OK
Otherwise package looks good. Let's wait for fix of bug blocking this review.
I have updated the package to the latest upstream version. Koji builds fine now. Spec URL: http://people.redhat.com/vondruch/rubygem-rspec-rails.spec SRPM URL: http://people.redhat.com/vondruch/rubygem-rspec-rails-2.6.1-1.fc16.src.rpm Koji: http://koji.fedoraproject.org/koji/taskinfo?taskID=3152085 Looks like things are good here now. Marcela, thanks for the review. I'm going to set the fedora-review+ flag so we can get this imported. Thanks, Chris Lalancette It was build, so it's APPROVED Chris, there is plenty of rubygems, which need whole review, so don't take those, which are almost done. Thank you. Thank you both! :) New Package SCM Request ======================= Package Name: rubygem-rspec-rails Short Description: RSpec-2 for Rails-3 Owners: vondruch Git done (by process-git-requests). Looks like the push to git has been done but the koji build failed and thus this is still not available in rawhide. Any thoughts as to the problem? http://koji.fedoraproject.org/koji/buildinfo?buildID=251113 I think the problem had something to do with an outdated railties. I'll give it another whirl and see what the errors are. Right, here's the problem (from root.log): DEBUG util.py:250: --> rubygems-1.8.5-2.fc16.noarch DEBUG util.py:250: --> ruby-libs-1.8.7.352-1.fc16.x86_64 DEBUG util.py:250: --> rubygem-rspec-core-2.6.4-1.fc16.noarch DEBUG util.py:250: --> rubygem-rspec-core-2.6.4-1.fc16.noarch DEBUG util.py:250: --> 1:rubygem-rails-3.0.5-2.fc16.noarch DEBUG util.py:250: --> 1:rubygem-rails-3.0.5-2.fc16.noarch DEBUG util.py:250: --> rubygem-sqlite3-1.3.3-5.fc16.x86_64 DEBUG util.py:250: Error: Package: 1:rubygem-rails-3.0.5-2.fc16.noarch (fedora) DEBUG util.py:250: Requires: rubygem(railties) = 3.0.5 DEBUG util.py:250: Available: rubygem-railties-3.0.9-1.fc16.noarch (fedora) DEBUG util.py:250: rubygem(railties) = 3.0.9 DEBUG util.py:250: You could try using --skip-broken to work around the problem DEBUG util.py:250: You could try running: rpm -Va --nofiles --nodigest The problem is that the updated railties is built, but it needs the updated rails which is not. Now that the new rubygem-rdoc is in, hopefully we can get rails 3.0.9 built, and then we can build this. Rails were fixed and Mo built the package, so it should be already in Rawhide. |