[Ovirt-devel] [PATCH appliance] Temporary hack so qpidd will start up properly

Perry Myers pmyers at redhat.com
Fri Jan 30 03:27:51 UTC 2009


I don't intend to apply this patch to the git repo, since this should
be fixed by qpid folks.  But I'll post this patch for people trying
to do builds off of the next trees and are having failures due to
qpid packages being broken.

qpid project will fix this properly in qpid spec file

Signed-off-by: Perry Myers <pmyers at redhat.com>
---
 ovirt-appliance.ks |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ovirt-appliance.ks b/ovirt-appliance.ks
index 3d03cf7..f7802be 100644
--- a/ovirt-appliance.ks
+++ b/ovirt-appliance.ks
@@ -55,6 +55,13 @@ ovirt-server-installer
 lokkit
 
 %post
+  echo "Adding qpidd user"
+  /usr/sbin/useradd qpidd
+  chown -vR qpidd /var/lib/qpidd
+  chown -vR qpidd /var/run/qpidd
+%end
+
+%post
   # cleanup rpmdb to allow non-matching host and chroot RPM versions
   rm -f /var/lib/rpm/__db*
 
-- 
1.6.0.6




More information about the ovirt-devel mailing list