diff --git a/osc/util/repodata.py b/osc/util/repodata.py index c57ae7dc..cb091139 100644 --- a/osc/util/repodata.py +++ b/osc/util/repodata.py @@ -21,7 +21,9 @@ def namespace(name): OPERATOR_BY_FLAGS = { "EQ" : "=", "LE" : "<=", - "GE" : ">=" + "GE" : ">=", + "LT" : "<", + "GT" : ">" } def primaryPath(directory):