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

This commit is contained in:
sjxur 2023-04-19 10:36:51 +08:00
parent 01e6c2ecc7
commit bd9b38c593

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