From 1669ae07a1adccb7cb3bdd050739e6f574642f39 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Thu, 17 Mar 2022 18:06:27 +0800 Subject: [PATCH] Fix install failed (cherry picked from commit 13ffdb5381d965d62f1d204bf4982d8f3e9fab5d) --- obs-server.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/obs-server.spec b/obs-server.spec index 0d8ae15..da96eba 100644 --- a/obs-server.spec +++ b/obs-server.spec @@ -66,8 +66,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 = %{version} -Requires: obs-bundled-gems = %{version} +Requires: ruby, nodejs, urw-base35-fonts-legacy, obs-api-deps = 2.10.1 +Requires: obs-bundled-gems = 2.10.1 Conflicts: memcached < 1.4 %description -n obs-api @@ -494,6 +494,9 @@ usermod -a -G docker obsservicerun %{_sbindir}/rcobsstoragesetup %changelog +* Thu Mar 17 2022 houyingchao - 2.10.11-2 +- Fix install failed + * Fri Mar 11 2022 houyingchao - 2.10.11-1 - Fix CVE-2020-8031 - Upgrade to 2.10.11 -- Gitee