!117 Fix build and install failed

From: @lyn1001 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2023-02-08 08:53:26 +00:00 committed by Gitee
commit f2793d339e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 5 deletions

View File

@ -589,4 +589,4 @@ DEPENDENCIES
yajl-ruby
BUNDLED WITH
2.2.33
2.3.26

View File

@ -589,4 +589,4 @@ DEPENDENCIES
yajl-ruby
BUNDLED WITH
2.2.33
2.3.26

View File

@ -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 <liyanan32@h-partners.com> - 2.10.15-4
- Fix build and install failed
* Fri Jan 13 2023 Ge Wang <wangge20@h-partners.com> - 2.10.15-3
- Fix build failure due to version of pry and factory_bot mismatch