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] f43: [bugfix] Add '%license' to '-config' subpackage
Date: Thu, 25 Jun 2026 18:20:03 GMT	[thread overview]
Message-ID: <178241160353.1.14186931598067796862.rpms-mariadb-connector-c-bba2b65da9ef@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/mariadb-connector-c
            Branch : f43
            Commit : bba2b65da9ef133efca094cf25c6ac4e57a9684f
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-06-24T00:40:24+02:00
            Stats  : +1/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/mariadb-connector-c/c/bba2b65da9ef133efca094cf25c6ac4e57a9684f?branch=f43

            Log:
            [bugfix] Add '%license' to '-config' subpackage

The '-config' subpackage is independently installable -- it has no
'Requires' on the main package (in fact, the main package depends on
'-config', not vice versa). Per Fedora Licensing Guidelines, it must
either contain the license file or depend on a package that does.

The '-devel', '-doc', and '-test' subpackages all 'Requires' the main
package, which carries '%license COPYING.LIB', so they are already
covered by the dependency chain.

https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec
index 31869ea..f9c801f 100644
--- a/mariadb-connector-c.spec
+++ b/mariadb-connector-c.spec
@@ -237,6 +237,7 @@ install -D -p -m 0644 %{name}.conf %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{nam
 
 
 %files config
+%license COPYING.LIB
 %dir %{_sysconfdir}/my.cnf.d
 %config(noreplace) %{_sysconfdir}/my.cnf
 %config(noreplace) %{_sysconfdir}/my.cnf.d/client.cnf

                 reply	other threads:[~2026-06-25 18:20 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=178241160353.1.14186931598067796862.rpms-mariadb-connector-c-bba2b65da9ef@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