rpms/smolt/devel smolt.spec,1.33,1.34

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Thu Oct 18 13:38:59 UTC 2007


Author: mmcgrath

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

Modified Files:
	smolt.spec 
Log Message:
Now owns /etc/smolt/


Index: smolt.spec
===================================================================
RCS file: /cvs/extras/rpms/smolt/devel/smolt.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- smolt.spec	16 Oct 2007 14:35:21 -0000	1.33
+++ smolt.spec	18 Oct 2007 13:38:26 -0000	1.34
@@ -1,7 +1,7 @@
 Name: smolt
 Summary: Fedora hardware profiler
 Version: 0.9.9
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Applications/Internet
 URL: http://hosted.fedoraproject.org/projects/smolt
@@ -152,11 +152,12 @@
 %defattr(-,root,root,-)
 %doc README GPL doc/*
 %dir %{_datadir}/%{name}
+%dir %{_sysconfdir}/%{name}
 %{_datadir}/%{name}/client
 %{_datadir}/%{name}/doc
 %{_bindir}/smoltSendProfile
 %{_bindir}/smoltDeleteProfile
-%{_sysconfdir}/%{name}/config.*
+$config(noreplace) %{_sysconfdir}/%{name}/config.*
 %{_sysconfdir}/cron.d/%{name}
 %{_initrddir}/%{name}
 %ghost %config(noreplace) %{_sysconfdir}/sysconfig/hw-uuid
@@ -177,6 +178,9 @@
 %{_bindir}/smoltGui
 
 %changelog
+* Thu Oct 18 2007 Mike McGrath <mmcgrath at redhat.com> 0.9.9-2
+- Fixed /etc/smolt/ ownership issue
+
 * Tue Oct 16 2007 Mike McGrath <mmcgrath at redhat.com> 0.9.9-1
 - Upstream released new version
 




More information about the fedora-extras-commits mailing list