!24 fix rubygem-rack build problem in openEuler:22.03:LTS:Next

From: @backjace 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2023-04-24 01:15:43 +00:00 committed by Gitee
commit 3594af7809
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
Name: rubygem-%{gem_name}
Version: 2.2.3.1
Epoch: 1
Release: 1
Release: 2
Summary: A modular Ruby webserver interface
License: MIT and BSD
URL: https://rack.github.io/
@ -70,7 +70,7 @@ done
%check
pushd .%{gem_instdir}
PID=%(mktemp)
memcached -d -P "$PID"
memcached -d -u root -P "$PID"
LC_ALL=C.UTF-8 \
ruby -Ilib:test -e 'Dir.glob "./test/spec_*.rb", &method(:require)'
kill -TERM $(< "$PID")
@ -97,6 +97,9 @@ popd
%doc %{gem_instdir}/contrib
%changelog
* Wed Apr 19 2023 sjxur <sjxur@isoftstone.com> - 1:2.2.3.1-2
- fix issue(I6UCVJ) for rubygem-rack build problem in openEuler:22.03:LTS:Next
* Tue Jun 28 2022 wangkai <wangkai385@h-partners.com> - 1:2.2.3.1-1
- Upgrade to 2.2.3.1 for fix CVE-2020-8184 CVE-2022-30122 CVE-2022-30123