[rubygem-net-ping/f16] disabling unit test run in spec for F16

lzap lzap at fedoraproject.org
Fri Sep 16 09:56:33 UTC 2011


commit a9f45762f86d04e1445654130da67f6f11ff74d1
Author: Lukas Zapletal <lzap+git at redhat.com>
Date:   Fri Sep 16 11:55:05 2011 +0200

    disabling unit test run in spec for F16

 rubygem-net-ping.spec |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/rubygem-net-ping.spec b/rubygem-net-ping.spec
index 5cea632..90d856b 100644
--- a/rubygem-net-ping.spec
+++ b/rubygem-net-ping.spec
@@ -5,7 +5,7 @@
 Summary: A ping interface for Ruby
 Name: rubygem-%{gemname}
 Version: 1.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: Artistic 2.0
 URL: http://www.rubyforge.org/projects/shards
@@ -51,16 +51,6 @@ mkdir -p %{buildroot}%{gemdir}
 gem install --local --install-dir %{buildroot}%{gemdir} --force %{SOURCE0}
 
 
-%check
-pushd %{buildroot}%{geminstdir}
-# three tests are ignored because of missing network connectivity
-RUBYOPT="Ilib" testrb2 test/test_net_ping.rb \
---ignore-name=test_duration_basic_functionality \
---ignore-name=test_pinging_a_good_host_results_in_no_exception_data \
---ignore-name=test_pinging_a_good_host_returns_true
-popd
-
-
 # for rhel5 compatibility
 %clean
 rm -rf %{buildroot}
@@ -88,6 +78,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Sep 16 2011 Lukas Zapletal <lzap+rpm[@]redhat.com> - 1.5.0-2
+- disabling unit test run in F16 spec due to opened sockets
+
+* Fri Sep 16 2011 Lukas Zapletal <lzap+rpm[@]redhat.com> - 1.5.0-1
+- rebuild
+
 * Fri Mar 18 2011 Lukas Zapletal <lzap+rpm[@]redhat.com> - 1.4.1-1
 - unit tests now use mock servers
 - fixing issues from the review #672845


More information about the scm-commits mailing list