Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
PUP 4.10.1
-
None
-
Agent
-
Agent 2017-05-31
-
Bug Fix
-
This fixes a bug in the rpm package provider that did properly sort packages containing tildes that did not occur as the first character.
-
No Action
Description
rpmvercmp handles only the leading tilde.
So, the following test fails.
it { expect(provider.rpmvercmp("~", "~~")).to eq(1) } |
A tilde must sort before everything else.
https://github.com/rpm-software-management/rpm/issues/214