Bug 233821

Summary: struts, struts-manual: unowned directories
Product: [Fedora] Fedora Reporter: Michael Schwendt <bugs.michael>
Component: strutsAssignee: Deepak Bhole <dbhole>
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-03-28 19:32:35 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 10:37:32 UTC
--- struts.spec.orig    2006-08-30 23:39:53.000000000 +0200
+++ struts.spec 2007-03-25 12:36:44.000000000 +0200
@@ -821,6 +821,7 @@
 
 %files
 %defattr(-,root,root)
+%dir %{_docdir}/%{name}-%{version}
 %doc %{_docdir}/%{name}-%{version}/INSTALL
 %doc %{_docdir}/%{name}-%{version}/README
 %doc %{_docdir}/%{name}-%{version}/*.txt
@@ -835,6 +836,7 @@
 
 %files manual
 %defattr(-,root,root)
+%dir %{_docdir}/%{name}-%{version}
 %doc %{_docdir}/%{name}-%{version}/docs
 
 %files javadoc

Comment 1 Deepak Bhole 2007-03-28 19:32:35 UTC
Thanks for the fix.