!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:
commit
3594af7809
@ -4,7 +4,7 @@
|
|||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 2.2.3.1
|
Version: 2.2.3.1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A modular Ruby webserver interface
|
Summary: A modular Ruby webserver interface
|
||||||
License: MIT and BSD
|
License: MIT and BSD
|
||||||
URL: https://rack.github.io/
|
URL: https://rack.github.io/
|
||||||
@ -70,7 +70,7 @@ done
|
|||||||
%check
|
%check
|
||||||
pushd .%{gem_instdir}
|
pushd .%{gem_instdir}
|
||||||
PID=%(mktemp)
|
PID=%(mktemp)
|
||||||
memcached -d -P "$PID"
|
memcached -d -u root -P "$PID"
|
||||||
LC_ALL=C.UTF-8 \
|
LC_ALL=C.UTF-8 \
|
||||||
ruby -Ilib:test -e 'Dir.glob "./test/spec_*.rb", &method(:require)'
|
ruby -Ilib:test -e 'Dir.glob "./test/spec_*.rb", &method(:require)'
|
||||||
kill -TERM $(< "$PID")
|
kill -TERM $(< "$PID")
|
||||||
@ -97,6 +97,9 @@ popd
|
|||||||
%doc %{gem_instdir}/contrib
|
%doc %{gem_instdir}/contrib
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Upgrade to 2.2.3.1 for fix CVE-2020-8184 CVE-2022-30122 CVE-2022-30123
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user