Bug 501039 - thunderbird-lightning needs a proper Requires for thunderbird version
Summary: thunderbird-lightning needs a proper Requires for thunderbird version
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: sunbird
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Lubomir Rintel
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-05-15 15:39 UTC by Orion Poplawski
Modified: 2009-05-15 16:08 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-05-15 16:08:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2009-05-15 15:39:28 UTC
Description of problem:

thunderbird 3.0 was put in F-10 updates-testing, which broke the thunderbird-lightning 0.9 plugin.  I think we need:

Requires: thunderbird <= 2.<some version>

as appropriate in the package to avoid this.

Version-Release number of selected component (if applicable):
thunderbird-lightning-0.9-3.fc10.i386

Comment 1 Lubomir Rintel 2009-05-15 15:49:14 UTC
fixed in devel

Comment 2 Orion Poplawski 2009-05-15 15:59:22 UTC
I think you misunderstood.  I think we need a requires that will prevent the installation of an incompatible version of thunderbird. 

In /usr/lib/thunderbird-lightning/install.rdf there is:

    <em:targetApplication>
      <Description>
        <!-- thunderbird -->
        <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
        <em:minVersion>2.0</em:minVersion>
        <em:maxVersion>2.0.0.*</em:maxVersion>
      </Description>
    </em:targetApplication>

So I think:

Requires: thunderbird < 2.0.1

would be appropriate in addition to:

Requires: thunderbird >= 2.0

Comment 3 Lubomir Rintel 2009-05-15 16:08:05 UTC
umm, no.

I'm not going to change this for F-10 and for rawhide I can't tell how will the mozilla's internal version number change upon release compared to RPM's one therefore I can't decide about maximum RPM version number.


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