Bug 742481 - Review Request: perl-Bisect-Perl-UsingGit - Help you to bisect Perl
Summary: Review Request: perl-Bisect-Perl-UsingGit - Help you to bisect Perl
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Petr Šabata
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-09-30 09:49 UTC by Petr Pisar
Modified: 2011-10-13 04:27 UTC (History)
3 users (show)

Fixed In Version: perl-Bisect-Perl-UsingGit-0.33-1.fc16
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-13 00:53:01 UTC
Type: ---
Embargoed:
psabata: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Petr Pisar 2011-09-30 09:49:50 UTC
Spec URL: http://ppisar.fedorapeople.org/perl-Bisect-Perl-UsingGit/perl-Bisect-Perl-UsingGit.spec
SRPM URL: http://ppisar.fedorapeople.org/perl-Bisect-Perl-UsingGit/perl-Bisect-Perl-UsingGit-0.33-1.fc17.src.rpm
Description:
Bisect::Perl::UsingGit is a module which holds the code which helps you to
bisect Perl. See bisect_perl_using_git for practical examples.

Comment 1 Petr Šabata 2011-09-30 12:37:26 UTC
Package: perl-Bisect-Perl-UsingGit
Version: 0.33
Release: 1.fc17
Sources: Bisect-Perl-UsingGit-0.33.tar.gz
Patches: 
----------
Package successfully built in koji, dist-rawhide.

MUST items:
[  OK  ] Package does NOT include pre-built binaries or libraries
[  OK  ] Spec file is legible and written in American english
[  OK  ] Package successfully builds on at least one supported primary architecture
[  --  ] All ExcludeArch tags valid, referencing proper bug reports
[  OK  ] Package obeys FHS (with _libexecdir and /srv exceptions)
[  OK  ] No errors reported by rpmlint
[  OK  ] Changelog present and properly formatted
[  OK  ] Package does NOT include Packager, Vendor, Copyright or PreReq tags
[  OK  ] Source tags are working URLs and sources match upstream or justified otherwise
[ FAIL ] Requires correct or justified otherwise
[  OK  ] BuildRequires correct or justified otherwise
[  OK  ] All file names are in proper UTF-8 encoding
[  OK  ] All plain text files are in proper UTF-8 encoding
[  --  ] Large documentation files are located in doc subpackage
[  OK  ] All documentation prefixed with %doc
[  OK  ] Documentation is NOT executable
[  OK  ] No files in %doc are needed at run-time
[  --  ] Compiler flags honor Fedora defaults or are justified
[  --  ] Package uses hardened build (-fPIC, -fPIE) if appropriate
[  --  ] Package generates useful debuginfo packages
[  --  ] Header files are placed in devel subpackage
[  --  ] Unversioned shared libraries are placed in devel subpackage
[  --  ] Pkgconfig files are placed in devel subpackage
[  --  ] Full-versioned Requires of the base package in subpackages
[  --  ] Package calls ldconfig in post and postun sections for all subpackages, if applicable
[  --  ] Static libraries are provided by static subpackage
[  OK  ] Package contains no static executables unless approved by FESCo
[  OK  ] Package does NOT bundle any system libraries
[  --  ] RPath not used for anything besides internal libraries
[  --  ] All config files are marked noreplace or justified otherwise
[  OK  ] No config files are located under /usr
[  --  ] Package contains working systemd unit files and requires systemd-units
[  --  ] All systemd unit files are named according to the Guidelines
[  --  ] Package contains a SystemV-compatible initscript only as an optional addition to systemd unit files
[  --  ] If package contains an initscript, it's placed in sysvinit subpackage
[  --  ] A GUI application installs a proper desktop file
[  --  ] All desktop files are installed by desktop-file-install or justified otherwise
[  OK  ] Package consistently uses macros
[  --  ] makeinstall macro is used only if make install DESTDIR=%{buildroot} does NOT work
[  --  ] Macros in Summary and description are expandable at build-time
[  --  ] globals used in place of defines
[  --  ] Locales handled correctly -- package requires gettext and uses find_lang, if applicable
[  --  ] Scriptlets are sane
[  OK  ] Package is not relocatable unless justified
[  OK  ] Package contains only acceptable code or content
[  OK  ] Package owns all the files and directories it creates, installs and/or uses unless those are already owned by another package
[  OK  ] files sections do NOT contain duplicate files except for licenses
[  OK  ] Package does NOT cause any conflicts
[  OK  ] Package does NOT contain kernel modules
[  OK  ] Package does NOT bundle fonts or other general purpose data
[ FAIL ] Final Requires and Provides are sane

