From f788575d1a7c5cc065980ebc5ea03a7b2b634236 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Fri, 13 Jan 2023 15:42:09 +0800 Subject: [PATCH] fix build failure --- Gemfile.lock.aarch64 | 2 +- Gemfile.lock.x86 | 8 ++++---- obs-server.spec | 5 ++++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock.aarch64 b/Gemfile.lock.aarch64 index 2beb63e..57b8228 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.1) + factory_bot (6.2.0) 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 4e2ff88..51a2166 100644 --- a/Gemfile.lock.x86 +++ b/Gemfile.lock.x86 @@ -1,5 +1,5 @@ GEM - remote: https://anonymous:devcloud@mirrors.huaweicloud.com/repository/rubygems/ + remote: https://rubygems.org/ specs: actioncable (5.2.7.1) actionpack (= 5.2.7.1) @@ -278,12 +278,12 @@ GEM pkg-config (1.4.7) popper_js (2.9.3) power_assert (2.0.1) - pry (0.13.1) + pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.9.0) + pry-byebug (3.8.0) byebug (~> 11.0) - pry (~> 0.13.0) + pry (~> 0.10) psych (4.0.3) stringio public_suffix (4.0.6) diff --git a/obs-server.spec b/obs-server.spec index 8519ea6..ec52197 100644 --- a/obs-server.spec +++ b/obs-server.spec @@ -6,7 +6,7 @@ Name: obs-server Version: 2.10.15 -Release: 2 +Release: 3 Summary: The Open Build Service -- Server Component License: GPL-2.0-only OR GPL-3.0-only URL: http://www.openbuildservice.org @@ -517,6 +517,9 @@ usermod -a -G docker obsservicerun %{_sbindir}/rcobsstoragesetup %changelog +* Fri Jan 13 2023 Ge Wang - 2.10.15-3 +- Fix build failure due to version of pry and factory_bot mismatch + * Wed Jun 15 2022 wangkai - 2.10.15-2 - Fix obs-api install warning -- Gitee