[taskcoach] Fix dependency issue (rhbz#1088136)

Šimon Lukašík isimluk at fedoraproject.org
Wed Apr 16 08:10:54 UTC 2014


commit 190a0d409fc90266b9a737f5bf7215f2a489b8de
Author: Simon Lukasik <slukasik at redhat.com>
Date:   Wed Apr 16 10:04:29 2014 +0200

    Fix dependency issue (rhbz#1088136)

 taskcoach.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/taskcoach.spec b/taskcoach.spec
index 3365bd9..d91731b 100644
--- a/taskcoach.spec
+++ b/taskcoach.spec
@@ -3,7 +3,7 @@
 
 Name:           taskcoach
 Version:        1.3.37
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Your friendly task manager
 Summary(pl):    Twój przyjazny menadżer zadań
 Group:          Applications/Productivity
@@ -20,6 +20,7 @@ BuildRequires:  python-devel
 BuildRequires:  wxPython >= 2.8.9.1
 Requires:       hicolor-icon-theme
 Requires:       wxPython
+Requires:       python-twisted-core
 
 %description
 Task Coach is a simple open source todo manager to
@@ -81,6 +82,9 @@ fi
 %exclude %{python_sitelib}/buildlib/
 
 %changelog
+* Wed Apr 16 2014 Šimon Lukašík <slukasik at redhat.com> - 1.3.37-2
+- New version requires python-twisted-core (rhbz#1088136)
+
 * Sat Apr 05 2014 Šimon Lukašík <slukasik at redhat.com> - 1.3.37-1
 - Updated to the latest upstream version
 


More information about the scm-commits mailing list