Bug 1099789 - unowned /etc/NetworkManager/conf.d
Summary: unowned /etc/NetworkManager/conf.d
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: NetworkManager
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Dan Williams
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-21 08:05 UTC by Jiri Popelka
Modified: 2014-05-21 14:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-05-21 14:11:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jiri Popelka 2014-05-21 08:05:38 UTC
per [1] "Packages must own all directories they put files in"

fix is as simple as:

NetworkManager.spec @@ -492

 %files config-server
 %defattr(-,root,root,0755)
+%dir %{_sysconfdir}/%{name}/conf.d
 %config %{_sysconfdir}/%{name}/conf.d/00-server.conf

[1] https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#File_and_Directory_Ownership

Comment 1 Jirka Klimes 2014-05-21 14:11:44 UTC
Fixed both for F20 and rawhide. Thanks for pointing it.

http://pkgs.fedoraproject.org/cgit/NetworkManager.git/commit/?id=dd37ad8fc155911ab07ca05337f7e17f9dd5da41


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