[fabric] Remove check section

Silas Sewell silas at fedoraproject.org
Mon Jul 9 00:24:17 UTC 2012


commit 852f317172199b3b2fa204ca9a793789ef3ec9b6
Author: Silas Sewell <silas at sewell.org>
Date:   Sun Jul 8 20:24:05 2012 -0400

    Remove check section

 fabric.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/fabric.spec b/fabric.spec
index 6bc5519..81b76e4 100644
--- a/fabric.spec
+++ b/fabric.spec
@@ -2,7 +2,7 @@
 
 Name:           fabric
 Version:        1.4.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A simple Pythonic remote deployment tool
 
 Group:          Applications/System
@@ -32,9 +32,6 @@ serially.
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 %{__rm} -fr %{buildroot}%{python_sitelib}/paramiko
 
-%check
-fab --version
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS LICENSE README
@@ -44,6 +41,9 @@ fab --version
 %{python_sitelib}/%{realname}*%{version}*.egg-info
 
 %changelog
+* Sun Jul 08 2012 Silas Sewell <silas at sewell.org> - 1.4.3-2
+- Remove check section
+
 * Sun Jul 08 2012 Silas Sewell <silas at sewell.org> - 1.4.3-1
 - Update to 1.4.3
 


More information about the scm-commits mailing list