Bug 426530
| Summary: | Review Request: perl-Module-ExtractUse - Find out what modules are used | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Daniel Berrangé <berrange> |
| Component: | Package Review | Assignee: | Parag AN(पराग) <panemade> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | cweyl, fedora-package-review, notting, paul |
| Target Milestone: | --- | Flags: | panemade:
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: | 2007-12-22 18:06:42 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: | 426542 | ||
|
Description
Daniel Berrangé
2007-12-21 20:45:59 UTC
one test failed as
t/80_failing..............skipped
all skipped: parser is known to not catch those
The test in question has been explicitly disabled by the upstream author: #!/usr/bin/perl -w use strict; use Test::More skip_all=>'parser is known to not catch those'; So, this skip is expected (In reply to comment #2) > The test in question has been explicitly disabled by the upstream author: > > #!/usr/bin/perl -w > use strict; > use Test::More skip_all=>'parser is known to not catch those'; > > > So, this skip is expected aha. Upstream Author test. okay. Review:
+ package builds in mock (development i386).
+ rpmlint is silent for SRPM and for RPM.
+ source files match upstream url
afbabdb638d6c37b8dd31adb6544fee4 Module-ExtractUse-0.22.tar.gz
+ package meets naming and packaging guidelines.
+ specfile is properly named, is cleanly written
+ Spec file is written in American English.
+ Spec file is legible.
+ dist tag is present.
+ build root is correct.
+ license is open source-compatible.
+ License text is included in package.
+ %doc is present.
+ BuildRequires are proper.
+ %clean is present.
+ package installed properly.
+ Macro use appears rather consistent.
+ Package contains code, not content.
+ no headers or static libraries.
+ no .pc file present.
+ no -devel subpackage
+ no .la files.
+ no translations are available
+ Does owns the directories it creates.
+ no scriptlets present.
+ no duplicates in %files.
+ file permissions are appropriate.
+ make test outputs
t/01_load.................ok
t/10_basic................ok
t/20_parse_self...........ok
t/21_comment..............ok
t/22_eval.................ok
t/23_universal_require....ok
t/80_failing..............skipped
all skipped: parser is known to not catch those
t/99_pod..................ok
t/99_pod_coverage.........ok
All tests successful, 1 test skipped.
Files=9, Tests=84, 2 wallclock secs ( 1.79 cusr + 0.10 csys = 1.89 CPU)
+ Package perl-Module-ExtractUse-0.22-1.fc9 ->
Provides: perl(Module::ExtractUse) perl(Module::ExtractUse::Grammar)
perl(Parse::RecDescent::Module::ExtractUse::Grammar)
Requires: perl(:MODULE_COMPAT_5.8.8) perl(Carp)
perl(Module::ExtractUse::Grammar) perl(Parse::RecDescent) perl(Pod::Strip)
perl(strict) perl(vars) perl(version) perl(warnings)
APPROVED.
New Package CVS Request ======================= Package Name: perl-Module-ExtractUse Short Description: Find out what modules are used Owners: berrange Branches: F-8 InitialCC: Cvsextras Commits: yes cvs done. $ koji latest-pkg dist-f9 perl-Module-ExtractUse Build Tag Built by ---------------------------------------- -------------------- ---------------- perl-Module-ExtractUse-0.22-1.fc9 dist-f9 berrange FYI, there was already an ongoing (well, kind of stalled I guess) review of this in bug 239193. *** Bug 239193 has been marked as a duplicate of this bug. *** WRT to comment #8, if the original submittor wants to be a co-maintainer they are welcome to add themselves via pkgdb and I will approve it. I have already got the module set to allow cvsextras commit. Package Change Request ====================== Package Name: perl-Module-ExtractUse New Branches: EL-6 Owners: berrange CVS done. Hi Daniel, could we have an EL-5 branch of this package please? The EPEL-6 package builds OK in EPEL-5 with the addition of BR: perl(version); I have requested an EL-5 branch of perl-Pod-Strip, which is also needed (Bug #219957). I (pghmcfc) would be happy to maintain this if you're not interested. Package Change Request ====================== Package Name: perl-Module-ExtractUse New Branches: EL-5 Owners: berrange Git done (by process-git-requests). perl-Module-ExtractUse-0.23-4.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/perl-Module-ExtractUse-0.23-4.el5 perl-Module-ExtractUse-0.23-4.el5 has been pushed to the Fedora EPEL 5 stable repository. |