Bug 233857

Summary: kexec-tools: unowned directories
Product: [Fedora] Fedora Reporter: Michael Schwendt <bugs.michael>
Component: kexec-toolsAssignee: Neil Horman <nhorman>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: EasyFix
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: 2007-12-08 10:58:38 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 Michael Schwendt 2007-03-25 16:02:16 UTC
--- kexec-tools.spec.orig       2007-03-21 18:17:22.000000000 +0100
+++ kexec-tools.spec    2007-03-25 18:01:38.000000000 +0200
@@ -230,6 +230,7 @@
 %config %{_sysconfdir}/rc.d/init.d/kdump
 %dir %{_localstatedir}/crash
 %ifarch %{ix86} x86_64
+%dir %{_libdir}/kexec-tools
 %{_libdir}/kexec-tools/kexec_test
 %endif
 %{_mandir}/man8/*

Comment 1 Neil Horman 2007-03-26 13:31:34 UTC
Thanks.  I've fixed this with:
-%{_libdir}/kexec-tools/kexec_test
+%{_libdir}/kexec-tools

Should be fixed in -65.fc7.  Thanks!

Comment 2 Michael Schwendt 2007-12-08 10:58:38 UTC
Closing old ticket. Cannot verify, because %_libdir is
not used anymore. :)