rpms/luci/F-12 luci.spec,1.1,1.2

Ryan McCabe rmccabe at fedoraproject.org
Wed Nov 4 15:32:37 UTC 2009


Author: rmccabe

Update of /cvs/pkgs/rpms/luci/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19238

Modified Files:
	luci.spec 
Log Message:
Add missing build dep



Index: luci.spec
===================================================================
RCS file: /cvs/pkgs/rpms/luci/F-12/luci.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- luci.spec	4 Nov 2009 14:15:14 -0000	1.1
+++ luci.spec	4 Nov 2009 15:32:36 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name: luci
 Version: 0.21.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Web-based cluster administration application
 
 Group: Applications/System
@@ -12,7 +12,7 @@ URL: http://sources.redhat.com/cluster/c
 Source0: http://people.redhat.com/rmccabe/luci/luci-0.21.0.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-BuildRequires: python-devel
+BuildRequires: python-devel python-setuptools
 Requires: TurboGears2 python-tw-jquery python-repoze-what-quickstart python-catwalk python-tg-devtools
 Requires(post): chkconfig initscripts
 Requires(preun): chkconfig initscripts
@@ -72,6 +72,9 @@ fi
 exit 0
 
 %changelog
+* Wed Nov 04 2009 Ryan McCabe <rmccabe at redhat.com> - 0.21.0-2
+- Fix missing build dep.
+
 * Tue Nov 03 2009 Ryan McCabe <rmccabe at redhat.com> - 0.21.0-1
 - Add init script.
 - Run as the luci user, not root.




More information about the scm-commits mailing list