public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mariadb-connector-c] rawhide: [cleanup] Split 'BuildRequires' and 'Requires' to one dependency per line
@ 2026-06-24  8:08 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-06-24  8:08 UTC (permalink / raw)
  To: git-commits

            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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-24  8:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24  8:08 [rpms/mariadb-connector-c] rawhide: [cleanup] Split 'BuildRequires' and 'Requires' to one dependency per line Michal Schorm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox