Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1309352 - file /etc/dbus-1/system.d is not owned by any package
Summary: file /etc/dbus-1/system.d is not owned by any package
Keywords:
Status: CLOSED DUPLICATE of bug 1285033
Alias: None
Product: Fedora
Classification: Fedora
Component: dbus
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Colin Walters
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-17 15:21 UTC by Lukas Slebodnik
Modified: 2016-02-17 19:03 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-17 19:03:32 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Lukas Slebodnik 2016-02-17 15:21:24 UTC
Description of problem:
Most of dbus directories are owned by the dbus package:
  sh$ rpm -qf /etc/dbus-1/ /usr/share/dbus-1/ /usr/share/dbus-1/interfaces/ /usr/share/dbus-1/services/ /usr/share/dbus-1/system-services/
  dbus-1.10.6-1.fc23.x86_64
  dbus-1.10.6-1.fc23.x86_64
  dbus-1.10.6-1.fc23.x86_64
  dbus-1.10.6-1.fc23.x86_64
  dbus-1.10.6-1.fc23.x86_64

It will be good if the directory /etc/dbus-1/system.d would be owned as well [1]

Version-Release number of selected component (if applicable):
rpm -q dbus dbus-libs
dbus-1.10.6-1.fc23.x86_64
dbus-libs-1.10.6-1.fc23.x86_64

How reproducible:
Deterministic

Steps to Reproduce:
1. rpm -qf /etc/dbus-1/system.d/
file /etc/dbus-1/system.d is not owned by any package

sh$ echo $?

Actual results:
/etc/dbus-1/system.d is not owned by any package.

Expected results:
/etc/dbus-1/system.d should be owned by dbus

Additional info:
BTW these directories are owned by libdbus(equivalend of dbus-libs) on opensuse.
  sh$ rpm -qf /etc/dbus-1/ /etc/dbus-1/system.d/ /usr/share/dbus-1/ /usr/share/dbus-1/interfaces/ /usr/share/dbus-1/services/ /usr/share/dbus-1/system-services/
  libdbus-1-3-1.8.20-1.1.x86_64
  libdbus-1-3-1.8.20-1.1.x86_64
  libdbus-1-3-1.8.20-1.1.x86_64
  libdbus-1-3-1.8.20-1.1.x86_64
  libdbus-1-3-1.8.20-1.1.x86_64
  libdbus-1-3-1.8.20-1.1.x86_64

IMHO we could do the same on fedora and packages which depends only on dbus-libs would not violate fedora packaging guidelines[1]

[1] http://fedoraproject.org/wiki/Packaging:Guidelines#File_and_Directory_Ownership

Comment 1 David King 2016-02-17 19:03:32 UTC

*** This bug has been marked as a duplicate of bug 1285033 ***


Note You need to log in before you can comment on or make changes to this bug.