rpms/flumotion/devel flumotion.spec,1.4,1.5 sources,1.4,1.5

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Mon May 8 16:03:39 UTC 2006


Author: thomasvs

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

Modified Files:
	flumotion.spec sources 
Log Message:
new upstream release


Index: flumotion.spec
===================================================================
RCS file: /cvs/extras/rpms/flumotion/devel/flumotion.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- flumotion.spec	5 Mar 2006 14:17:25 -0000	1.4
+++ flumotion.spec	8 May 2006 16:03:39 -0000	1.5
@@ -4,7 +4,7 @@
 %define         gstreamer       gstreamer
 
 Name:           flumotion
-Version:        0.2.0
+Version:        0.2.1
 Release:        1%{?dist}
 Summary:        Flumotion - the Fluendo Streaming Server
 
@@ -21,6 +21,7 @@
 Requires:	python-twisted >= 1.3.0
 Requires:	pygtk2 >= 2.8.0
 Requires:	python-imaging
+Requires:       pyOpenSSL
 
 # for make-dummy-cert to work
 Requires(post):	openssl
@@ -99,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
@@ -140,7 +141,7 @@
 # create a default worker config if no worker configs present
 # the default login will be user/test
 # FIXME: still need a way of specifying we really do not want a default worker
-if ! test -e %{_sysconfdir}/flumotion/*/default.xml
+if ! test -e %{_sysconfdir}/flumotion/workers/default.xml
 then
   cat > %{_sysconfdir}/flumotion/workers/default.xml <<EOF
 <worker>
@@ -210,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
@@ -219,6 +219,17 @@
 %{_sysconfdir}/rc.d/init.d/flumotion
 
 %changelog
+* Mon May 08 2006 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.2.1-1
+- new upstream release
+- fix post script for creating worker config
+
+* 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
 - new upstream release


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/flumotion/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	5 Mar 2006 14:17:25 -0000	1.4
+++ sources	8 May 2006 16:03:39 -0000	1.5
@@ -1 +1 @@
-f674eb7286fb0cef687c372a0da1ebd1  flumotion-0.2.0.tar.bz2
+56b54f35f791eca377475640725bd227  flumotion-0.2.1.tar.bz2




More information about the fedora-extras-commits mailing list