Bug 1520585
| Summary: | Review Request: perl-Test-SQL-Data - Helps running SQL tests: database preparing and result matching | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert-André Mauchin 🐧 <eclipseo> |
| 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: | --- | Keywords: | Reopened |
| Target Release: | --- | Flags: | jplesnik:
fedora-review+
|
| 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: | 2018-02-27 20:39:37 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
Robert-André Mauchin 🐧
2017-12-04 19:00:51 UTC
Spec URL: https://raw.githubusercontent.com/eclipseo/packaging/047fc7f/perl-Test-SQL-Data.spec SRPM URL: https://copr-be.cloud.fedoraproject.org/results/eclipseo/ravada/fedora-rawhide-x86_64/00684673-perl-Test-SQL-Data/perl-Test-SQL-Data-0.0.6-1.fc28.src.rpm 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 missing buildrequires:
- make - used in spec
- perl(Carp) - lib/Test/SQL/Data.pm:16
- perl(File::Path) - lib/Test/SQL/Data.pm:17
- perl(strict) - Makefile.PL:2
- perl(version) - lib/Test/SQL/Data.pm:7
- perl(warnings) - Makefile.PL:3
$ rpm -qp --requires perl-Test-SQL-Data-0.0.6-1.fc28.noarch.rpm | sort | uniq -c
1 perl(Carp)
1 perl(File::Path)
1 perl(:MODULE_COMPAT_5.26.1)
1 perl(strict)
1 perl(Test::More)
1 perl(version)
1 perl(warnings)
1 perl(YAML)
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: To use this module, you need to add to run-requires
- perl(DBIx::Connector) >= 0.4.5
- perl(DBD::SQLite) >= 1.20
$ rpm -qp --provides perl-Test-SQL-Data-0.0.6-1.fc28.noarch.rpm | sort | uniq -c
1 perl(Test::SQL::Data) = 0.0.6
1 perl-Test-SQL-Data = 0.0.6-1.fc28
Binary provides are Ok.
$ rpmlint ./perl-Test-SQL-Data*
perl-Test-SQL-Data.noarch: W: spelling-error %description -l en_US pre -> per, ore, pee
perl-Test-SQL-Data.src: W: spelling-error %description -l en_US pre -> per, ore, pee
2 packages and 1 specfiles checked; 0 errors, 2 warnings.
Rpmlint is ok
TODO: Please replace PERL_INSTALL_ROOT with more common DESTDIR.
Please correct all 'FIX' issues and consider fixing 'TODO' items and
provide new spec file.
Package is not approved.
Spec URL: https://raw.githubusercontent.com/eclipseo/packaging/0b84599/perl-Test-SQL-Data.spec SRPM URL: https://copr-be.cloud.fedoraproject.org/results/eclipseo/ravada/fedora-rawhide-x86_64/00685178-perl-Test-SQL-Data/perl-Test-SQL-Data-0.0.6-1.fc28.src.rpm SPEC diff: https://github.com/eclipseo/packaging/compare/047fc7fca9631e153ad240528ee5048b15fba725...0b8459908aa551796eb7d3cecdf18813968547e7#diff-0ec5c037792d877cec8d1450f1ce4732 Thanks for the reviews! > BuildRequires > FIX: Please add missing buildrequires: > - make - used in spec > - perl(Carp) - lib/Test/SQL/Data.pm:16 > - perl(File::Path) - lib/Test/SQL/Data.pm:17 > - perl(strict) - Makefile.PL:2 > - perl(version) - lib/Test/SQL/Data.pm:7 > - perl(warnings) - Makefile.PL:3 Ok. > $ rpm -qp --requires perl-Test-SQL-Data-0.0.6-1.fc28.noarch.rpm | sort | > uniq -c > 1 perl(Carp) > 1 perl(File::Path) > 1 perl(:MODULE_COMPAT_5.26.1) > 1 perl(strict) > 1 perl(Test::More) > 1 perl(version) > 1 perl(warnings) > 1 perl(YAML) > 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: To use this module, you need to add to run-requires > - perl(DBIx::Connector) >= 0.4.5 > - perl(DBD::SQLite) >= 1.20 Not not fixed. > TODO: Please replace PERL_INSTALL_ROOT with more common DESTDIR. No change. Please correct all 'FIX' issues and consider fixing 'TODO' items and provide new spec file. Package is not approved. Spec URL: https://raw.githubusercontent.com/eclipseo/packaging/a9bc6b8/perl-Test-SQL-Data.spec SRPM URL: https://copr-be.cloud.fedoraproject.org/results/eclipseo/ravada/fedora-rawhide-x86_64/00685354-perl-Test-SQL-Data/perl-Test-SQL-Data-0.0.6-1.fc28.src.rpm SPEC diff: https://github.com/eclipseo/packaging/commit/a9bc6b8803cdf9e7fc18cc5eda8e70c2a816434d#diff-0ec5c037792d877cec8d1450f1ce4732 (In reply to Jitka Plesnikova from comment #4) > > BuildRequires > > FIX: Please add missing buildrequires: > > - make - used in spec > > - perl(Carp) - lib/Test/SQL/Data.pm:16 > > - perl(File::Path) - lib/Test/SQL/Data.pm:17 > > - perl(strict) - Makefile.PL:2 > > - perl(version) - lib/Test/SQL/Data.pm:7 > > - perl(warnings) - Makefile.PL:3 > Ok. > > > $ rpm -qp --requires perl-Test-SQL-Data-0.0.6-1.fc28.noarch.rpm | sort | > > uniq -c > > 1 perl(Carp) > > 1 perl(File::Path) > > 1 perl(:MODULE_COMPAT_5.26.1) > > 1 perl(strict) > > 1 perl(Test::More) > > 1 perl(version) > > 1 perl(warnings) > > 1 perl(YAML) > > 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: To use this module, you need to add to run-requires > > - perl(DBIx::Connector) >= 0.4.5 > > - perl(DBD::SQLite) >= 1.20 Ok. > > TODO: Please replace PERL_INSTALL_ROOT with more common DESTDIR. Ok. Package looks good. Approved. (fedrepo-req-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/perl-Test-SQL-Data. You may commit to the branch "f27" in about 10 minutes. perl-Test-SQL-Data-0.0.6-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-eefda41e3a perl-Test-SQL-Data-0.0.6-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-98362ea2d0 perl-Test-SQL-Data-0.0.6-1.fc26 has been pushed to the Fedora 26 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-2017-98362ea2d0 perl-Test-SQL-Data-0.0.6-1.fc27 has been pushed to the Fedora 27 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-2017-eefda41e3a perl-Test-SQL-Data-0.0.6-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. perl-Test-SQL-Data-0.0.6-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. perl-Test-SQL-Data-0.0.6-2.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-483d50018f perl-Test-SQL-Data-0.0.6-2.el7 has been pushed to the Fedora EPEL 7 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-EPEL-2018-483d50018f perl-Test-SQL-Data-0.0.6-2.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |