Bug 1435295

Summary: Review Request: perl-Dist-Zilla-Plugin-Git - Update your git repository after release
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: Package ReviewAssignee: Jitka Plesnikova <jplesnik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jplesnik, package-review
Target Milestone: ---Flags: jplesnik: fedora-review+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: perl-Dist-Zilla-Plugin-Git-2.041-1.fc27 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-03-29 07:05: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:
Bug Depends On: 1435232, 1435240, 1435248    
Bug Blocks:    

Description Petr Pisar 2017-03-23 14:03:09 UTC
Spec URL: https://ppisar.fedorapeople.org/perl-Dist-Zilla-Plugin-Git/perl-Dist-Zilla-Plugin-Git.spec
SRPM URL: https://ppisar.fedorapeople.org/perl-Dist-Zilla-Plugin-Git/perl-Dist-Zilla-Plugin-Git-2.041-1.fc27.src.rpm
Description:
This set of plugins for Dist::Zilla can do interesting things for module
authors using Git (http://git-scm.com/) to track their work.

Fedora Account System Username: ppisar

Comment 1 Jitka Plesnikova 2017-03-27 07:04:38 UTC
Source file is ok
Summary is ok
License is ok
Description is ok
URL and Source0 are ok
All tests passed
BuildRequires are ok

$ rpm -qp --requires perl-Dist-Zilla-Plugin-Git-2.041-1.fc27.noarch.rpm | sort | uniq -c
      1 perl(:MODULE_COMPAT_5.24.1)
      1 perl(:VERSION) >= 5.10.0
      1 perl(Cwd)
      1 perl(DateTime)
      1 perl(Dist::Zilla) >= 4
      1 perl(Dist::Zilla::Plugin::GatherDir) >= 4.200016
      1 perl(Dist::Zilla::Role::AfterBuild)
      1 perl(Dist::Zilla::Role::AfterMint)
      1 perl(Dist::Zilla::Role::AfterRelease)
      1 perl(Dist::Zilla::Role::BeforeRelease)
      1 perl(Dist::Zilla::Role::FilePruner)
      1 perl(Dist::Zilla::Role::GitConfig)
      1 perl(Dist::Zilla::Role::PluginBundle)
      1 perl(Dist::Zilla::Role::VersionProvider)
      1 perl(File::HomeDir) >= 0.81
      1 perl(File::Spec::Functions)
      1 perl(File::Temp)
      1 perl(File::chdir)
      1 perl(Git::Wrapper) >= 0.021
      1 perl(IPC::Open3)
      1 perl(IPC::System::Simple)
      1 perl(List::Util) >= 1.45
      1 perl(Module::Runtime)
      1 perl(Moose)
      1 perl(Moose::Role)
      1 perl(Moose::Util::TypeConstraints)
      1 perl(MooseX::Has::Sugar)
      1 perl(MooseX::Types::Moose)
      1 perl(MooseX::Types::Path::Tiny) >= 0.010
      1 perl(Path::Tiny) >= 0.048
      1 perl(String::Formatter)
      1 perl(Try::Tiny)
      1 perl(constant)
      1 perl(namespace::autoclean) >= 0.09
      1 perl(strict)
      1 perl(version) >= 0.80
      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-Dist-Zilla-Plugin-Git-2.041-1.fc27.noarch.rpm | sort | uniq -c
      1 perl(Dist::Zilla::Plugin::Git) = 2.041
      1 perl(Dist::Zilla::Plugin::Git::Check) = 2.041
      1 perl(Dist::Zilla::Plugin::Git::Commit) = 2.041
      1 perl(Dist::Zilla::Plugin::Git::CommitBuild) = 2.041
      1 perl(Dist::Zilla::Plugin::Git::GatherDir) = 2.041
      1 perl(Dist::Zilla::Plugin::Git::Init) = 2.041
      1 perl(Dist::Zilla::Plugin::Git::NextVersion) = 2.041
      1 perl(Dist::Zilla::Plugin::Git::Push) = 2.041
      1 perl(Dist::Zilla::Plugin::Git::Tag) = 2.041
      1 perl(Dist::Zilla::PluginBundle::Git) = 2.041
      1 perl(Dist::Zilla::Role::Git::DirtyFiles) = 2.041
      1 perl(Dist::Zilla::Role::Git::Repo) = 2.041
      1 perl(Dist::Zilla::Role::Git::StringFormatter) = 2.041
      1 perl-Dist-Zilla-Plugin-Git = 2.041-1.fc27
Binary provides are Ok.

$ rpmlint ./perl-Dist-Zilla-Plugin-Git*
2 packages and 1 specfiles checked; 0 errors, 0 warnings.
Rpmlint is ok

The package looks good.
Approved

Comment 2 Gwyn Ciesla 2017-03-28 18:54:25 UTC
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Dist-Zilla-Plugin-Git

Comment 3 Petr Pisar 2017-03-29 07:05:37 UTC
Thank you for the review and the repository.