Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 579847 Details for
Bug 815759
Do not use Test::Kwalitee on RHEL >= 7
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Do not use Test::Kwalitee on RHEL >= 7
0001-Do-not-use-Test-Kwalitee-on-RHEL-7.patch (text/plain), 1.38 KB, created by
Petr Pisar
on 2012-04-24 13:08:50 UTC
(
hide
)
Description:
Do not use Test::Kwalitee on RHEL >= 7
Filename:
MIME Type:
Creator:
Petr Pisar
Created:
2012-04-24 13:08:50 UTC
Size:
1.38 KB
patch
obsolete
>From 78b2663d5c794c58f243d8ed2259d99661a0bd7e Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> >Date: Tue, 24 Apr 2012 14:54:39 +0200 >Subject: [PATCH] Do not use Test::Kwalitee on RHEL >= 7 > >--- > perl-Test-Version.spec | 7 ++++++- > 1 files changed, 6 insertions(+), 1 deletions(-) > >diff --git a/perl-Test-Version.spec b/perl-Test-Version.spec >index 0b5d370..5679a85 100644 >--- a/perl-Test-Version.spec >+++ b/perl-Test-Version.spec >@@ -3,7 +3,7 @@ > > Name: perl-Test-Version > Version: 1.002001 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: Check to see that versions in modules are sane > License: Artistic 2.0 > Group: Development/Libraries >@@ -53,7 +53,9 @@ BuildRequires: perl(Test::CPAN::Meta) > BuildRequires: perl(Test::CPAN::Meta::JSON) > BuildRequires: perl(Test::DistManifest) > BuildRequires: perl(Test::EOL) >+%if ! (0%{?rhel} >= 7) > BuildRequires: perl(Test::Kwalitee) >+%endif > BuildRequires: perl(Test::MinimumVersion) > BuildRequires: perl(Test::Mojibake) > BuildRequires: perl(Test::Perl::Critic) >@@ -98,6 +100,9 @@ rm -rf %{buildroot} > %{_mandir}/man3/Test::Version.3pm* > > %changelog >+* Tue Apr 24 2012 Petr Pisar <ppisar@redhat.com> - 1.002001-2 >+- Do not use Test::Kwalitee on RHEL >= 7 >+ > * Wed Mar 14 2012 Paul Howarth <paul@city-fan.org> - 1.002001-1 > - Update to 1.002001: > - Fix metadata caused by a bug in DZP::GitHub after asking repo to be >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 815759
:
579847
|
579853