Bug 1419027
| Summary: | Review Request: perl-Type-Tie - Tie a variable to a type constraint | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ralf Corsepius <rc040203> |
| 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-Type-Tie-0.009-2.fc26 perl-Type-Tie-0.009-2.fc25 perl-Type-Tie-0.009-2.fc24 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-24 09:05:06 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: | |||
|
Description
Ralf Corsepius
2017-02-03 13:16:18 UTC
Source file is ok
Summary is ok
Description is ok
URL and Source0 are ok
All tests passed
BuildRequires
FIX: Please remove duplicity in BR unversioned 'perl(Exporter::Tiny)'
FIX: Please add build-requires:
- perl(Moose::Util::TypeConstraints) - t/02moosextypes.t:32
- perl(constant) - t/04nots.t:32
$ rpm -qp --requires perl-Type-Tie-0.009-1.fc26.noarch.rpm | sort | uniq -c
1 perl(:MODULE_COMPAT_5.24.1)
1 perl(:VERSION) >= 5.8.5
1 perl(Carp)
1 perl(Exporter::Tiny)
1 perl(Tie::Array)
1 perl(Tie::Hash)
1 perl(Tie::Scalar)
1 perl(strict)
1 perl(warnings)
1 rpmlib(CompressedFileNames) <= 3.0.4-1
1 rpmlib(FileDigests) <= 4.6.0-1
1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
1 rpmlib(PayloadIsXz) <= 5.2-1
FIX: Please add run-require 'perl(Data::Dumper)' - Tie.pm:100
$ rpm -qp --provides perl-Type-Tie-0.009-1.fc26.noarch.rpm | sort | uniq -c
1 perl(Type::Tie) = 0.009
1 perl(Type::Tie::ARRAY) = 0.009
1 perl(Type::Tie::BASE) = 0.009
1 perl(Type::Tie::HASH) = 0.009
1 perl(Type::Tie::SCALAR) = 0.009
1 perl-Type-Tie = 0.009-1.fc26
Binary provides are Ok.
$ rpmlint ./perl-Type-Tie*
perl-Type-Tie.noarch: W: spelling-error %description -l en_US ttie -> tie, t tie
perl-Type-Tie.noarch: W: spelling-error %description -l en_US coercions -> coercion, coercion's, coercion s
perl-Type-Tie.src: W: spelling-error %description -l en_US ttie -> tie, t tie
perl-Type-Tie.src: W: spelling-error %description -l en_US coercions -> coercion, coercion's, coercion s
2 packages and 1 specfiles checked; 0 errors, 4 warnings.
Rpmlint is ok
License - most of the files are under "GPL+ or Artistic". However,
COPYRIGHT has different license. See COPYRIGHT:29-33
FIX: Please add license 'Public Domain'
Please correct all 'FIX' issues and provide new spec file.
Otherwise package looks good.
Not approved.
(In reply to Jitka Plesnikova from comment #1) > Source file is ok > Summary is ok > Description is ok > URL and Source0 are ok > All tests passed > > BuildRequires > FIX: Please remove duplicity in BR unversioned 'perl(Exporter::Tiny)' > FIX: Please add build-requires: > - perl(Moose::Util::TypeConstraints) - t/02moosextypes.t:32 > - perl(constant) - t/04nots.t:32 Done. > $ rpm -qp --requires perl-Type-Tie-0.009-1.fc26.noarch.rpm | sort | uniq -c > 1 perl(:MODULE_COMPAT_5.24.1) > 1 perl(:VERSION) >= 5.8.5 > 1 perl(Carp) > 1 perl(Exporter::Tiny) > 1 perl(Tie::Array) > 1 perl(Tie::Hash) > 1 perl(Tie::Scalar) > 1 perl(strict) > 1 perl(warnings) > 1 rpmlib(CompressedFileNames) <= 3.0.4-1 > 1 rpmlib(FileDigests) <= 4.6.0-1 > 1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 > 1 rpmlib(PayloadIsXz) <= 5.2-1 > > FIX: Please add run-require 'perl(Data::Dumper)' - Tie.pm:100 Done, but ... shall I file a bug against perl-generators? > License - most of the files are under "GPL+ or Artistic". However, > COPYRIGHT has different license. See COPYRIGHT:29-33 > FIX: Please add license 'Public Domain' No, I not going to do this. This perl-dist is clearly licenced "Perl" (== GPL+ or Artistic), using the "Perl" license as an umbrella to files under other compatible licenses (c.f. README). The fact it also contains files licensed PD is irrelevant. Update: Spec URL: https://corsepiu.fedorapeople.org/packages/perl-Type-Tie.spec SRPM URL: https://corsepiu.fedorapeople.org/packages/perl-Type-Tie-0.009-2.fc26.src.rpm > > BuildRequires > > FIX: Please remove duplicity in BR unversioned 'perl(Exporter::Tiny)' > > FIX: Please add build-requires: > > - perl(Moose::Util::TypeConstraints) - t/02moosextypes.t:32 > > - perl(constant) - t/04nots.t:32 > > Done. -BuildRequires: perl(Exporter::Tiny) +BuildRequires: perl(Moose::Util::TypeConstraints) +BuildRequires: perl(constant) Ok. > > $ rpm -qp --requires perl-Type-Tie-0.009-1.fc26.noarch.rpm | sort | uniq -c > > 1 perl(:MODULE_COMPAT_5.24.1) > > 1 perl(:VERSION) >= 5.8.5 > > 1 perl(Carp) > > 1 perl(Exporter::Tiny) > > 1 perl(Tie::Array) > > 1 perl(Tie::Hash) > > 1 perl(Tie::Scalar) > > 1 perl(strict) > > 1 perl(warnings) > > 1 rpmlib(CompressedFileNames) <= 3.0.4-1 > > 1 rpmlib(FileDigests) <= 4.6.0-1 > > 1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 > > 1 rpmlib(PayloadIsXz) <= 5.2-1 > > > > FIX: Please add run-require 'perl(Data::Dumper)' - Tie.pm:100 > Done, but ... shall I file a bug against perl-generators? +Requires: perl(Data::Dumper) Ok. The require statements with whitespace prefix give some false positives, because they are usually inside of an if/eval statement. That's the reason, why they are ignores. BTW, there is BZ#674052 for it. > > License - most of the files are under "GPL+ or Artistic". However, > > COPYRIGHT has different license. See COPYRIGHT:29-33 > > FIX: Please add license 'Public Domain' > No, I not going to do this. > > This perl-dist is clearly licenced "Perl" (== GPL+ or Artistic), using the > "Perl" license as an umbrella to files under other compatible licenses (c.f. > README). The fact it also contains files licensed PD is irrelevant. Ok. Approved Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Type-Tie |