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 579539 Details for
Bug 815367
Build-require perl(Test::Kwalitee) on Fedora or EPEL 6 only
[?]
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]
Constrain Test::Kwalitee to EPEL 6
0001-Constrain-Test-Kwalitee-to-EPEL-6.patch (text/plain), 1.69 KB, created by
Petr Pisar
on 2012-04-23 13:34:02 UTC
(
hide
)
Description:
Constrain Test::Kwalitee to EPEL 6
Filename:
MIME Type:
Creator:
Petr Pisar
Created:
2012-04-23 13:34:02 UTC
Size:
1.69 KB
patch
obsolete
>From 72be017e506d4d490c0544ae6c452bbd44844f2f Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> >Date: Mon, 23 Apr 2012 15:28:03 +0200 >Subject: [PATCH] Constrain Test::Kwalitee to EPEL 6 > >--- > perl-Package-DeprecationManager.spec | 9 ++++++--- > 1 files changed, 6 insertions(+), 3 deletions(-) > >diff --git a/perl-Package-DeprecationManager.spec b/perl-Package-DeprecationManager.spec >index 809d4a0..cda2d8f 100644 >--- a/perl-Package-DeprecationManager.spec >+++ b/perl-Package-DeprecationManager.spec >@@ -1,15 +1,15 @@ > # We need to patch the test suite if we have an old version of Test::More > %global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0) > >-# Test::Kwalitee not yet available in EPEL < 6 >-%global extra_tests_available %(expr 0%{?fedora} + 0%{?rhel} '>' 5) >+# Test::Kwalitee not available in EPEL < 6 and EPEL > 7 >+%global extra_tests_available %(expr 0%{?fedora} '|' 0%{?rhel} = 6) > > # Test::CPAN::Changes isn't available in EPEL-6 either, due to requirement of perl(version) ⥠0.79 > %global cpan_changes_available %(expr 0%{?fedora} + 0%{?rhel} '>' 6) > > Name: perl-Package-DeprecationManager > Version: 0.13 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: Manage deprecation warnings for your distribution > Group: Development/Libraries > License: Artistic 2.0 >@@ -82,6 +82,9 @@ rm -rf %{buildroot} > %{_mandir}/man3/Package::DeprecationManager.3pm* > > %changelog >+* Mon Apr 23 2012 Petr Pisar <ppisar@redhat.com> - 0.13-2 >+- Constrain Test::Kwalitee to EPEL 6 >+ > * Fri Mar 9 2012 Paul Howarth <paul@city-fan.org> - 0.13-1 > - Update to 0.13: > - Fix dist.ini to not add Test::Spelling as a requirement >-- >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 815367
: 579539