[apacheds] fix unowned directories

gil gil at fedoraproject.org
Sat Jul 6 22:45:56 UTC 2013


commit 5463a1d8a53676274928678356f13669a90d804e
Author: gil <puntogil at libero.it>
Date:   Sun Jul 7 00:45:34 2013 +0200

    fix unowned directories

 apacheds.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/apacheds.spec b/apacheds.spec
index d77ff56..5a4878f 100644
--- a/apacheds.spec
+++ b/apacheds.spec
@@ -1,7 +1,7 @@
 # these packages are not configured to run as a server
 Name:          apacheds
 Version:       1.5.7
-Release:       5%{?dist}
+Release:       6%{?dist}
 Summary:       Apache Directory Server
 License:       ASL 2.0
 Url:           http://directory.apache.org/
@@ -263,6 +263,7 @@ rm -rf xdbm-search/src/test/java/org/apache/directory/server/xdbm/search/impl/Le
 %mvn_install
 
 %files -f .mfiles-%{name}-parent
+%dir %{_javadir}/%{name}
 %doc LICENSE NOTICE README.txt
 
 %files core -f .mfiles-core
@@ -297,6 +298,9 @@ rm -rf xdbm-search/src/test/java/org/apache/directory/server/xdbm/search/impl/Le
 %doc LICENSE NOTICE
 
 %changelog
+* Fri Jul 05 2013 gil cattaneo <puntogil at libero.it> 1.5.7-6
+- fix unowned directories
+
 * Fri Jul 05 2013 gil cattaneo <puntogil at libero.it> 1.5.7-5
 - switch to XMvn
 - minor changes to adapt to current guideline


More information about the scm-commits mailing list