[barman] Resolve RPM dependencies with python-dateutil

dbmacartney dbmacartney at fedoraproject.org
Tue Jan 20 21:48:53 UTC 2015


commit ce6efb9051cea37ab2d8dbc034af2b6bd27e5b8b
Author: Dale Macartney <dbmacartney at gmail.com>
Date:   Wed Jan 21 08:49:14 2015 +1100

    Resolve RPM dependencies with python-dateutil

 barman.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/barman.spec b/barman.spec
index 878dd67..c46bf3b 100644
--- a/barman.spec
+++ b/barman.spec
@@ -1,7 +1,7 @@
 Summary:	Backup and Recovery Manager for PostgreSQL
 Name:		barman
 Version:	1.3.3
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPLv3+
 Group:		Applications/Databases
 Url:		http://www.pgbarman.org/
@@ -11,7 +11,7 @@ Source2:	barman.logrotate
 BuildArch:	noarch
 BuildRequires:	python-setuptools, python2-devel
 Requires(pre):	shadow-utils	
-Requires:	python-psycopg2, python-argh >= 0.21.2, python-argcomplete, python-dateutil
+Requires:	python-psycopg2, python-argh >= 0.21.2, python-argcomplete, python-dateutil < 2.0 
 
 %description
 Barman (backup and recovery manager) is an administration
@@ -66,6 +66,9 @@ getent passwd barman >/dev/null || \
 exit 0
 
 %changelog
+* Wed Jan 21 2015 - Dale Macartney <dbmacartney at fedoraproject.org> - 1.3.3-4
+- Resolve RPM dependencies with older version of python-dateutil
+
 * Wed Jan 14 2015 - Dale Macartney <dbmacartney at fedoraproject.org> - 1.3.3-3
 - Update barman to 1.3.3
 


More information about the scm-commits mailing list