[rubygem-openshift-origin-common] Remove plugins.d dir, now provided by broker (#1033928)

tdawson tdawson at fedoraproject.org
Mon Nov 25 15:28:35 UTC 2013


commit 375abea1c005e4920dfde1b1dbecc59125405b8e
Author: Troy Dawson <tdawson at redhat.com>
Date:   Mon Nov 25 09:27:32 2013 -0600

    Remove plugins.d dir, now provided by broker (#1033928)

 rubygem-openshift-origin-common.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-openshift-origin-common.spec b/rubygem-openshift-origin-common.spec
index ad43f76..6ed272c 100644
--- a/rubygem-openshift-origin-common.spec
+++ b/rubygem-openshift-origin-common.spec
@@ -6,7 +6,7 @@
 Summary:       Cloud Development Common
 Name:          rubygem-%{gem_name}
 Version:       1.13.0.1
-Release:       1%{?dist}
+Release:       2%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
 URL:           http://www.openshift.com
@@ -86,13 +86,11 @@ cp bin/man/*.8 %{buildroot}%{_mandir}/man8/
 %endif
 
 # 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
@@ -118,6 +116,9 @@ rm -rf %{buildroot}%{gem_instdir}/.yardoc
 %doc %{gem_docdir}
 
 %changelog
+* Mon Nov 25 2013 Troy Dawson <tdawson at redhat.com> 1.13.0.1-2
+- plugins.d directory owned by broker
+
 * Thu Aug 01 2013 Krishna Raman <kraman at gmail.com> 1.13.0.1-1
 - Bumping version #s for origin release 2 (kraman at gmail.com)
 - bump_minor_versions for sprint 32 (admiller at redhat.com)


More information about the scm-commits mailing list