public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-packager] epel10.2: Do not allow mismatched version installations
Date: Thu, 25 Jun 2026 13:20:45 GMT [thread overview]
Message-ID: <178239364555.1.2725360730234669221.rpms-fedora-packager-e49a605843f2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-packager
Branch : epel10.2
Commit : e49a605843f2384f1cf2818688647dec43d3e5bd
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date : 2024-08-10T10:18:28-04:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-packager/c/e49a605843f2384f1cf2818688647dec43d3e5bd?branch=epel10.2
Log:
Do not allow mismatched version installations
In CI tests, we get this:
Warning: skipped PGP checks for 1 package from repository: testing-farm-tag-repository
- file /usr/share/licenses/fedora-packager/COPYING from install of fedora-packager-0.6.0.7-10.fc41.noarch conflicts with file from package fedora-packager-kerberos-0.6.0.7-16.fc41.noarch
We don't want to install mismatched versions of the main package and the
subpackage in any case. This could lead to confusion.
---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 24b1fce..41f502d 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -33,6 +33,7 @@ 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}
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=178239364555.1.2725360730234669221.rpms-fedora-packager-e49a605843f2@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