!8 [sync] PR-7: update to 6.1.4.1

From: @openeuler-sync-bot 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-03-07 01:35:35 +00:00 committed by Gitee
commit c5f5bb7bbe
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
rails-6.1.4.1.gem Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global gem_name rails
Name: rubygem-%{gem_name}
Epoch: 1
Version: 5.2.4.4
Version: 6.1.4.1
Release: 1
Summary: Full-stack web application framework
License: MIT
@ -23,10 +23,11 @@ BuildArch: noarch
Documentation for %{name}.
%prep
%setup -q -c -T
%gem_install -n %{SOURCE0}
%setup -q -n %{gem_name}-%{version}
%build
gem build ../%{gem_name}-%{version}.gemspec
%gem_install
%install
mkdir -p %{buildroot}%{gem_dir}
@ -43,6 +44,9 @@ cp -a .%{gem_dir}/* \
%doc %{gem_instdir}/README.md
%changelog
* Wed Mar 02 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 6.1.4.1-1
- update to 6.1.4.1
* Wed Feb 03 2021 shinwell_hu <micromotive@qq.com> - 5.2.4.4-1
- Upgrade to 5.2.4.4 to fix following CVE issue
CVE-2020-8165