[supybot-koji/el5/master] fixed requires for supybot and supybot-gribble

Dave Riches dcr226 at fedoraproject.org
Tue May 3 14:40:45 UTC 2011


commit afab243a576b3e35f3310bb1a39efef28393a065
Author: Dave Riches <dcr226 at fedorapeople.org>
Date:   Tue May 3 15:37:40 2011 +0100

    fixed requires for supybot and supybot-gribble

 supybot-koji.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/supybot-koji.spec b/supybot-koji.spec
index a88471f..ec620fb 100644
--- a/supybot-koji.spec
+++ b/supybot-koji.spec
@@ -2,7 +2,7 @@
 
 Name:           supybot-koji
 Version:        0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Plugin for Supybot to interact with Koji instances
 
 Group:          Applications/Internet
@@ -11,7 +11,7 @@ URL:            https://fedorahosted.org/supybot-fedora
 Source0:        https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires:       koji, supybot
+Requires:       koji, /usr/bin/supybot
 
 BuildArch:      noarch
 BuildRequires:  python
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 03 2011 Dave Riches <david.r at ultracar.co.uk> - 0.2-2
+- fixed requires for supybot and supybot-gribble
+
 * Wed Jan 12 2011 Jon Stanley <jonstanley at gmail.com> - 0.2-1
 - New upstream release
 


More information about the scm-commits mailing list