public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/meson] f45: Add explicit Conflicts with old meson versions
Date: Sat, 26 Sep 2026 15:09:45 GMT	[thread overview]
Message-ID: <179043538550.1.373627642396813294.rpms-meson-2413edd1ca4c@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/meson
            Branch : f45
            Commit : 2413edd1ca4c7051822cb95c1a6257d0846528fd
            Author : Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
            Date   : 2026-09-26T17:07:37+02:00
            Stats  : +1/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/meson/c/2413edd1ca4c7051822cb95c1a6257d0846528fd?branch=f45

            Log:
            Add explicit Conflicts with old meson versions

During the upgrade to F45, something was holding back the installation of
meson, so dnf attempted to install new meson-srpm-macros while keeping the old
meson version. This cannot work because of file conflicts. Add an explicit
Conflicts to make the transaction fail earlier.

---
diff --git a/meson.spec b/meson.spec
index e114373..15f3035 100644
--- a/meson.spec
+++ b/meson.spec
@@ -116,6 +116,7 @@ unit tests, coverage reports, Valgrind, CCache and the like.
 
 %package srpm-macros
 Summary:        rpm macros to build projects using meson
+Conflicts:      meson < 1.12.0-2
 
 %description srpm-macros
 This package contains %{summary}.

                 reply	other threads:[~2026-09-26 15:09 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=179043538550.1.373627642396813294.rpms-meson-2413edd1ca4c@fedoraproject.org \
    --to=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