rpms/flumotion/devel flumotion.spec,1.12,1.13

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Fri Mar 7 09:32:55 UTC 2008


Author: thomasvs

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

Modified Files:
	flumotion.spec 
Log Message:
fix pycrypto dep



Index: flumotion.spec
===================================================================
RCS file: /cvs/extras/rpms/flumotion/devel/flumotion.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- flumotion.spec	20 Feb 2008 04:57:37 -0000	1.12
+++ flumotion.spec	7 Mar 2008 09:32:15 -0000	1.13
@@ -6,7 +6,7 @@
 
 Name:           flumotion
 Version:        0.4.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Flumotion - the Fluendo Streaming Server
 
 Group:          Applications/Internet
@@ -26,7 +26,7 @@
 Requires:	python-imaging
 Requires:	pyOpenSSL
 Requires:	pkgconfig
-Requires:       pycrypto
+Requires:       python-crypto
 
 # for make-dummy-cert to work
 Requires(post):	openssl
@@ -253,6 +253,9 @@
 %{_sysconfdir}/rc.d/init.d/flumotion
 
 %changelog
+* Fri Mar 07 2008 Thomas Vander Stichele <thomas at apestaart dot org>
+- Change pycrypto dependency to python-crypto, which is the actual package name 
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.4.2-3
 - Autorebuild for GCC 4.3
 
@@ -260,7 +263,6 @@
 - 0.4.2-2
 - Own datadir/flumotion. Fixes #233834.
 - Require pycrypto for the sha256 bouncer.
-- NOT YET BUILT
 
 * Sat Apr 14 2007 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.4.2-1




More information about the fedora-extras-commits mailing list