diff --git a/Gemfile.lock.aarch64 b/Gemfile.lock.aarch64 index 57b822850196e8f47f701a1abcb400c4f92e6fe7..0d62995235b76eac593b1507a4d24057ff812e0a 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 51a21661ed4204794ee43795811871dc8a1caef2..b81856b4ba58505b7dd57564c262ffaac525ce8e 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 ec52197122bf5e9a2c44c7c64012d961acb88acf..36432bdd27418ce215904f7e3b0012f29fc5491f 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