PMM-15015 Remove conflicting package declaration in pmm-client#5296
Open
ademidoff wants to merge 3 commits into
Open
PMM-15015 Remove conflicting package declaration in pmm-client#5296ademidoff wants to merge 3 commits into
ademidoff wants to merge 3 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v3 #5296 +/- ##
==========================================
- Coverage 42.18% 42.15% -0.03%
==========================================
Files 410 410
Lines 41980 41980
==========================================
- Hits 17708 17698 -10
- Misses 22488 22498 +10
Partials 1784 1784
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
EvgeniyPatlan
requested changes
Apr 27, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the RPM packaging for PMM Client by removing a self-referential Conflicts: pmm-client declaration from the spec file, addressing reported installation/upgrade conflicts (PMM-15015).
Changes:
- Removed
Conflicts: pmm-clientfrom thepmm-clientRPM spec to prevent erroneous package conflict behavior during install/upgrade.
talhabinrizwan
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PMM-15015
Ref: reported on the forum - https://forums.percona.com/t/pmm-client-v3-7-0-conflicting-with-itself/40715.
Link to the Feature Build: SUBMODULES-4326
This pull request makes a small change to the
pmm-client.specfile, removing theConflicts: pmm-clientline. This simplifies the package specification and may help avoid unnecessary package conflict errors during installation.