Bug 361251
| Summary: | Review Request: rubygem-activerecord - Implements the ActiveRecord pattern for ORM | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Lutterkort <lutter> |
| Component: | Package Review | Assignee: | Scott Seago <sseago> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | fedora-package-review, hbrock, notting |
| Target Milestone: | --- | Flags: | sseago:
fedora-review+
kevin: 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: | 2007-12-03 23:50:41 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: | 361191 | ||
|
Description
David Lutterkort
2007-11-01 01:58:01 UTC
OK - Package name
OK - License info is accurate
OK - License tag is correct and licenses are approved
OK - Specfile name
OK - Specfile is legible
OK - No prebuilt binaries included
OK - PreReq not used
OK - Source md5sum matches upstream
OK - No hardcoded pathnames
OK - Package owns all the files it installs
OK - Package requires create needed unowned directories
OK - Package builds successfully on i386 and x86_64
OK - BuildRequires sufficient
OK - File permissions set properly (except for rpmlint error below)
OK - Macro usage is consistent
OK - Package is named rubygem-%{gemname}
OK - Source points to full URL of gem
OK - Package version identical with gem version
OK - Package Requires and BuildRequires rubygems
OK - Package provides rubygem(%{gemname}) = %version
OK - Package requires gem dependencies correctly
OK - %prep and %build are empty
OK - %gemdir defined properly, and gem installed into it
OK - Package owns its directories under %gemdir
OK - No arch-specific content in %{gemdir}
OK - Package is noarch
??? - BuildRoot value: not sure if this is really a problem, but it
looks like %{release} is omitted:
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
vs.
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
FIX - CHANGELOG, RUNNING_UNIT_TESTS not installed as %doc
general doc question: docs are included as regular gem
files in %{geminstdir}, but not in %{_docdir}/%{name}-%{version} as
in some of the packages Is there a clear preference for doc location?
FIX - rpmlint complains
E: rubygem-activerecord non-executable-script
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.5/test/all.sh 0644
Fixed: buildroot Fixed: marked things in geminstdir properly as %doc Haven't fixed the complaint about the test script - since it's a test script I don't want to force it to 644 for security reasons, but would prefer not to edit out the #! to reduce divergence from upstream. Spec URL: http://people.redhat.com/dlutter/yum/spec/rubygem-activerecord.spec SRPM URL: http://people.redhat.com/dlutter/yum/SRPMS/rubygem-activerecord-1.15.5-2.src.rpm Approved New Package CVS Request ======================= Package Name: rubygem-activerecord Short Description: Implements the ActiveRecord pattern for ORM Owners: lutter,sseago Branches: F-7 F-8 InitialCC: Cvsextras Commits: yes cvs done. Successfully imported and built. |