public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-packager] epel10.2: Make kerberos subpackage required by the main package
Date: Thu, 25 Jun 2026 13:20:46 GMT	[thread overview]
Message-ID: <178239364603.1.259500544741902939.rpms-fedora-packager-66e2aa91882f@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fedora-packager
            Branch : epel10.2
            Commit : 66e2aa91882f8966ad43b22f57152bc950d0c1a0
            Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
            Date   : 2024-08-14T17:56:32+02:00
            Stats  : +1/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-packager/c/66e2aa91882f8966ad43b22f57152bc950d0c1a0?branch=epel10.2

            Log:
            Make kerberos subpackage required by the main package

This fixes the spec file syntax. I tried to use Coflicts in a way that
is not supported by rpm.

But also, I think we should use Requires here. The importance of
kerberos auth has only grown since this package was split out, and it
doesn't make sense to have a "fedora packager environment" without
kerberos.

---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 41f502d..d7e3e4d 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -32,8 +32,7 @@ Requires:       fedpkg >= 1.0
 Requires:       systemd
 Obsoletes:      fedora-cert < 0.6.0.3-4
 Obsoletes:      fedora-packager-yubikey < 0.6.0.7-3
-Recommends:     fedora-packager-kerberos
-Conflicts:      fedora-packager-kerberos != %{version}-%{release}
+Requires:       fedora-packager-kerberos == %{version}-%{release}
 
 BuildArch:      noarch
 

                 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=178239364603.1.259500544741902939.rpms-fedora-packager-66e2aa91882f@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