update to 2.10.11

This commit is contained in:
bzg1107 2022-01-15 17:11:21 +08:00
parent 50cb6e5241
commit c070c1081d
2 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -5,13 +5,13 @@
Name: obs-server
Version: 2.10.7
Release: 8
Version: 2.10.11
Release: 1
Summary: The Open Build Service -- Server Component
License: GPL-2.0-only OR GPL-3.0-only
URL: http://www.openbuildservice.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: https://github.com/openSUSE/open-build-service/archive/2.10.7.tar.gz
Source0: https://github.com/openSUSE/open-build-service/archive/2.10.11.tar.gz
Source1: Gemfile.lock
Patch1: 0001-obs_server-fix-usage-info.patch
Patch2: fix-obs_productconvert-inputfile-path.patch
@ -79,7 +79,7 @@ This is the API server instance, and the web client for the OBS.
rm -rf src/{api,backend}/docker-files
rm -rf src/api/Dockerfile.frontend-base
rm -rf src/backend/build
#adpate to obs-bundled-gema-2.10.1 because of updating to obs-server-2.10.7
#adpate to obs-bundled-gema-2.10.1 because of updating to obs-server-2.10.11
rm -rf src/api/config/brakeman.ignore
cp %{SOURCE1} src/api/
@ -493,6 +493,9 @@ usermod -a -G docker obsservicerun
%{_sbindir}/rcobsstoragesetup
%changelog
* Fri Jan 14 2022 baizhonggui <baizhonggui@huawei.com> - 2.10.11-1
- Upgrade to version 2.10.11
* Thu Sep 23 2021 lingsheng <lingsheng@huawei.com> - 2.10.7-8
- fix obsapisetup script problems, modify production.sphinx.conf owner