Bug 484837 - xchat.prov no effect on 64 bits arch
Summary: xchat.prov no effect on 64 bits arch
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: xchat
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Kevin Kofler
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-02-10 08:29 UTC by Mamoru TASAKA
Modified: 2009-02-10 09:42 UTC (History)
3 users (show)

Fixed In Version: 2.8.6-6.fc11
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-02-10 09:27:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mamoru TASAKA 2009-02-10 08:29:12 UTC
Description of problem:
See:
http://koji.fedoraproject.org/koji/rpminfo?rpmID=950009

There is :
Provides  	
perl.so()(64bit)
python.so()(64bit)

These Provides cannot be filtered out by
-------------------------------------
        | %{__sed} '/\.so$/d'
-------------------------------------


Version-Release number of selected component (if applicable):
xchat-1:2.8.6-5.fc11.x86_64

How reproducible:
100%

Comment 1 Kevin Kofler 2009-02-10 08:42:37 UTC
Oops, %{__sed} '/\.so$/d' needs to be: %{__sed} '/\.so\(()(64bit)\)\?$/d'
Fixing.

Comment 2 Kevin Kofler 2009-02-10 08:56:45 UTC
Fixed and confirmed fixed (checked the Provides in the Koji rpminfo) in Rawhide. I don't think this is worth pushing updates for, so closing as RAWHIDE.

Comment 3 Mamoru TASAKA 2009-02-10 09:03:14 UTC
The latest method is not correct on i386.

Comment 4 Kevin Kofler 2009-02-10 09:27:14 UTC
It is correct.
http://koji.fedoraproject.org/koji/rpminfo?rpmID=997056
No bogus Provides.

\.so\(()(64bit)\)\?$ means either .so or .so()(64bit) at the end of the line.

Comment 5 Mamoru TASAKA 2009-02-10 09:42:43 UTC
Oh, I missed the last question mark, thanks.


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