[rubygem-openshift-origin-common] added ownership of common directories

tdawson tdawson at fedoraproject.org
Wed Jan 30 15:56:01 UTC 2013


commit c412b9d9ef8d2f2c7f6cdb27d9379ce9ea250b5f
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Jan 30 09:55:55 2013 -0600

    added ownership of common directories

 rubygem-openshift-origin-common.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-openshift-origin-common.spec b/rubygem-openshift-origin-common.spec
index 7117fd2..4411837 100644
--- a/rubygem-openshift-origin-common.spec
+++ b/rubygem-openshift-origin-common.spec
@@ -4,7 +4,7 @@
 Summary:        Cloud Development Common
 Name:           rubygem-%{gem_name}
 Version:        1.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Group:          Development/Languages
 License:        ASL 2.0
 URL:            http://openshift.redhat.com
@@ -56,10 +56,13 @@ mkdir -p %{buildroot}%{gem_dir}
 cp -a ./%{gem_dir}/* %{buildroot}%{gem_dir}/
 
 # Cleanup
+mkdir -p %{buildroot}/etc/openshift/plugins.d/
 rm -rf %{buildroot}%{gem_instdir}/.yardoc
 
 %files
 %dir %{gem_instdir}
+%dir /etc/openshift
+%dir /etc/openshift/plugins.d
 %doc %{gem_instdir}/LICENSE
 %doc %{gem_instdir}/COPYRIGHT
 %doc %{gem_instdir}/Gemfile
@@ -76,6 +79,9 @@ rm -rf %{buildroot}%{gem_instdir}/.yardoc
 %doc %{gem_docdir}
 
 %changelog
+* Wed Jan 30 2013 Troy Dawson <tdawson at redhat.com> 1.3.1-3
+- Added ownership of common directories
+
 * Tue Jan 29 2013 Troy Dawson <tdawson at redhat.com> 1.3.1-2
 - Change the source from a tar to gem
 - Remove scl for Fedora standards


More information about the scm-commits mailing list