rpms/smolt/FC-6 smolt.spec,1.3,1.4

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Thu Jan 25 04:19:33 UTC 2007


Author: mmcgrath

Update of /cvs/extras/rpms/smolt/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14839/FC-6

Modified Files:
	smolt.spec 
Log Message:
Fixed silly bash error


Index: smolt.spec
===================================================================
RCS file: /cvs/extras/rpms/smolt/FC-6/smolt.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smolt.spec	23 Jan 2007 22:43:05 -0000	1.3
+++ smolt.spec	25 Jan 2007 04:19:03 -0000	1.4
@@ -1,7 +1,7 @@
 Name: smolt
 Summary: Fedora hardware profiler
 Version: 0.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group: Applications/Internet
 URL: http://hosted.fedoraproject.org/projects/smolt
@@ -57,7 +57,7 @@
 rm -rf %{buildroot}
 
 %post
-if ! -f %{_sysconfdir}/sysconfig/hw-uuid
+if ! [ -f %{_sysconfdir}/sysconfig/hw-uuid ]
 then
     /bin/cat /proc/sys/kernel/random/uuid > %{_sysconfdir}/sysconfig/hw-uuid
     /bin/chmod 0644 %{_sysconfdir}/sysconfig/hw-uuid
@@ -76,6 +76,9 @@
 %{_datadir}/%{name}/server
 
 %changelog
+* Thu 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
 - s/turbogears/TurboGears/
 




More information about the scm-commits mailing list