diff --git a/rails-5.2.4.4.gem b/rails-5.2.4.4.gem deleted file mode 100644 index 3310068..0000000 Binary files a/rails-5.2.4.4.gem and /dev/null differ diff --git a/rails-6.1.4.1.gem b/rails-6.1.4.1.gem new file mode 100644 index 0000000..46beefe Binary files /dev/null and b/rails-6.1.4.1.gem differ diff --git a/rubygem-rails.spec b/rubygem-rails.spec index cdb8132..72d60e4 100644 --- a/rubygem-rails.spec +++ b/rubygem-rails.spec @@ -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 - 6.1.4.1-1 +- update to 6.1.4.1 + * Wed Feb 03 2021 shinwell_hu - 5.2.4.4-1 - Upgrade to 5.2.4.4 to fix following CVE issue CVE-2020-8165