public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-packager] epel10.2: Do not allow mismatched version installations
@ 2026-06-25 13:20
0 siblings, 0 replies; only message in thread
From: @ 2026-06-25 13:20 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-25 13:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 13:20 [rpms/fedora-packager] epel10.2: Do not allow mismatched version installations
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox