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 579843 Details for
Bug 815750
Do not build-require 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.37 KB, created by
Petr Pisar
on 2012-04-24 12:44:14 UTC
(
hide
)
Description:
Do not use Test::Kwalitee on RHEL >= 7
Filename:
MIME Type:
Creator:
Petr Pisar
Created:
2012-04-24 12:44:14 UTC
Size:
1.37 KB
patch
obsolete
>From 2bc086744496865910e4761d602f57212707ec8d 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:32:37 +0200 >Subject: [PATCH] Do not use Test::Kwalitee on RHEL >= 7 > >--- > perl-Variable-Magic.spec | 7 ++++++- > 1 files changed, 6 insertions(+), 1 deletions(-) > >diff --git a/perl-Variable-Magic.spec b/perl-Variable-Magic.spec >index 3ed46b0..1b5de54 100644 >--- a/perl-Variable-Magic.spec >+++ b/perl-Variable-Magic.spec >@@ -1,6 +1,6 @@ > Name: perl-Variable-Magic > Version: 0.48 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: Associate user-defined magic to variables from Perl > License: GPL+ or Artistic > Group: Development/Libraries >@@ -12,7 +12,9 @@ BuildRequires: perl(Test::More) > BuildRequires: perl(Test::Pod) >= 1.14 > BuildRequires: perl(Test::Pod::Coverage) >= 1.04 > BuildRequires: perl(Test::Portability::Files) >+%if ! (0%{?rhel} >= 7) > BuildRequires: perl(Test::Kwalitee) >+%endif > Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > > %{?perl_default_filter} >@@ -49,6 +51,9 @@ make test > %{_mandir}/man3/* > > %changelog >+* Tue Apr 24 2012 Petr Pisar <ppisar@redhat.com> - 0.48-2 >+- Do not use Test::Kwalitee on RHEL >= 7 >+ > * Sat Feb 18 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 0.48-1 > - Update to 0.48 > >-- >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 815750
:
579842
| 579843