Mailinglist Archive: opensuse-packaging (192 mails)
| < Previous | Next > |
Re: [opensuse-packaging] rpmlint - non-utf8-spec-file ?
- From: "Dominique Leuenberger a.k.a DimStar" <dimstar@xxxxxxxxxxxx>
- Date: Fri, 01 Apr 2011 12:27:55 +0200
- Message-id: <20110401122755.39692u54mes7iz0g@webmail.leuenberger.net>
Quoting "Dominique Leuenberger a.k.a DimStar" <dimstar@xxxxxxxxxxxx>:
Just a small follow up: The error/warning has been there for a while I guess:
$> iconv -f ISO-8859-8 -t UTF-8 jfsutils.spec > converted.spec
$> diff jfsutils.spec converted.spec
187,191c187,191
< � fix undefined reference to errno
< � allow jfs_mkfs to run on regular file
< � fix for-loop going past last element of vopen array
< � sanity checking on variable this_ag
< � s_label displayed incorrectly when 16 chars long
---
< � fix segmentation fault in mkfs.jfs when given bad block device
< � fix jfs_debugfs to display directory index with directory entries
---
so those are the lines you were looking for :)
Dominique
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
Quoting Per Jessen <per@xxxxxxxxxxxx>:
This is very likely in this case a non-UTF8 character in jfsutils.changes.
Bare in mind that build is merging the changes into the %changelog section of the .spec file and the resulting file (as is being injected into the .src.rpm) is being checked on UTF8 compatibility.
Just a small follow up: The error/warning has been there for a while I guess:
$> iconv -f ISO-8859-8 -t UTF-8 jfsutils.spec > converted.spec
$> diff jfsutils.spec converted.spec
187,191c187,191
< � fix undefined reference to errno
< � allow jfs_mkfs to run on regular file
< � fix for-loop going past last element of vopen array
< � sanity checking on variable this_ag
< � s_label displayed incorrectly when 16 chars long
---
· fix undefined reference to errno194,195c194,195
· allow jfs_mkfs to run on regular file
· fix for-loop going past last element of vopen array
· sanity checking on variable this_ag
· s_label displayed incorrectly when 16 chars long
< � fix segmentation fault in mkfs.jfs when given bad block device
< � fix jfs_debugfs to display directory index with directory entries
---
· fix segmentation fault in mkfs.jfs when given bad block device
· fix jfs_debugfs to display directory index with directory entries
so those are the lines you were looking for :)
Dominique
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |