[duplicity] Added runtime requirement to python-dropbox (#1048656)

Rahul Sundaram sundaram at fedoraproject.org
Mon Jan 13 21:56:32 UTC 2014


commit 205c804ff729e777bbdfc25df0e89ccc45be84b0
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Mon Jan 13 16:56:39 2014 -0500

    Added runtime requirement to python-dropbox (#1048656)

 duplicity.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/duplicity.spec b/duplicity.spec
index b08a35a..e60b1e6 100644
--- a/duplicity.spec
+++ b/duplicity.spec
@@ -3,7 +3,7 @@
 Summary:        Encrypted bandwidth-efficient backup using rsync algorithm
 Name:           duplicity
 Version:        0.6.22
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        GPLv2+
 Group:          Applications/Archiving
 URL:            http://www.nongnu.org/duplicity/
@@ -11,7 +11,7 @@ Source:         http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.t
 Patch0:         duplicity-0.6.22-documentation.patch
 Requires:       python-GnuPGInterface >= 0.3.2, gnupg >= 1.0.6
 Requires:       openssh-clients, ncftp >= 3.1.9, rsync, python-boto >= 0.9d
-Requires:       python-paramiko
+Requires:       python-paramiko python-dropbox
 
 %if 0%{?rhel}  != 5
 Requires:      ca-certificates
@@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/%{name}/cacert.pem
 
 %changelog
+* Mon Jan 13 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.6.22-4
+- Added runtime requirement to python-dropbox (#1048656)
+
 * Fri Dec 27 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.6.22-3
 - Fix ssl cert enforcement (rhbz#960860)
 - Fix bogus date in changelog


More information about the scm-commits mailing list