rpms/smolt/devel .cvsignore, 1.25, 1.26 smolt.spec, 1.65, 1.66 sources, 1.26, 1.27

Mike McGrath mmcgrath at fedoraproject.org
Tue Jul 7 21:21:58 UTC 2009


Author: mmcgrath

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/smolt/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- .cvsignore	30 Nov 2008 19:45:00 -0000	1.25
+++ .cvsignore	7 Jul 2009 21:21:57 -0000	1.26
@@ -1 +1 @@
-smolt-1.2.tar.gz
+smolt-1.3.tar.gz


Index: smolt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smolt/devel/smolt.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- smolt.spec	22 Jun 2009 16:55:02 -0000	1.65
+++ smolt.spec	7 Jul 2009 21:21:57 -0000	1.66
@@ -1,7 +1,7 @@
 Name: smolt
 Summary: Fedora hardware profiler
-Version: 1.2
-Release: 4.2%{?dist}
+Version: 1.3
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 URL: http://fedorahosted.org/smolt
@@ -80,6 +80,7 @@ cd ..
 %{__cp} -adv smoon/* %{buildroot}/%{_datadir}/%{name}/smoon/
 %{__cp} -adv client/simplejson %{buildroot}/%{_datadir}/%{name}/client/
 %{__cp} client/scan.py %{buildroot}/%{_datadir}/%{name}/client/
+%{__cp} client/gate.py %{buildroot}/%{_datadir}/%{name}/client/
 %{__cp} client/os_detect.py %{buildroot}/%{_datadir}/%{name}/client/
 %{__cp} client/fs_util.py %{buildroot}/%{_datadir}/%{name}/client/
 %{__cp} client/man/* %{buildroot}/%{_mandir}/man1/
@@ -146,6 +147,20 @@ if [ $1 = 0 ]; then
         /sbin/chkconfig --del smolt
 fi
 
+%post server
+#Fail, will fix later
+for f in delete.html deviceclass.html device.html devices.html error.html \
+         link.html login.html master.html myHosts.html notLoaded.html \
+         pub_uuid.html raw.html report_device_ratings.html \
+         report_host_ratings.html report_recent.html report_search_devices.html\
+         report_search.html report_search_profiles.html report_view_device.html\
+         report_view_devices.html report_view.html report_view_profile.html \
+         report_view_profiles.html showall.html show.html stats.html token.html\
+         welcome.html
+do
+    touch %{_datadir}/%{name}/smoon/hardware/static/stats/$f
+done
+
 %post gui
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
@@ -187,6 +202,10 @@ touch --no-create %{_datadir}/icons/hico
 %{_bindir}/smoltGui
 
 %changelog
+* Thu Jul 02 2009 Mike McGrath <mmcgrath at redhat.com> - 1.3-1
+- Added touch for generated stats
+- Upstream released new version
+
 * Tue Apr 14 2009 Mike McGrath <mmcgrath at redhat.com> - 1.2-4.2
 - Removed fake attack
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/smolt/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- sources	30 Nov 2008 19:45:00 -0000	1.26
+++ sources	7 Jul 2009 21:21:57 -0000	1.27
@@ -1 +1 @@
-c577b0bc190542fe6d1927c47bc91abb  smolt-1.2.tar.gz
+72fa94c3a866583477bb1c2b587869f9  smolt-1.3.tar.gz




More information about the fedora-extras-commits mailing list