[buildbot] Fix another couple issues

Gianluca Sforna giallu at fedoraproject.org
Mon Mar 12 15:47:22 UTC 2012


commit 3224b4af8c313ac3007fd61fe279f94791357ab5
Author: Gianluca Sforna <giallu at gmail.com>
Date:   Mon Mar 12 16:12:46 2012 +0100

    Fix another couple issues

 buildbot.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/buildbot.spec b/buildbot.spec
index 9f5f38a..6ec52f9 100644
--- a/buildbot.spec
+++ b/buildbot.spec
@@ -6,7 +6,7 @@
 
 Name:           buildbot
 Version:        0.8.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        Build/test automation system
 Group:          Development/Tools
@@ -39,7 +39,7 @@ BuildRequires:  git
 BuildRequires:  mercurial
 BuildRequires:  subversion
 
-# darcs aviailble on these archs only
+# darcs available on these archs only
 %ifarch %{ix86} x86_64 ppc alpha
 BuildRequires:  darcs
 %endif
@@ -171,25 +171,29 @@ rm -rf %{buildroot}
 %doc COPYING CREDITS NEWS README UPGRADING
 %doc %{_mandir}/man1/buildbot.1.gz
 %{_bindir}/buildbot
-%{python_sitelib}/*
+%{python_sitelib}/buildbot
+%{python_sitelib}/buildbot-*egg-info
 %{_datadir}/%{name}
 
 %files slave
 %doc COPYING NEWS README UPGRADING
 %defattr(-,root,root,-)
 %{_bindir}/buildslave
+%{python_sitelib}/buildslave
+%{python_sitelib}/buildbot_slave-*egg-info
 
 %files doc
 %defattr(-,root,root,-)
 %{_docdir}/%{name}-%{version}
 
 
-
 %changelog
-* Mon Mar 12 2012 Gianluca Sforna <giallu at gmail.com> - 0.8.6-1
+* Mon Mar 12 2012 Gianluca Sforna <giallu at gmail.com> - 0.8.6-2
 - New upstream release
 - Enable tests again
 - Don't test deprecated tla
+- Correctly populate -slave subpackage (#736875)
+- Fix fetching from git > 1.7.7 (#801209)
 
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.5p1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list