[buildbot] Add missing require for -slave subpackage

Gianluca Sforna giallu at fedoraproject.org
Wed Jul 18 11:27:46 UTC 2012


commit 7c481e107604b101816c96b5b6375c23eb68b249
Author: Gianluca Sforna <giallu at gmail.com>
Date:   Wed Jul 18 13:26:48 2012 +0200

    Add missing require for -slave subpackage

 buildbot.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/buildbot.spec b/buildbot.spec
index 8e11339..2cc01c4 100644
--- a/buildbot.spec
+++ b/buildbot.spec
@@ -7,7 +7,7 @@
 
 Name:           buildbot
 Version:        0.8.6p1
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        Build/test automation system
 Group:          Development/Tools
@@ -96,6 +96,9 @@ Summary:        Build/test automation system
 Group:          Development/Tools
 License:        GPLv2
 
+Requires:       python-twisted-core
+
+
 %description slave
 This package contains only the buildslave implementation.
 The buildbot-master package contains the buildmaster.
@@ -189,6 +192,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jul 18 2012 Gianluca Sforna <giallu at gmail.com> - 0.8.6p1-2
+- Add missing require for slave subpackage
+
 * Thu Apr 05 2012 Gianluca Sforna <giallu at gmail.com> - 0.8.6p1-1
 - New upstream release
 


More information about the scm-commits mailing list