Bug 214027

Summary: dbus-uuidgen attempts to write to a non-existent location
Product: [Fedora] Fedora Reporter: Michal Jaegermann <michal>
Component: dbusAssignee: John (J5) Palmieri <johnp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jkeck, sangu.fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-06 15:37:33 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:

Description Michal Jaegermann 2006-11-04 20:30:46 UTC
Description of problem:

After 'dbus' update the following shows up:

# /bin/dbus-uuidgen --ensure
Could not create file /var/lib/dbus/machine-id: No such file or directory

After 'mkdir /var/lib/dbus' the above works but /var/lib/dbus/ clearly
should be owned by a 'dbus' package and it is not.  A small stumble in
a spec file.

Actually the following likely should be in %files section:

%ghost /var/lib/dbus/machine-id
%dir /var/lib/dbus/

Version-Release number of selected component (if applicable):
dbus-0.95-1.fc7

How reproducible:
always until /var/lib/dbus/ is created

Comment 1 John (J5) Palmieri 2006-11-06 15:37:33 UTC
You are correct.  For some reason I missed it in the FC-7 spec file though I had
it in the olpc spec.  Thanks, building now.