rpms/smolt/devel smolt.spec,1.4,1.5

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Thu Jan 25 22:08:34 UTC 2007


Author: mmcgrath

Update of /cvs/extras/rpms/smolt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21000/devel

Modified Files:
	smolt.spec 
Log Message:
Forgot a requires


Index: smolt.spec
===================================================================
RCS file: /cvs/extras/rpms/smolt/devel/smolt.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smolt.spec	25 Jan 2007 04:19:03 -0000	1.4
+++ smolt.spec	25 Jan 2007 22:08:04 -0000	1.5
@@ -1,7 +1,7 @@
 Name: smolt
 Summary: Fedora hardware profiler
 Version: 0.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: Applications/Internet
 URL: http://hosted.fedoraproject.org/projects/smolt
@@ -13,7 +13,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
-Requires: /usr/bin/wget
+Requires: dbus-python
 
 %description
 The Fedora hardware profiler is a server-client system that does a hardware
@@ -76,7 +76,10 @@
 %{_datadir}/%{name}/server
 
 %changelog
-* Thu Jan 24 2007 Mike McGrath <imlinux at gmail.com> 0.5-3
+* Thu Jan 25 2007 Mike McGrath <imlinux at gmail.com> 0.5-4
+- Forgot Requires of dbus-python
+
+* Wed Jan 24 2007 Mike McGrath <imlinux at gmail.com> 0.5-3
 - Fixed silly bash syntax error
 
 * Thu Jan 22 2007 Mike McGrath <imlinux at gmail.com> 0.5-2




More information about the scm-commits mailing list