rpms/smolt/devel smolt.spec,1.52,1.53

Mike McGrath mmcgrath at fedoraproject.org
Mon Sep 8 00:18:44 UTC 2008


Author: mmcgrath

Update of /cvs/pkgs/rpms/smolt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1121

Modified Files:
	smolt.spec 
Log Message:
fixing dep issues


Index: smolt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smolt/devel/smolt.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- smolt.spec	4 Sep 2008 20:18:32 -0000	1.52
+++ smolt.spec	8 Sep 2008 00:18:13 -0000	1.53
@@ -1,7 +1,7 @@
 Name: smolt
 Summary: Fedora hardware profiler
 Version: 1.1.1.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 URL: http://hosted.fedoraproject.org/projects/smolt
@@ -35,6 +35,7 @@
 Requires: python-genshi
 Requires: python-crypto
 Requires: TurboGears mx
+Requires: python-turboflot
 
 %description server
 The Fedora hardware profiler is a server-client system that does a hardware
@@ -47,7 +48,7 @@
 %package firstboot
 Summary: Fedora hardware profile firstboot
 Group: Applications/Internet
-Requires: smolt = %{version}-%{release}, python-turboflot
+Requires: smolt = %{version}-%{release}
 
 %description firstboot
 This provides firstboot integration for smolt.  It has been broken into a
@@ -171,6 +172,9 @@
 %{_bindir}/smoltGui
 
 %changelog
+* Sun Sep  7 2008 Mike McGrath <mmcgrath at redhat.com> 1.1.1.1-6
+- Added turboflot to server, removed from firstboot
+
 * Thu Sep  4 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.1.1.1-5
 - fix license tag
 




More information about the fedora-extras-commits mailing list