RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 886151 - add dependency on perl(Date::Parse)
Summary: add dependency on perl(Date::Parse)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: pacemaker
Version: 6.4
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: rc
: ---
Assignee: Andrew Beekhof
QA Contact: michal novacek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-11 16:01 UTC by Jaroslav Kortus
Modified: 2013-02-21 09:51 UTC (History)
2 users (show)

Fixed In Version: pacemaker-1.1.8-5.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-21 09:51:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:0375 0 normal SHIPPED_LIVE pacemaker bug fix and enhancement update 2013-02-20 20:52:23 UTC

Description Jaroslav Kortus 2012-12-11 16:01:25 UTC
Description of problem:
crm_report requires perl-TimeDate package (namely Date::Parse).

$crm_report -f "2012-12-11 09:50:00"
marathon-03c1-node01:  ERROR: please install the perl Date::Parse module

Version-Release number of selected component (if applicable):
pacemaker-cli-1.1.8-4.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1. default installation
2. yum -y install pacemaker-cli
3. crm_report -f "2012-12-11 09:50:00"
  
Actual results:
complains about missing perl module

Expected results:
no complains, it should be pulled during rpm installation

Additional info:
there should be no utils with unsatisfied dependencies

Comment 2 Andrew Beekhof 2012-12-12 02:56:29 UTC
Agreed. I've been meaning to add this for a while.

Comment 4 Lon Hohberger 2012-12-13 16:45:35 UTC
This specfile change was added in pacemaker-1.1.8-5.el6

Comment 6 michal novacek 2013-01-17 18:10:15 UTC
I verified that corrected pacemaker-cli-1.1.8-5.el6.x86_64 correctly requires perl-TimeDate unlike the old version (1.1.8-4.el6.x86_64) where it is not present. 

OLD version:
$ rpm -q pacemaker-cli
pacemaker-cli-1.1.8-4.el6.x86_64
$ rpm -q --requires pacemaker-cli | grep perl
$ 

CORRECTED version:
$ rpm -q pacemaker-cli
pacemaker-cli-1.1.8-5.el6.x86_64
$ rpm -q --requires pacemaker-cli | grep perl
perl-TimeDate
$

Comment 8 errata-xmlrpc 2013-02-21 09:51:29 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0375.html


Note You need to log in before you can comment on or make changes to this bug.