Allow all of yum version compare operators (#54603)

* Allow all of yum version compare operators

* * yum: name="foo >= VERSION" integration test
* changelog fragment
This commit is contained in:
Robert Osowiecki 2019-04-08 10:34:21 +02:00 committed by Martin Krizek
commit 1532e31ec0
3 changed files with 60 additions and 6 deletions

View file

@ -0,0 +1,3 @@
---
bugfixes:
- "yum allows comparison operators like '>=' for selecting package version"