From b7f86cfc6ad999c50a8d2ea24f9c02aab79a63bd Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 24 May 2022 17:39:23 +0800 Subject: [PATCH] Update gems version for fix rpmbuild error --- Gemfile.lock.aarch64 | 2 +- Gemfile.lock.x86 | 6 +++--- obs-server.spec | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock.aarch64 b/Gemfile.lock.aarch64 index 3853f60..cbb174c 100644 --- a/Gemfile.lock.aarch64 +++ b/Gemfile.lock.aarch64 @@ -152,7 +152,7 @@ GEM experimental-influxdb-rails (1.0.0.beta5) influxdb (~> 0.6, >= 0.6.4) railties (>= 4.2) - factory_bot (6.2.0) + factory_bot (6.2.1) activesupport (>= 5.0.0) factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) diff --git a/Gemfile.lock.x86 b/Gemfile.lock.x86 index 2903b9b..fd4be75 100644 --- a/Gemfile.lock.x86 +++ b/Gemfile.lock.x86 @@ -278,12 +278,12 @@ GEM pkg-config (1.4.7) popper_js (2.9.3) power_assert (2.0.1) - pry (0.14.1) + pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.8.0) + pry-byebug (3.9.0) byebug (~> 11.0) - pry (~> 0.10) + pry (~> 0.13.0) psych (4.0.3) stringio public_suffix (4.0.6) diff --git a/obs-server.spec b/obs-server.spec index abdf3bc..f4a7f0f 100644 --- a/obs-server.spec +++ b/obs-server.spec @@ -6,7 +6,7 @@ Name: obs-server Version: 2.10.11 -Release: 4 +Release: 5 Summary: The Open Build Service -- Server Component License: GPL-2.0-only OR GPL-3.0-only URL: http://www.openbuildservice.org @@ -516,6 +516,9 @@ usermod -a -G docker obsservicerun %{_sbindir}/rcobsstoragesetup %changelog +* Tue May 24 2022 wangkai - 2.10.11-5 +- Update gems version for fix rpmbuild error + * Mon May 16 2022 wangkai - 2.10.11-4 - Update xmlhash to 1.3.8 for fix CVE-2022-21949 -- Gitee