summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKlaus Kämpf <kkaempf@suse.de>2013-11-18 08:34:53 +0100
committerMichal Minar <miminar@redhat.com>2013-11-19 10:25:00 +0100
commit8ec93b144b9f095748282fa6e2daf8061bf6ec6b (patch)
treea68bf70dff119a701089c576500fadfa7dce6f59 /doc
parentd6dfc2d9a7ae462b14fd67e7fa12cb1a29918202 (diff)
downloadopenlmi-providers-8ec93b144b9f095748282fa6e2daf8061bf6ec6b.tar.gz
openlmi-providers-8ec93b144b9f095748282fa6e2daf8061bf6ec6b.tar.xz
openlmi-providers-8ec93b144b9f095748282fa6e2daf8061bf6ec6b.zip
software: allow tilde presence in package version
OpenSUSE distribution uses tilde character (~) in version of their packages a lot. This patch allows to parse such packages. Resolves: bz#1031345 Reported-by: Klaus Kämpf <kkaempf@suse.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/software/dmtf.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/admin/software/dmtf.rst b/doc/admin/software/dmtf.rst
index d68692c..35ca35c 100644
--- a/doc/admin/software/dmtf.rst
+++ b/doc/admin/software/dmtf.rst
@@ -296,6 +296,7 @@ Class overview
------------------------------------------------------------------------------
-.. [1] Precisely they must match following regular expression `r"[\\w.+{}]+"`.
+.. [1] Precisely ``Release`` must match following regular expression ``r"[\\w.+{}]+"``.
+ ``Version`` allows also tilde character: ``r"[~\\w.+{}]+"``.
.. [2] Because internally the query is executed upon the list obtained by
enumeration of instances.