public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mariadb-connector-c] rawhide: [bugfix] Fix 'BuildRequires' from 'gcc-c++' to 'gcc'
@ 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 : a4dd1116b9e69e57162e0943c6a276e4ff6a907b
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-06-24T00:40:24+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mariadb-connector-c/c/a4dd1116b9e69e57162e0943c6a276e4ff6a907b?branch=rawhide
Log:
[bugfix] Fix 'BuildRequires' from 'gcc-c++' to 'gcc'
This is a pure C project -- the build only uses the C compiler.
'gcc-c++' is unnecessary and pulls in the unneeded C++ toolchain.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec
index 0cdd5cf..a164ea7 100644
--- a/mariadb-connector-c.spec
+++ b/mariadb-connector-c.spec
@@ -28,7 +28,7 @@ Patch1: testsuite.patch
%endif
BuildRequires: cmake
-BuildRequires: gcc-c++
+BuildRequires: gcc
BuildRequires: libzstd-devel
BuildRequires: openssl-devel
BuildRequires: zlib-devel
^ 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: [bugfix] Fix 'BuildRequires' from 'gcc-c++' to 'gcc' Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox