[trytond] make pywebdav dependency versioned

Dan Horák sharkcz at fedoraproject.org
Wed Jun 13 09:36:57 UTC 2012


commit 3fac0886f5843bd7e359f0894eaccf4509aee253
Author: Dan Horák <dan at danny.cz>
Date:   Wed Jun 13 11:36:52 2012 +0200

    make pywebdav dependency versioned

 trytond.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/trytond.spec b/trytond.spec
index ebe94af..625370a 100644
--- a/trytond.spec
+++ b/trytond.spec
@@ -10,7 +10,7 @@
 
 Name:           trytond
 Version:        2.4.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Server for the Tryton application framework
 
 Group:          System Environment/Daemons
@@ -84,7 +84,7 @@ OpenOffice.org support for Tryton Server.
 Summary:        WebDAV support for Tryton Server
 Group:          System Environment/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       pywebdav
+Requires:       pywebdav >= 0.9.8
 
 %description webdav
 WebDAV support for Tryton Server.
@@ -238,6 +238,9 @@ fi
 
 
 %changelog
+* Wed Jun 13 2012 Dan Horák <dan at danny.cz> - 2.4.1-3
+- make pywebdav dependency versioned
+
 * Mon Jun 04 2012 Dan Horák <dan at danny.cz> - 2.4.1-2
 - convert from initscript to systemd unit and use the unit file for Fedora >= 17
 


More information about the scm-commits mailing list