From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2) Gecko/20040308 Description of problem: setuptool is missing dependencies: --- working/setuptool/setuptool.spec 2004-05-05 17:56:08.000000000 -0400 +++ /opt/specs/setuptool.spec 2004-05-27 18:09:36.000000000 -0400 @@ -8,7 +8,7 @@ Group: Applications/System Source: setuptool-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildPrereq: newt-devel +BuildPrereq: newt-devel, gettext, perl-XML-Parser %description Setuptool is a user-friendly text mode menu utility which allows you Version-Release number of selected component (if applicable): setuptool-1.15-2 How reproducible: Always Steps to Reproduce: 1. rpm -e --nodeps gettext perl-XML-Parser 2. rpmbuild -bb /usr/src/redhat/SPECS/setuptool.spec Additional info:
I'm thinking that perhaps some other build tool used needs to require perl-XML-Parser.
intltool-extract.in & intltool-update.in are the most likely candidates since they are autoconf'ed into perl scripts that do xml stuff. Hope this helps narrow it down for you.
BuildRequires added in setuptool-1.16-1. Thanks for the patch.