Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 614049 Details for
Bug 858301
not working on 32 bits out of the box
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to make package work on 32 bits
0001-fix-package-on-32-bits-host-but-make-the-package-arc.patch (text/plain), 1.46 KB, created by
Michael S.
on 2012-09-18 15:35:16 UTC
(
hide
)
Description:
patch to make package work on 32 bits
Filename:
MIME Type:
Creator:
Michael S.
Created:
2012-09-18 15:35:16 UTC
Size:
1.46 KB
patch
obsolete
>From 6f4e08c4c1775d057e572f6db9eabe50715cb932 Mon Sep 17 00:00:00 2001 >From: Michael Scherer <mscherer@redhat.com> >Date: Tue, 18 Sep 2012 17:27:32 +0200 >Subject: [PATCH] fix package on 32 bits host, but make the package arch > dependant in the process > >--- > openshift-origin-broker.spec | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/openshift-origin-broker.spec b/openshift-origin-broker.spec >index 1be988c..1306649 100644 >--- a/openshift-origin-broker.spec >+++ b/openshift-origin-broker.spec >@@ -40,7 +40,9 @@ Requires: policycoreutils-python > Requires: systemd-units > %endif > >-BuildArch: noarch >+# cannot be noarch, since this reference a specific directory >+# for apache modules >+#BuildArch: noarch > > %description > This contains the broker 'controlling' components of OpenShift. >@@ -83,7 +85,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}/ >-- >1.7.11.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 858301
: 614049