Bug 435132 - rpmlint output is not clean
Summary: rpmlint output is not clean
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: xerces-c
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Peter Lemenkov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-02-27 16:11 UTC by Xavier Bachelot
Modified: 2008-07-09 02:53 UTC (History)
0 users

Fixed In Version: 2.8.0-2.fc9
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-07-09 02:53:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Xavier Bachelot 2008-02-27 16:11:48 UTC
Description of problem:
rpmlint output is not clean on both the versions in F8 and in devel (I did not
check F7, but it's likely the same as F8).

Here are some fixes' suggestions :

Replace Apache Software License with ASL 2.0

Only for 2.8.0 :

rm doc/html/apiDocs/XMLRegisterCleanup_8hpp__incl.map
rm doc/html/apiDocs/XSConstants_8hpp__incl.map
sed -i 's/\r//' doc/charter.xml


For both 2.7.0 and 2.8.0 (except doc/migration.xml which is ok in 2.8.0) :

iconv -f iso8859-1 -t utf-8 credits.txt > credits.txt.conv && mv -f
credits.txt.conv credits.txt;
for i in feedback.xml migration.xml releases_archive.xml; do {
        iconv -f iso8859-1 -t utf-8 doc/$i > doc/$i.conv && mv -f doc/$i.conv
doc/$i;
        };
done;

Comment 1 Xavier Bachelot 2008-04-09 10:32:49 UTC
Peter, is there anything wrong with this bug report ?

Comment 2 Bug Zapper 2008-05-14 05:40:10 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Fedora Update System 2008-06-30 14:40:21 UTC
xerces-c-2.8.0-2.fc8 has been submitted as an update for Fedora 8

Comment 4 Fedora Update System 2008-06-30 14:42:49 UTC
xerces-c-2.8.0-2.fc9 has been submitted as an update for Fedora 9

Comment 5 Fedora Update System 2008-07-01 05:25:14 UTC
xerces-c-2.8.0-2.fc8 has been pushed to the Fedora 8 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update xerces-c'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-5877

Comment 6 Fedora Update System 2008-07-09 02:53:06 UTC
xerces-c-2.8.0-2.fc9 has been pushed to the Fedora 9 stable repository.  If problems still persist, please make note of it in this bug report.


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