|
From: <di...@us...> - 2007-02-11 01:03:32
|
Revision: 410
http://safekeep.svn.sourceforge.net/safekeep/?rev=410&view=rev
Author: dimi
Date: 2007-02-10 17:03:31 -0800 (Sat, 10 Feb 2007)
Log Message:
-----------
Python 2.2 is good enough
Modified Paths:
--------------
safekeep/trunk/TODO
safekeep/trunk/safekeep.spec.in
Modified: safekeep/trunk/TODO
===================================================================
--- safekeep/trunk/TODO 2007-02-10 17:00:13 UTC (rev 409)
+++ safekeep/trunk/TODO 2007-02-11 01:03:31 UTC (rev 410)
@@ -3,7 +3,6 @@
* Add an ANNOUNCE file
* Add an INSTALL file
* Add reference to SF
- * Relax the Python requirements
* Add note on include/excludes
* Support more of rdiff-backup special file selectors
* Add tests db dumps
Modified: safekeep/trunk/safekeep.spec.in
===================================================================
--- safekeep/trunk/safekeep.spec.in 2007-02-10 17:00:13 UTC (rev 409)
+++ safekeep/trunk/safekeep.spec.in 2007-02-11 01:03:31 UTC (rev 410)
@@ -28,7 +28,7 @@
Group: Applications/System
Obsoletes: safekeep
Requires: rdiff-backup
-Requires(pre): python >= 2.3
+Requires(pre): python >= 2.2
%description common
SafeKeep is a client/server backup system which enhances the
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|