rpms/flumotion/FC-5 flumotion.spec,1.5,1.6

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Fri Mar 17 21:29:05 UTC 2006


Author: thomasvs

Update of /cvs/extras/rpms/flumotion/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4221

Modified Files:
	flumotion.spec 
Log Message:
require pyOpenSSL


Index: flumotion.spec
===================================================================
RCS file: /cvs/extras/rpms/flumotion/FC-5/flumotion.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- flumotion.spec	17 Mar 2006 21:24:44 -0000	1.5
+++ flumotion.spec	17 Mar 2006 21:29:04 -0000	1.6
@@ -100,7 +100,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-/usr/sbin/useradd -s /sbin/nologin -r -d %{_datadir}/flumotion -M -r \
+/usr/sbin/useradd -s /sbin/nologin -r -d %{_localstatedir}/cache/flumotion -M -r \
 	flumotion > /dev/null 2> /dev/null || :
 
 %post
@@ -211,7 +211,6 @@
 %{_datadir}/flumotion/image
 %{_datadir}/flumotion/make-dummy-cert
 %{_datadir}/flumotion/*.xsl
-%dir %attr(750,flumotion,root) %{_datadir}/flumotion/.flumotion
 
 %attr(750,flumotion,root) %{_sysconfdir}/flumotion
 %attr(750,flumotion,root) %{_localstatedir}/run/flumotion
@@ -223,6 +222,8 @@
 * Fri Mar 17 2006 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.2.0-2
 - require pyOpenSSL, without which the manager does not start
+- use /var/cache/flumotion as the home dir, so that the cache can be written,
+  instead of using datadir
 
 * Sun Mar 05 2006 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.2.0-1




More information about the fedora-extras-commits mailing list