Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=456357
Summary: rpm: perl.prov fails to detect $VERSION correctly on multiple assignments Product: Fedora Version: 9 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: rpm AssignedTo: pmatilai@redhat.com ReportedBy: cweyl@alumni.drew.edu QAContact: extras-qa@fedoraproject.org CC: fedora-perl-devel- list@redhat.com,jnovy@redhat.com,pauln@truemesh.com
Description of problem: When $VERSION is set twice inside the same package, the latest definition prevails.
Version-Release number of selected component (if applicable): rpm-4.4.2.3-2.fc9.x86_64
How reproducible: Package DateTime-Format-DBI :) (see bug 455788)
Lines 10 and 11 of lib/DateTime/Format/DBI.pm are: $VERSION = '0.031'; $VERSION = $VERSION + 0.0;
Note that perl.prov finds the version as "0.0".
Actual results: ====> provides for perl-DateTime-Format-DBI-0.031-1.fc9.noarch.rpm perl(DateTime::Format::DBI) = 0.0 perl-DateTime-Format-DBI = 0.031-1.fc9
Expected results: ====> provides for perl-DateTime-Format-DBI-0.031-1.fc9.noarch.rpm perl(DateTime::Format::DBI) = 0.031 perl-DateTime-Format-DBI = 0.031-1.fc9
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=456357
--- Comment #1 from Bug Zapper fedora-triage-list@redhat.com 2009-06-09 22:11:17 EDT ---
This message is a reminder that Fedora 9 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 9. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '9'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 9's end of life.
Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 9 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you.
Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=456357
Chris Weyl cweyl@alumni.drew.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|9 |rawhide
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=456357
Panu Matilainen pmatilai@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FutureFeature Version|12 |rawhide
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=456357
--- Comment #3 from Marcela Mašláňová mmaslano@redhat.com 2011-03-24 09:26:17 EDT --- Created attachment 487328 --> https://bugzilla.redhat.com/attachment.cgi?id=487328 the highest $VERSION from file is used
The value of $VERSION will be evaluated and only the highest defined version will be used as provided. This could fix possible typos by upstream and also bug with adding +0.0 value, which was interpreted as provided version 0.0.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=456357
Marcela Mašláňová mmaslano@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |694496(requirements,rpm)
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=456357
Marcela Mašláňová mmaslano@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks|694496(requirements,rpm) |
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=456357
Marcela Mašláňová mmaslano@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |694496(requirements,rpm)
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=456357
Fedora Admin XMLRPC Client fedora-admin-xmlrpc@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|pmatilai@redhat.com |packaging-team@fedoraprojec | |t.org
--- Comment #4 from Fedora Admin XMLRPC Client fedora-admin-xmlrpc@redhat.com 2012-04-13 19:08:16 EDT --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=456357
--- Comment #5 from Fedora Admin XMLRPC Client fedora-admin-xmlrpc@redhat.com 2012-04-13 19:11:40 EDT --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
https://bugzilla.redhat.com/show_bug.cgi?id=456357
Panu Matilainen pmatilai@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jplesnik@redhat.com, | |pmatilai@redhat.com, | |ppisar@redhat.com, | |psabata@redhat.com Component|rpm |perl-generators
--- Comment #6 from Panu Matilainen pmatilai@redhat.com --- Mmh, somewhere down the line this has gotten a patch that's fallen through the cracks, sorry about that :-/
Reassigning to perl-generators where this'll hopefully get more attention.
perl-devel@lists.fedoraproject.org