diff --git a/perl-IO-Socket-INET6.changes b/perl-IO-Socket-INET6.changes index 7006f4a..bd4e29e 100644 --- a/perl-IO-Socket-INET6.changes +++ b/perl-IO-Socket-INET6.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 15 13:15:33 CET 2009 - anicka@suse.cz + +- do not ignore test results (bnc#466026) + ------------------------------------------------------------------- Fri Nov 28 16:18:35 CET 2008 - ro@suse.de diff --git a/perl-IO-Socket-INET6.spec b/perl-IO-Socket-INET6.spec index 330746b..250be3a 100644 --- a/perl-IO-Socket-INET6.spec +++ b/perl-IO-Socket-INET6.spec @@ -1,7 +1,7 @@ # # spec file for package perl-IO-Socket-INET6 (Version 2.56) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: perl-IO-Socket-INET6 BuildRequires: perl-Socket6 Version: 2.56 -Release: 2 +Release: 3 Requires: perl = %{perl_version} AutoReqProv: on Url: http://cpan.org/modules/by-module/IO/ @@ -52,7 +52,7 @@ perl Makefile.PL mv t/io_sock6.t t/io_sock6.tt %check -make test || true +make test %install make DESTDIR=$RPM_BUILD_ROOT install_vendor @@ -70,6 +70,8 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/* %changelog +* Thu Jan 15 2009 anicka@suse.cz +- do not ignore test results (bnc#466026) * Fri Nov 28 2008 ro@suse.de - ignore test suite results for the moment (will not work without networking support in build environment)