[duplicity] add build requires on python-setuptools

Rahul Sundaram sundaram at fedoraproject.org
Mon May 12 16:07:00 UTC 2014


commit 70e0c49d59b234a3c8a16e4be0f42a63675e49d4
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Mon May 12 11:57:22 2014 -0400

    add build requires on python-setuptools

 duplicity.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/duplicity.spec b/duplicity.spec
index 05235e1..c6b4afa 100644
--- a/duplicity.spec
+++ b/duplicity.spec
@@ -3,7 +3,7 @@
 Summary:        Encrypted bandwidth-efficient backup using rsync algorithm
 Name:           duplicity
 Version:        0.6.24
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2+
 Group:          Applications/Archiving
 URL:            http://www.nongnu.org/duplicity/
@@ -16,7 +16,7 @@ Requires:       python-paramiko python-dropbox python-lockfile
 Requires:      ca-certificates
 %endif
 
-BuildRequires:  python-devel librsync-devel >= 0.9.6
+BuildRequires:  python-devel librsync-devel >= 0.9.6 python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/%{name}/cacert.pem
 
 %changelog
+* Mon May 12 2014 Rahul Sundaram <sundaram at fedoraproject.org> - 0.6.24-2
+- add build requires on python-setuptools
+
 * Mon May 12 2014 Rahul Sundaram <sundaram at fedoraproject.org> - 0.6.24-1
 - update to 0.6.24
 - drop patch for documentation and remove it directly in spec


More information about the scm-commits mailing list