Bug 1890505

Summary: [RFE] Configuration for equivalent vendors for "vendor stickiness"
Product: [Fedora] Fedora Reporter: Neal Gompa <ngompa13>
Component: dnf5Assignee: Jaroslav Rohel <jrohel>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: medium    
Version: rawhideCC: dmach, jkolarik, jmracek, jrohel, lkocman, mblaha, mhatina, nsella, packaging-team-maint, pkratoch, ppisar, riehecky, rpm-software-management, tbowling, vmukhame
Target Milestone: ---Keywords: RFE, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-11-11 07:14:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1788371    
Bug Blocks: 1665453    

Description Neal Gompa 2020-10-22 12:14:57 UTC
Description of problem:
Starting with openSUSE Leap 15.2.1 (openSUSE Jump), openSUSE Leap will be comprised of a mixture of packages with the SUSE vendor and the openSUSE vendor. There is no way in DNF for this to be considered equivalent, and if automatic vendor changing is turned off, upgrading from Leap 15.2 to 15.2.1 or 15.3 will fail.

It'd be great if we could have vendor equivalence configuration similar to to the way Zypper does it[1], with configuration in /etc/dnf/vendors.d for drop-in files that define vendor equivalents. For example, /etc/dnf/vendors.d/opensuse-leap.conf would define SUSE and openSUSE vendors as equivalent for supporting openSUSE Leap.


[1]: https://doc.opensuse.org/projects/libzypp/HEAD/pg_zypp-solv-vendorchange.html#zypp-solv-vendorchange-equiv

Comment 1 Neal Gompa 2024-12-07 14:45:22 UTC
Shifting this to dnf5 as that is where development is now.

Comment 2 Jaroslav Rohel 2025-11-11 07:14:22 UTC
I implemented vendor change policies. PR https://github.com/rpm-software-management/dnf5/pull/2469
The implementation provides greater flexibility and fully covers equivalent vendors for "vendor stickiness."