public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stephen Gallagher <sgallagh@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-packager] epel10.2: Fix version matching for krb5
Date: Thu, 25 Jun 2026 13:20:53 GMT	[thread overview]
Message-ID: <178239365302.1.8401120767232821404.rpms-fedora-packager-5f0ded984825@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fedora-packager
            Branch : epel10.2
            Commit : 5f0ded984825f00d49f63de19bab8bb980746e67
            Author : Stephen Gallagher <sgallagh@redhat.com>
            Date   : 2025-02-13T08:33:03-05:00
            Stats  : +3/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-packager/c/5f0ded984825f00d49f63de19bab8bb980746e67?branch=epel10.2

            Log:
            Fix version matching for krb5

The pre-1.0 version of fedora-packager lacked the dependency on
fedora-packager-kerberos, so if we were updating from that version (such
as on Fedora 40), fedora-packager-kerberos would attempt to upgrade
while the fedora-packager package remained at the older version and they
would encounter a file conflict.

This patch adds the reverse dependency on fedora-packager-kerberos to
ensure that they are both upgraded together.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>

---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 875c6dc..94ae68d 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -57,6 +57,9 @@ environment.
 
 %package kerberos
 Summary:        Configuration to connect via kerberos to Fedora
+
+Requires:       (fedora-packager = %{version}-%{release} if fedora-packager)
+
 # This is the version in which SNI was fixed
 %if 0%{?fedora}
 Requires:       krb5-workstation >= 1.14.3-4

                 reply	other threads:[~2026-06-25 13: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=178239365302.1.8401120767232821404.rpms-fedora-packager-5f0ded984825@fedoraproject.org \
    --to=sgallagh@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