Bug 1922774
| Summary: | Review Request: perl-Test-DiagINC - List modules and versions loaded if tests fail | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Emmanuel Seyman <emmanuel> |
| Component: | Package Review | Assignee: | Jitka Plesnikova <jplesnik> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | jplesnik, package-review |
| Target Milestone: | --- | Flags: | jplesnik:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | perl-Test-DiagINC-0.008-2.fc34 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-02-08 08:25:39 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: | 1922738 | ||
|
Description
Emmanuel Seyman
2021-01-31 14:40:20 UTC
Source file is ok
Summary is ok
License is ok
Description is ok
URL and Source0 are ok
All tests passed
BuildRequires
FIX: Please add 'coreutils', it is needed for macro %{_fixperms}
$ rpm -qp --requires perl-Test-DiagINC-0.008-1.fc34.noarch.rpm | sort | uniq -c | grep -v rpmlib
1 perl(:MODULE_COMPAT_5.32.1)
1 perl(:VERSION) >= 5.6.0
Binary requires
FIX: Please add following run-requires, they are not found by generators:
- perl(B)
- perl(Cwd)
- perl(File::Spec)
- perl(strict)
- perl(warnings)
$ rpm -qp --provides perl-Test-DiagINC-0.008-1.fc34.noarch.rpm | sort | uniq -c
1 perl(Test::DiagINC) = 0.008
1 perl-Test-DiagINC = 0.008-1.fc34
Binary provides are Ok.
$ rpmlint ./perl-Test-DiagINC*
2 packages and 1 specfiles checked; 0 errors, 0 warnings.
Rpmlint is ok
Otherwise the package is in line with Fedora and Perl packaging guide lines.
Please correct all 'FIX' items.
Resolution:
Approved
Thank you for the review, Jikta. I've taken into account your feedback and updated the package: Spec URL: http://people.parinux.org/~seyman/fedora/perl-Test-DiagINC/perl-Test-DiagINC.spec SRPM URL: http://people.parinux.org/~seyman/fedora/perl-Test-DiagINC/perl-Test-DiagINC-0.008-2.fc33.src.rpm I've also requested the repository: https://pagure.io/releng/fedora-scm-requests/issue/31990 (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/perl-Test-DiagINC Built and submitted to rawhide. |