[openshift-origin-broker/f18] fixed 64 bit modules problem

tdawson tdawson at fedoraproject.org
Mon Sep 24 16:47:43 UTC 2012


commit eb31fed2e1f6aa846745a4eacd1b3a540865ac68
Author: Troy Dawson <tdawson at redhat.com>
Date:   Mon Sep 24 10:39:17 2012 -0500

    fixed 64 bit modules problem

 openshift-origin-broker.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/openshift-origin-broker.spec b/openshift-origin-broker.spec
index 1be988c..1eb81f0 100644
--- a/openshift-origin-broker.spec
+++ b/openshift-origin-broker.spec
@@ -40,8 +40,6 @@ Requires:  policycoreutils-python
 Requires: systemd-units
 %endif
 
-BuildArch: noarch
-
 %description
 This contains the broker 'controlling' components of OpenShift.
 This includes the public APIs for the client tools.
@@ -83,7 +81,7 @@ mv %{buildroot}%{brokerdir}/init.d/stickshift-broker %{buildroot}%{_initddir}/%{
 %endif
 ln -s %{brokerdir}/public %{buildroot}%{htmldir}/broker
 ln -s %{brokerdir}/public %{buildroot}%{brokerdir}/httpd/root/broker
-ln -sf /usr/lib64/httpd/modules %{buildroot}%{brokerdir}/httpd/modules
+ln -sf %{_libdir}/httpd/modules %{buildroot}%{brokerdir}/httpd/modules
 ln -sf /etc/httpd/conf/magic %{buildroot}%{brokerdir}/httpd/conf/magic
 mv %{buildroot}%{brokerdir}/httpd/000000_stickshift_proxy.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/
 cp %{buildroot}%{brokerdir}/doc/selinux/stickshift-broker.te %{buildroot}/usr/share/selinux/packages/%{name}/
@@ -217,6 +215,9 @@ fi
 
 
 %changelog
+* Mon Sep 24 2012 Troy Dawson <tdawson at redhat.com> 0.6.7-11
+- Fixed 64 bit module problem, no longer a noarch
+
 * Wed Sep 12 2012 Troy Dawson <tdawson at redhat.com> 0.6.7-10
 - Fixed rubygem-passenger-native requirement
 - Removed rubygem(multimap) requirement, removed in upstream


More information about the scm-commits mailing list