[supybot-meetbot/el5/master] added requires /usr/bin/supybot to fix dependency issue

Dave Riches dcr226 at fedoraproject.org
Tue Apr 19 09:20:48 UTC 2011


commit 59d2d1c309489345f313ecc77f6cec0b483aa6ef
Author: Dave Riches <dcr226 at fedoraproject.org>
Date:   Tue Apr 19 10:20:54 2011 +0100

    added requires /usr/bin/supybot to fix dependency issue

 supybot-meetbot.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/supybot-meetbot.spec b/supybot-meetbot.spec
index 94307a7..a1633dd 100644
--- a/supybot-meetbot.spec
+++ b/supybot-meetbot.spec
@@ -2,7 +2,7 @@
 
 Name:           supybot-meetbot
 Version:        0.1.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Plugin for Supybot for handling IRC meetings
 
 Group:          Applications/Internet
@@ -11,7 +11,7 @@ URL:            http://wiki.debian.org/MeetBot
 Source0:        http://code.zgib.net/tar//MeetBot-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires:       supybot
+Requires:       /usr/bin/supybot
 Requires:       python-pygments
 Requires:       python-docutils
 
@@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/supybot/plugins/MeetBot
 
 %changelog
+* Tue Apr 19 2011 Dave Riches <david.r at ultracar.co.uk> - 0.1.4-4
+- added requires /usr/bin/supybot to fix dependency issue
+
 * Fri Sep 11 2009 Kevin Fenzi <kevin at tummy.com> - 0.1.4-3
 - Add default css files. 
 


More information about the scm-commits mailing list