[python-ZSI] * Sat Aug 11 2012 Tim Fenn <tim.fenn at gmail.com> - 2.1-2 - fix good/bad testlist

Timothy Fenn timfenn at fedoraproject.org
Sat Aug 11 23:47:59 UTC 2012


commit ee7469e812d41b3250df98369980f7ec73bd8a2c
Author: Tim Fenn <fenn at stanford.edu>
Date:   Sat Aug 11 16:47:47 2012 -0700

    * Sat Aug 11 2012 Tim Fenn <tim.fenn at gmail.com> - 2.1-2
    - fix good/bad testlist

 python-ZSI.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-ZSI.spec b/python-ZSI.spec
index 5c8dfb0..9c4609a 100644
--- a/python-ZSI.spec
+++ b/python-ZSI.spec
@@ -2,7 +2,7 @@
 
 Name:           python-ZSI
 Version:        2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Zolera SOAP Infrastructure
 Group:          Development/Languages
 # to obtain some license information have a look at ZSI/__init__.py file
@@ -63,13 +63,13 @@ test_t9
 test_union
 test_list
 test_URI
-test_rfc2617
-test_TCtimes"
+test_rfc2617"
 for i in $good_testlist; do
     %{__python} test/${i}.py 
 done
 
-bad_testlist="test_t8"
+bad_testlist="test_t8
+test_TCtimes"
 # These tests fails for now, fix upstream?
 for i in $bad_testlist; do
     %{__python} test/${i}.py || :
@@ -89,6 +89,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Aug 11 2012 Tim Fenn <tim.fenn at gmail.com> - 2.1-2
+- fix good/bad testlist
+
 * Sat Aug 11 2012 Tim Fenn <tim.fenn at gmail.com> - 2.1-1
 - update to 2.1-a1
 


More information about the scm-commits mailing list