[minimal-json] Make sure directory is owned by this package

Gerard Ryan galileo at fedoraproject.org
Tue Nov 25 22:02:35 UTC 2014


commit f22c6e240d8baeb34d617da24af13cb5bce36f74
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Tue Nov 25 22:02:18 2014 +0000

    Make sure directory is owned by this package

 minimal-json.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/minimal-json.spec b/minimal-json.spec
index ebd945c..2b19983 100644
--- a/minimal-json.spec
+++ b/minimal-json.spec
@@ -3,7 +3,7 @@
 
 Name:           minimal-json
 Version:        0.9.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Minimal JSON Parser and Writer
 
 License:        EPL
@@ -36,11 +36,15 @@ API documentation for %{name}.
 %mvn_install
 
 %files -f .mfiles-minimal-json
+%dir /usr/share/java/minimal-json
 %doc epl-v10.html README.md
 
 %files javadoc -f .mfiles-javadoc
 %doc epl-v10.html
 
 %changelog
+* Tue Nov 25 2014 Gerard Ryan <galileo at fedoraproject.org> - 0.9.1-2
+- Make sure directory is owned by this package
+
 * Sun Oct 26 2014 Gerard Ryan <galileo at fedoraproject.org> - 0.9.1-1
 - Initial package.


More information about the scm-commits mailing list