[rhmessaging-commits] rhmessaging commits: r1582 - mgmt.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Jan 18 18:01:04 EST 2008


Author: nunofsantos
Date: 2008-01-18 18:01:04 -0500 (Fri, 18 Jan 2008)
New Revision: 1582

Modified:
   mgmt/cumin.spec
Log:
updated requires; fixed executable permissions on scripts under /usr/bin

Modified: mgmt/cumin.spec
===================================================================
--- mgmt/cumin.spec	2008-01-18 22:43:06 UTC (rev 1581)
+++ mgmt/cumin.spec	2008-01-18 23:01:04 UTC (rev 1582)
@@ -12,10 +12,13 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python
-BuildRequires:  python-devel
+BuildRequires:  python >= 2.4
+BuildRequires:  python-devel >= 2.4
 
-Requires:       python
+Requires:       python >= 2.4
+Requires:	postgresql >= 8.1.10
+Requires:	python-sqlobject >= 0.9.2
+Requires:	python-psycopg2 >= 2.0.6
 Requires:       python-qpid
 
 %description
@@ -46,7 +49,7 @@
 install -pm 0644 doc/* ${RPM_BUILD_ROOT}${CUMIN_HOME}/doc
 
 install -d ${RPM_BUILD_ROOT}%{_bindir}
-install -pm 0644 bin/* $RPM_BUILD_ROOT%{_bindir}
+install -pm 0755 bin/* $RPM_BUILD_ROOT%{_bindir}
 
 install -d ${RPM_BUILD_ROOT}%{_sysconfdir}
 install -pm 0644 etc/* $RPM_BUILD_ROOT%{_sysconfdir}




More information about the rhmessaging-commits mailing list