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 579853 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]
Drop some build-time dependencies on RHEL >= 7
0001-Drop-some-build-time-dependencies-on-RHEL-7.patch (text/plain), 1.68 KB, created by
Petr Pisar
on 2012-04-24 13:27:13 UTC
(
hide
)
Description:
Drop some build-time dependencies on RHEL >= 7
Filename:
MIME Type:
Creator:
Petr Pisar
Created:
2012-04-24 13:27:13 UTC
Size:
1.68 KB
patch
obsolete
>From 83a36605cf0b039eecef681de1031c4ef4339933 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] Drop some build-time dependencies on RHEL >= 7 > >--- > perl-Test-Version.spec | 9 ++++++++- > 1 files changed, 8 insertions(+), 1 deletions(-) > >diff --git a/perl-Test-Version.spec b/perl-Test-Version.spec >index 0b5d370..365f5ea 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 >@@ -47,13 +47,17 @@ BuildRequires: perl(Test::Tester) > %if 0%{!?perl_bootstrap:1} > BuildRequires: perl(English) > BuildRequires: perl(Pod::Coverage::TrustPod) >+%if ! (0%{?rhel} >= 7) > BuildRequires: perl(Pod::Wordlist::hanekomu) >+%endif > BuildRequires: perl(Test::CPAN::Changes) > 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 +102,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 and Pod::Wordlist::hanekomu 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