diff --git a/Gemfile.lock b/Gemfile.lock index 1ca7b413dca6e345e345a1a569f02f4d92cf9c9c..02d9c41bdd3fa61574a970a61fd9bca8d8401c23 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -618,4 +618,4 @@ DEPENDENCIES yajl-ruby BUNDLED WITH - 2.4.10 + 2.4.19 diff --git a/obs-bundled-gems.spec b/obs-bundled-gems.spec index 1b8096220797f7c1773e2ae2bccbb2d164e3980e..7f9a1e2ffa5c647b423f681ddc47568e0e06839a 100644 --- a/obs-bundled-gems.spec +++ b/obs-bundled-gems.spec @@ -20,17 +20,18 @@ %global ruby_version 3.2.0 Name: obs-bundled-gems Version: 2.10.15 -Release: 10 +Release: 11 Summary: The Open Build Service -- Bundled Gems License: GPL-2.0-only OR GPL-3.0-only URL: http://www.openbuildservice.org Source0: Gemfile Source1: Gemfile.lock Source2: verdor.obscpio -BuildRequires: cyrus-sasl-devel mysql-devel nodejs openldap-devel python3-devel # https://rubygems.loongnix.cn/gems/ffi-1.15.5.gem Source5: ffi-1.15.5.gem +BuildRequires: cyrus-sasl-devel nodejs openldap-devel python3-devel +BuildRequires: pkgconfig(mysqlclient) > 21.2.33 BuildRequires: gcc gcc-c++ glibc-devel libtool libxml2-devel libxslt-devel BuildRequires: ruby-devel rubygem-bundler ruby-common make @@ -42,7 +43,7 @@ denpendent gems, and add them to spec file. Summary: Holding dependencies required to run the OBS frontend Requires: build >= 20170315 Requires: memcached >= 1.4 -Requires: mariadb-server +Requires: mysql-server Requires: obs-bundled-gems = %{version} Requires: sphinx >= 2.1.8 Requires: perl(GD) @@ -145,6 +146,9 @@ done %doc README %changelog +* Wed Feb 26 2025 wangkai <13474090681@163.com> - 2.10.15-11 +- Replace mariadb-server with mysql-server + * Thu Feb 20 2025 wangkai <13474090681@163.com> - 2.10.15-10 - Replace ruby-ldap with ruby-ldap3 to fix service failed