update to 6.1.4.1

(cherry picked from commit aff5ebdfa7a5b006749ee235224e0e02576297af)
This commit is contained in:
jxy_git 2022-03-02 18:32:50 +08:00 committed by openeuler-sync-bot
parent 695f0a65bf
commit 63b037cd0f
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 %global gem_name rails
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Epoch: 1 Epoch: 1
Version: 5.2.4.4 Version: 6.1.4.1
Release: 1 Release: 1
Summary: Full-stack web application framework Summary: Full-stack web application framework
License: MIT License: MIT
@ -23,10 +23,11 @@ BuildArch: noarch
Documentation for %{name}. Documentation for %{name}.
%prep %prep
%setup -q -c -T %setup -q -n %{gem_name}-%{version}
%gem_install -n %{SOURCE0}
%build %build
gem build ../%{gem_name}-%{version}.gemspec
%gem_install
%install %install
mkdir -p %{buildroot}%{gem_dir} mkdir -p %{buildroot}%{gem_dir}
@ -43,6 +44,9 @@ cp -a .%{gem_dir}/* \
%doc %{gem_instdir}/README.md %doc %{gem_instdir}/README.md
%changelog %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 * 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 - Upgrade to 5.2.4.4 to fix following CVE issue
CVE-2020-8165 CVE-2020-8165