rpms/smolt/FC-6 smolt.spec,1.1,1.2

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Mon Jan 22 19:16:10 UTC 2007


Author: mmcgrath

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

Modified Files:
	smolt.spec 
Log Message:
Upstream released new version


Index: smolt.spec
===================================================================
RCS file: /cvs/extras/rpms/smolt/FC-6/smolt.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smolt.spec	18 Jan 2007 22:29:51 -0000	1.1
+++ smolt.spec	22 Jan 2007 19:15:40 -0000	1.2
@@ -1,7 +1,7 @@
 Name: smolt
 Summary: Fedora hardware profiler
-Version: 0.4
-Release: 2%{?dist}
+Version: 0.5
+Release: 1%{?dist}
 License: GPL
 Group: Applications/Internet
 URL: http://hosted.fedoraproject.org/projects/smolt
@@ -9,7 +9,7 @@
 # Note: This is a link to the gzip, you can't download it directly
 # This will get fixed as soon as hosted can create attachments directly
 
-Source: https://hosted.fedoraproject.org/projects/smolt/attachment/wiki/WikiStart/%{name}-%{version}.tar.gz
+Source: https://hosted.fedoraproject.org/projects/smolt/attachment/wiki/WikiStart/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
@@ -57,7 +57,7 @@
 rm -rf %{buildroot}
 
 %post
-if ! -s %{_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,10 @@
 %{_datadir}/%{name}/server
 
 %changelog
+* Thu Jan 22 2007 Mike McGrath <imlinux at gmail.com> 0.5-1
+- Upstream released new version
+- Fixed small bug in post
+
 * Thu Jan 18 2006 Mike McGrath <imlinux at gmail.com> 0.4-2
 - Added comment about the not directly available tar-gzip file
 




More information about the scm-commits mailing list