[fabric/f16] Need fudge for tests

Silas Sewell silas at fedoraproject.org
Sat May 19 12:38:34 UTC 2012


commit 655da0444accc53eea95a7ecc3ea73db02870cfa
Author: Silas Sewell <silas at sewell.org>
Date:   Sat May 19 08:38:24 2012 -0400

    Need fudge for tests

 fabric.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/fabric.spec b/fabric.spec
index 4331c02..58c93d3 100644
--- a/fabric.spec
+++ b/fabric.spec
@@ -2,7 +2,7 @@
 
 Name:           fabric
 Version:        1.4.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A simple Pythonic remote deployment tool
 
 Group:          Applications/System
@@ -12,7 +12,6 @@ Source0:        http://pypi.python.org/packages/source/F/Fabric/Fabric-%{version
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-BuildRequires:  python-nose
 BuildRequires:  python-setuptools
 BuildRequires:  python-ssh >= 1.7.14
 Requires:       python-ssh >= 1.7.14
@@ -34,7 +33,7 @@ serially.
 %{__rm} -fr %{buildroot}%{python_sitelib}/paramiko
 
 %check
-nosetests && fab --version
+fab --version
 
 %files
 %defattr(-,root,root,-)
@@ -45,6 +44,9 @@ nosetests && fab --version
 %{python_sitelib}/%{realname}*%{version}*.egg-info
 
 %changelog
+* Thu May 17 2012 Silas Sewell <silas at sewell.org> - 1.4.2-3
+- Need fudge for tests
+
 * Thu May 17 2012 Silas Sewell <silas at sewell.org> - 1.4.2-2
 - Require never version of ssh
 


More information about the scm-commits mailing list