[bugwarrior] Add dep on python-offtrac

Ralph Bean ralph at fedoraproject.org
Mon Mar 10 14:41:12 UTC 2014


commit 414bf2d919ab26014e87aac03df5f4b8d2f000f4
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Mar 10 10:40:55 2014 -0400

    Add dep on python-offtrac

 bugwarrior.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/bugwarrior.spec b/bugwarrior.spec
index 033415c..e1cb423 100644
--- a/bugwarrior.spec
+++ b/bugwarrior.spec
@@ -1,6 +1,6 @@
 Name:               bugwarrior
 Version:            0.7.0
-Release:            2%{?dist}
+Release:            3%{?dist}
 Summary:            Sync github, bitbucket, and trac issues with taskwarrior
 
 Group:              Development/Libraries
@@ -18,6 +18,7 @@ BuildRequires:      python-twiggy
 BuildRequires:      python-bitlyapi
 BuildRequires:      python-requests
 BuildRequires:      python-bugzilla
+BuildRequires:      python-offtrac
 BuildRequires:      python-taskw
 BuildRequires:      python-dogpile-cache
 
@@ -26,6 +27,7 @@ Requires:           python-twiggy
 Requires:           python-bitlyapi
 Requires:           python-requests
 Requires:           python-bugzilla
+Requires:           python-offtrac
 Requires:           python-taskw
 Requires:           python-dogpile-cache
 Requires:           python-keyring
@@ -60,6 +62,9 @@ rm -rf %{name}.egg-info
 %{_bindir}/bugwarrior-pull
 
 %changelog
+* Mon Mar 10 2014 Ralph Bean <rbean at redhat.com> - 0.7.0-3
+- Added forgotten requirement on python-offtrac
+
 * Sat Mar 08 2014 Ralph Bean <rbean at redhat.com> - 0.7.0-2
 - New requirement on python-setuptools.
 


More information about the scm-commits mailing list