From 15dfc6d26f2e4c1989779ce62c1306b76261b0a9 Mon Sep 17 00:00:00 2001 From: guozhaorui Date: Mon, 13 Jun 2022 17:17:49 +0800 Subject: [PATCH] skip long tests for check --- perl-IO-Compress.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec index eb1f62d..673ba46 100644 --- a/perl-IO-Compress.spec +++ b/perl-IO-Compress.spec @@ -1,5 +1,5 @@ # Run time expensive tests -%bcond_without long_tests +%bcond_with long_tests # Run optional test %bcond_with perl_IO_Compress_enables_optional_test @@ -7,7 +7,7 @@ Name: perl-IO-Compress Version: 2.101 -Release: 1 +Release: 2 Summary: Read and write compressed data License: GPL+ or Artistic URL: https://metacpan.org/release/IO-Compress @@ -109,6 +109,9 @@ make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1 %{_mandir}/man3/IO::Uncompress::*.3* %changelog +* Mon Jun 13 2022 guozhaorui - 2.101-2 +- skip long tests for check + * Fri Nov 19 2021 yuanxin - 2.101-1 - Upgrade to version 2.101 -- Gitee