From 7ad6caee644ce12060a022afd28d6ce3c719f41b Mon Sep 17 00:00:00 2001 From: wang--ge Date: Wed, 11 Oct 2023 16:30:13 +0800 Subject: [PATCH] replace buildrequire mysql-devel with mariadb-connector-c-devel --- obs-bundled-gems.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/obs-bundled-gems.spec b/obs-bundled-gems.spec index 59b2099..d48d1e4 100644 --- a/obs-bundled-gems.spec +++ b/obs-bundled-gems.spec @@ -19,14 +19,14 @@ %global rack_version 2.0.8 Name: obs-bundled-gems Version: 2.10.1 -Release: 5 +Release: 6 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 +BuildRequires: cyrus-sasl-devel nodejs openldap-devel python3-devel mariadb-connector-c-devel BuildRequires: gcc gcc-c++ glibc-devel libtool libxml2-devel libxslt-devel BuildRequires: ruby-devel rubygem-bundler ruby-common @@ -132,6 +132,9 @@ done %doc README %changelog +* Wed Oct 11 2023 Ge Wang - 2.10.1-6 +- Replace buildrequire mysql-devel with mariadb-connector-c-devel + * Thu May 12 2022 wangkai - 2.10.1-5 - Update xmlhash to 1.3.8