[python-yourls] removing extra chars that were breaking rpm build

Tim Flink tflink at fedoraproject.org
Tue Oct 11 16:44:11 UTC 2011


commit 7f3d8412c54ff1e244f00c4f84703e6f29bb62e5
Author: Tim Flink <tflink at fedoraproject.org>
Date:   Tue Oct 11 10:43:31 2011 -0600

    removing extra chars that were breaking rpm build

 python-yourls.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-yourls.spec b/python-yourls.spec
index d54877b..43768cf 100644
--- a/python-yourls.spec
+++ b/python-yourls.spec
@@ -22,8 +22,8 @@ Simple Python client for the YOURLS URL shortener
 
 # the dependency needed to run the tests is only included in F16 and newer
 # python-pytest > 2.0
-%%check
-%%{__python} setup.py test
+%check
+%{__python} setup.py test
 
 %build
 %{__python} setup.py build


More information about the scm-commits mailing list