SHOULD items:
[  OK  ] The Summary does NOT end with a period
[  OK  ] Package does NOT include BuildRoot tag, clean section or buildroot removal in install section
[  OK  ] Package should preserve files timestamps
[  OK  ] Package does NOT explicitly BuildRequire bash, bzip2, coreutils, cpio, diffutils, fedora-release, findutils, gawk, gcc, gcc-c++, grep, gzip, info, make, patch, redhat-rpm-config, rpm-build, sed, shadow-utils, tar, unzip, util-linux-ng, which or xz
[  OK  ] Description does NOT consist of lines longer than 80 characters
[  OK  ] Package uses parallel make
[  --  ] In case of a web application, package installs date into /usr/share instead of /var/www
[  --  ] All patches have a comment or an upstream bug link
[  OK  ] Package installs manpages for all executables
[  OK  ] Package contains check section and all tests pass
[  ??  ] Package works as expected

NOTES:
------
bisect_perl_using_git won't work without git installed.  Require git.

Comment 2 Petr Pisar 2011-09-30 12:55:47 UTC
Updated package requiring `git' package is on the same location.

Comment 3 Petr Šabata 2011-09-30 13:09:17 UTC
--- perl-Bisect-Perl-UsingGit.spec      2011-09-30 11:44:41.000000000 +0200
+++ perl-Bisect-Perl-UsingGit.spec.new  2011-09-30 14:47:55.000000000 +0200
@@ -17,6 +17,7 @@
 # Optional tests:
 BuildRequires:  perl(Test::Pod) >= 1.14
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       git
 Requires:       perl(MooseX::Getopt)
 
 %description

Comment 4 Petr Pisar 2011-09-30 13:38:05 UTC
New Package SCM Request
=======================
Package Name: perl-Bisect-Perl-UsingGit 
Short Description: Help you to bisect Perl
Owners: ppisar mmaslano psabata
Branches: f14 f15 f16
InitialCC: perl-sig

Comment 5 Gwyn Ciesla 2011-09-30 13:54:43 UTC
Git done (by process-git-requests).

Comment 6 Petr Pisar 2011-10-03 07:40:38 UTC
Thank you for the review and the repository.

Comment 7 Fedora Update System 2011-10-03 07:47:50 UTC
perl-Bisect-Perl-UsingGit-0.33-1.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/perl-Bisect-Perl-UsingGit-0.33-1.fc16

Comment 8 Fedora Update System 2011-10-03 07:48:12 UTC
perl-Bisect-Perl-UsingGit-0.33-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/perl-Bisect-Perl-UsingGit-0.33-1.fc15

Comment 9 Fedora Update System 2011-10-03 07:48:30 UTC
perl-Bisect-Perl-UsingGit-0.33-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/perl-Bisect-Perl-UsingGit-0.33-1.fc14

Comment 10 Fedora Update System 2011-10-03 17:46:02 UTC
perl-Bisect-Perl-UsingGit-0.33-1.fc16 has been pushed to the Fedora 16 testing repository.

Comment 11 Fedora Update System 2011-10-13 00:53:01 UTC
perl-Bisect-Perl-UsingGit-0.33-1.fc14 has been pushed to the Fedora 14 stable repository.

Comment 12 Fedora Update System 2011-10-13 00:53:46 UTC
perl-Bisect-Perl-UsingGit-0.33-1.fc15 has been pushed to the Fedora 15 stable repository.

Comment 13 Fedora Update System 2011-10-13 04:27:37 UTC
perl-Bisect-Perl-UsingGit-0.33-1.fc16 has been pushed to the Fedora 16 stable repository.


Note You need to log in before you can comment on or make changes to this bug.