Bug 1382928
Summary: | Review Request: perl-HTTP-Entity-Parser - PSGI compliant HTTP Entity Parser | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ralf Corsepius <rc040203> |
Component: | Package Review | Assignee: | Jitka Plesnikova <jplesnik> |
Status: | CLOSED ERRATA | 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: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-11-30 05:28:01 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: | 1382922, 1382926 | ||
Bug Blocks: | 1382923 |
Description
Ralf Corsepius
2016-10-08 12:05:34 UTC
Source file is ok Summary is ok License is ok Description is ok URL and Source0 are ok All tests passed BuildRequires TODO: Remove perl(Module::Build) from build-require, it is not used FIX: Please add following build-requires: - perl(base) - t/Util.pm:5 - perl(Carp) - lib/HTTP/Entity/Parser/MultiPart.pm:7 - perl(Exporter) - t/Util.pm:5 - perl(Fcntl) - lib/HTTP/Entity/Parser/MultiPart.pm:8 - perl(File::Basename) - t/01_content_type/multipart.t:8 - perl(HTTP::Headers) - t/01_content_type/multipart.t:6 - perl(IO::File) - t/Util.pm:6 - perl(strict) - lib/HTTP/Entity/Parser.pm:4 - perl(utf8) - t/01_content_type/json.t:6 - perl(warnings) - lib/HTTP/Entity/Parser.pm:5 $ rpm -qp --requires perl-HTTP-Entity-Parser-0.18-1.fc26.noarch.rpm | sort | uniq -c 1 perl(:MODULE_COMPAT_5.24.0) 1 perl(:VERSION) >= 5.8.5 1 perl(Carp) 1 perl(Encode) 1 perl(Fcntl) 1 perl(File::Temp) 1 perl(HTTP::MultiPartParser) 1 perl(JSON::MaybeXS) 1 perl(Module::Load) 1 perl(Stream::Buffered) 1 perl(WWW::Form::UrlEncoded) 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 Binary requires are Ok. $ rpm -qp --provides perl-HTTP-Entity-Parser-0.18-1.fc26.noarch.rpm | sort | uniq -c 1 perl(HTTP::Entity::Parser) = 0.18 1 perl(HTTP::Entity::Parser::JSON) 1 perl(HTTP::Entity::Parser::MultiPart) 1 perl(HTTP::Entity::Parser::OctetStream) 1 perl(HTTP::Entity::Parser::UrlEncoded) 1 perl-HTTP-Entity-Parser = 0.18-1.fc26 Binary provides are Ok. Rpmlint is ok. It reports only spelling errors. TODO: Please packed 'eg' to %doc. Please correct all 'FIX' issues and consider fixing 'TODO' items and provide new spec file. The package is not approved. Updated version: Spec URL: https://corsepiu.fedorapeople.org/packages/perl-HTTP-Entity-Parser.spec SRPM URL: https://corsepiu.fedorapeople.org/packages/perl-HTTP-Entity-Parser-0.18-2.fc26.src.rpm > BuildRequires > TODO: Remove perl(Module::Build) from build-require, it is not used -BuildRequires: perl(Module::Build) Ok. > FIX: Please add following build-requires: > - perl(base) - t/Util.pm:5 > - perl(Carp) - lib/HTTP/Entity/Parser/MultiPart.pm:7 > - perl(Exporter) - t/Util.pm:5 > - perl(Fcntl) - lib/HTTP/Entity/Parser/MultiPart.pm:8 > - perl(File::Basename) - t/01_content_type/multipart.t:8 > - perl(HTTP::Headers) - t/01_content_type/multipart.t:6 > - perl(IO::File) - t/Util.pm:6 > - perl(strict) - lib/HTTP/Entity/Parser.pm:4 > - perl(utf8) - t/01_content_type/json.t:6 > - perl(warnings) - lib/HTTP/Entity/Parser.pm:5 +BuildRequires: perl(Carp) +BuildRequires: perl(Exporter) +BuildRequires: perl(Fcntl) +BuildRequires: perl(File::Basename) +BuildRequires: perl(HTTP::Headers) +BuildRequires: perl(IO::File) +BuildRequires: perl(base) +BuildRequires: perl(strict) +BuildRequires: perl(utf8) +BuildRequires: perl(warnings) Ok. The package is approved. Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/rpms/perl-HTTP-Entity-Parser perl-HTTP-Entity-Parser-0.18-2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-030fe5a9b3 perl-HTTP-Entity-Parser-0.18-2.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-030fe5a9b3 perl-HTTP-Entity-Parser-0.18-2.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. |