Bug 967325

Summary: yum groupinstall 'Development Tools' fails dependancy checks on new installation of Fedora 18
Product: [Fedora] Fedora Reporter: entransic <entransic>
Component: auditAssignee: Steve Grubb <sgrubb>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: admiller, ffesti, firas.alkafri, packaging-team-maint, sgrubb, tim.lauridsen, zpavlas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: audit-2.3-2.fc18.x86_64 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-27 08:02:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description entransic 2013-05-26 16:12:53 UTC
Description of problem:
running 'yum groupinstall 'Development Tools" fails with a dependancy conflict on a new installation of Fedora 18.0

Version-Release number of selected component (if applicable):
18.0

How reproducible:
very

Steps to Reproduce:
1.fresh install of Fedora 18.0 from iso into oracle virtualbox
2.sudo yum groupinstall 'Development Tools'
3.

Actual results:
file /usr/lib64/audit from install of glibc-2.16-31.fc18.x86_64 conflicts with file from package audit-2.2.1-2.fc18.x86_64

Expected results: 
installation would complete since it is a group package

Additional info:
a workaround is:

yum install audio
yum groupinstall 'Development Tools'

Comment 1 entransic 2013-05-26 16:22:15 UTC
the workaround was mis-typed.

yum install audit
yum groupinstall 'Development Tools'

Comment 2 Zdeněk Pavlas 2013-05-27 07:59:16 UTC
This is a packaging error, the directory is packaged by both packages, but with different permissions.  Probably "audit" is to blame, it didn't package it in previous version:

[~/Downloads]$ rpm -ql -p audit-2.3-2.fc18.x86_64.rpm |grep lib64
[~/Downloads]$ rpm -ql -p audit-2.2.1-2.fc18.x86_64.rpm |grep lib64
/usr/lib64/audit

Comment 3 Zdeněk Pavlas 2013-05-27 08:02:04 UTC
Sorry, the newer package is actually correct.