Bug 132411

Summary: authconfig has bad build dependencies
Product: [Fedora] Fedora Reporter: Steve Grubb <linux_4ever>
Component: authconfigAssignee: Jindrich Novy <jnovy>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 4.6.4-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-14 07:55:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 123268    
Attachments:
Description Flags
Patch to fix requirements none

Description Steve Grubb 2004-09-12 20:30:05 UTC
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:

Comment 1 Steve Grubb 2004-09-12 20:31:25 UTC
Created attachment 103771 [details]
Patch to fix requirements

Please apply.

Comment 2 Jindrich Novy 2004-09-14 07:55:01 UTC
Hello Steve, I applied it and rebuilt authconfig. authconfig-4.6.4-3
is now available with fixed dependencies. Thanks!

Jindrich