Hi,<br><br>I am trying to build the coreutils binary RPM from the CentOS 5.0 source RPM using:<br><br>sudo rpmbuild --rebuild coreutils-5.97-12.1.el5.src.rpm<br><br>However, it is erroring out with the following:<br><br>Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/coreutils-root
<br>error: Installed (but unpackaged) file(s) found:<br>   /usr/share/locale/af/LC_TIME/coreutils.mo<br>  ...<br>   /usr/share/locale/zh_TW/LC_TIME/coreutils.mo<br><br>These are symbolic links to ../LC_MESSAGES/coreutils.mo which are not picked up by the %find_lang macro in the spec because the /usr/lib/rpm/find-
lang.sh script uses '-type f' on its find.<br><br>Any idea what may be wrong?<br><br>By the way, here are the versions of some of the related rpms:<br>rpm-4.4.2-37.el5<br>glibc-2.5-12<br>findutils-4.2.27-4.1<br><br>
Thanks for any help,<br>Rob<br>