Bug 680783

Summary: [PATCH] Move /etc/vpnc dir ownership to vpnc-script
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: vpncAssignee: Richard W.M. Jones <rjones>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: rawhideCC: rjones
Target Milestone: ---Keywords: EasyFix, Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 0.5.3-10 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-02 17:20:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Move /etc/vpnc dir ownership to vpnc-script
none
Move /etc/vpnc dir ownership to vpnc-script none

Description Ville Skyttä 2011-02-27 18:19:47 UTC
Created attachment 481264 [details]
Move /etc/vpnc dir ownership to vpnc-script

vpnc-script installs files to /etc/vpnc but doesn't require anyhing that owns the dir.  vpnc on the other hand requires vpnc-script and owns the dir.  So the dir ownership should be move to vpnc-script.

Fix attached, let me know if you'd like me to push and build this for rawhide.
(The fix also adds a %defattr to -script for consistency.)

Comment 1 Ville Skyttä 2011-02-27 18:21:21 UTC
Created attachment 481265 [details]
Move /etc/vpnc dir ownership to vpnc-script

Comment 2 Richard W.M. Jones 2011-03-02 12:01:44 UTC
Yes, this change looks sensible because vpnc requires vpnc-script
so vpnc-script should own the directory.

Please push this.