From 9317b1e0dbd885c0ef118748c0bca4c637b8ea31 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Wed, 8 Feb 2023 16:38:00 +0800 Subject: [PATCH] fix build and install failed --- Gemfile.lock.aarch64 | 2 +- Gemfile.lock.x86 | 2 +- obs-server.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock.aarch64 b/Gemfile.lock.aarch64 index 57b8228..0d62995 100644 --- a/Gemfile.lock.aarch64 +++ b/Gemfile.lock.aarch64 @@ -589,4 +589,4 @@ DEPENDENCIES yajl-ruby BUNDLED WITH - 2.2.33 + 2.3.26 diff --git a/Gemfile.lock.x86 b/Gemfile.lock.x86 index 51a2166..b81856b 100644 --- a/Gemfile.lock.x86 +++ b/Gemfile.lock.x86 @@ -589,4 +589,4 @@ DEPENDENCIES yajl-ruby BUNDLED WITH - 2.2.33 + 2.3.26 diff --git a/obs-server.spec b/obs-server.spec index ec52197..36432bd 100644 --- a/obs-server.spec +++ b/obs-server.spec @@ -6,7 +6,7 @@ Name: obs-server Version: 2.10.15 -Release: 3 +Release: 4 Summary: The Open Build Service -- Server Component License: GPL-2.0-only OR GPL-3.0-only URL: http://www.openbuildservice.org @@ -67,8 +67,8 @@ This is a package providing basic configuration files. %package -n obs-api Summary: The Open Build Service -- The API and WEBUI Requires: httpd, apache2-mod_xforward, rubygem-passenger, mod_passenger >= 6.0.4 -Requires: ruby, nodejs, urw-base35-fonts-legacy, obs-api-deps = 2.10.1 -Requires: obs-bundled-gems = 2.10.1 +Requires: ruby, nodejs, urw-base35-fonts-legacy, obs-api-deps = 2.10.15 +Requires: obs-bundled-gems = 2.10.15 Conflicts: memcached < 1.4 %description -n obs-api @@ -517,6 +517,9 @@ usermod -a -G docker obsservicerun %{_sbindir}/rcobsstoragesetup %changelog +* Wed Feb 8 2023 liyanan - 2.10.15-4 +- Fix build and install failed + * Fri Jan 13 2023 Ge Wang - 2.10.15-3 - Fix build failure due to version of pry and factory_bot mismatch -- Gitee