8
0

Accepting request 646633 from home:vitezslav_cizek:branches:devel:languages:perl

- prevent flaky test failures with openssl 1.1.1 on overloaded
  systems(bsc#1108977)
  * https://rt.cpan.org/Public/Bug/Display.html?id=126899
  * add IO-Socket-SSL-2.060-make-all-tests-which-use-fork-also-ignore-signal-PIP.patch

OBS-URL: https://build.opensuse.org/request/show/646633
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=110
This commit is contained in:
2018-11-06 11:51:40 +00:00
committed by Git OBS Bridge
parent 3f1702517c
commit 2b13108d56
4 changed files with 132 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
# Prevent tests from dying on SIGPIPE, CPAN RT#126899
Patch0: IO-Socket-SSL-2.060-make-all-tests-which-use-fork-also-ignore-signal-PIP.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -77,6 +79,7 @@ Additional documentation can be found in
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0 -p1
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build