public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mariadb-connector-c] rawhide: [cleanup] Split 'BuildRequires' and 'Requires' to one dependency per line
Date: Wed, 24 Jun 2026 08:08:27 GMT [thread overview]
Message-ID: <178228850709.1.12317676322998700296.rpms-mariadb-connector-c-3b72801b971c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mariadb-connector-c
Branch : rawhide
Commit : 3b72801b971c5c845ccdda5b002edd5e7e5a6b9c
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-06-24T00:40:24+02:00
Stats : +12/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mariadb-connector-c/c/3b72801b971c5c845ccdda5b002edd5e7e5a6b9c?branch=rawhide
Log:
[cleanup] Split 'BuildRequires' and 'Requires' to one dependency per line
Alphabetically sorted, one per line. Applies to both the main package
'BuildRequires' block and the '-devel' subpackage 'Requires'. This makes
future diffs cleaner and individual dependency changes easier to review.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec
index 82d0650..0cdd5cf 100644
--- a/mariadb-connector-c.spec
+++ b/mariadb-connector-c.spec
@@ -27,16 +27,21 @@ URL: https://mariadb.org/
Patch1: testsuite.patch
%endif
+BuildRequires: cmake
+BuildRequires: gcc-c++
+BuildRequires: libzstd-devel
+BuildRequires: openssl-devel
+BuildRequires: zlib-devel
+# Remote-IO plugin
+BuildRequires: libcurl-devel
+# auth_gssapi_client plugin
+BuildRequires: krb5-devel
+
%if 0%{?flatpak}
Requires: %{name}-config = %{version}-%{release}
%else
Requires: %{_sysconfdir}/my.cnf
%endif
-BuildRequires: gcc-c++ cmake openssl-devel zlib-devel libzstd-devel
-# Remote-IO plugin
-BuildRequires: libcurl-devel
-# auth_gssapi_client plugin
-BuildRequires: krb5-devel
# The client_ed25519 plugin bundles a modified copy of the SUPERCOP/NaCl
# Ed25519 "ref10" implementation (public domain, unversioned).
@@ -54,7 +59,8 @@ developed in C/C++ to MariaDB and MySQL databases.
Summary: Development files for mariadb-connector-c
Requires: %{name}%{?_isa} = %{version}-%{release}
Recommends: %{name}-doc = %{version}-%{release}
-Requires: openssl-devel zlib-devel
+Requires: openssl-devel
+Requires: zlib-devel
%{!?rhel:BuildRequires: multilib-rpm-config}
Conflicts: mysql-devel-any
reply other threads:[~2026-06-24 8:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178228850709.1.12317676322998700296.rpms-mariadb-connector-c-3b72801b971c@fedoraproject.org \
--to=mschorm@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox