[blogtk/f14/master] Fix missing requires

Paul W. Frields pfrields at fedoraproject.org
Tue Dec 21 12:46:16 UTC 2010


commit b2a141d65c7c9c6473ee63c77d58b4c1c8929b2d
Author: Paul W. Frields <stickster at gmail.com>
Date:   Tue Dec 21 07:46:08 2010 -0500

    Fix missing requires

 blogtk.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/blogtk.spec b/blogtk.spec
index 046cc2a..fdd2246 100644
--- a/blogtk.spec
+++ b/blogtk.spec
@@ -2,7 +2,7 @@
 
 Name:           blogtk
 Version:        2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GNOME application for editing/maintaining blogs
 
 Group:          Applications/Internet
@@ -21,6 +21,7 @@ Requires:       pygtk2 >= 2.00
 Requires:       pywebkitgtk
 Requires:       python-feedparser
 Requires:       python-gdata
+Requires:       gnome-python2-gtkspell
 # To make sure this doesn't inflict pain on CapNames users
 Provides:       BloGTK = %{version}-%{release}
 
@@ -81,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Dec 21 2010 Paul W. Frields <stickster at gmail.com> - 2.0-3
+- Fix missing requires
+
 * Sat Dec 18 2010 Paul W. Frields <stickster at gmail.com> - 2.0-2
 - Spec file and lint fixes
 


More information about the scm-commits mailing list