From 653e8020ea2984e1239dcb20062c563ff72073f5 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 26 May 2022 17:04:39 +0800 Subject: [PATCH] Update gems version for fix rpmbuild error --- Gemfile.lock.aarch64 | 2 +- Gemfile.lock.x86 | 6 +++--- obs-server.spec | 6 +++++- 3 files changed, 9 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..7f152cb 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 @@ -28,6 +28,7 @@ BuildRequires: python3-devel, /usr/bin/xmllint, openssl, perl-BSSolv, perl-Comp BuildRequires: perl-File-Sync >= 0.10, perl-JSON-XS, perl-Net-SSLeay, perl-Socket-MsgHdr, nodejs BuildRequires: perl-TimeDate, perl-XML-Parser, perl-XML-Simple, perl-YAML-LibYAML, procps, tzdata BuildRequires: rubygem-bundler, rubygem-rake, obs-bundled-gems, rubygem-bigdecimal, perl(Test::Simple) > 1 +BuildRequires: rubygem-rdoc Requires(pre): obs-common Requires: build >= 20191114, perl-BSSolv, perl(Date::Parse), diffutils, git-core, patch @@ -516,6 +517,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