From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2) Gecko/20040308 Description of problem: The build requires needs to have perl-XML-Parser instead of the requires. At the end of the build, it should automatically pull in the perl-XML-Parser requirement because it was used in the build. You can check with rpmquery -qp --requires Also, the requires usermode is NOT a general requirement. It is only for the GUI part. The console part does not need it and in fact this requires messes up console installations. I will attach a patch. Version-Release number of selected component (if applicable): authconfig-4.6.4-2 How reproducible: Always Steps to Reproduce: 1. rpm -e perl-XML-Parser 2. rpmbuild -bb authconfig.spec Additional info:
Created attachment 103771 [details] Patch to fix requirements Please apply.
Hello Steve, I applied it and rebuilt authconfig. authconfig-4.6.4-3 is now available with fixed dependencies. Thanks! Jindrich