mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-15 09:53:44 -06:00
* libvir.rng: applied patch to fix regexp constructs from Robin Green
Daniel
This commit is contained in:
parent
e76632c912
commit
07f347101c
@ -1,3 +1,7 @@
|
||||
Thu Apr 19 09:55:28 CEST 2007 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* libvir.rng: applied patch to fix regexp constructs from Robin Green
|
||||
|
||||
Wed Apr 18 16:16:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
|
||||
|
||||
* docs/libvir.html: Documentation for the remote patch.
|
||||
|
@ -708,22 +708,22 @@
|
||||
</define>
|
||||
<define name='filePath'>
|
||||
<data type='string'>
|
||||
<param name="pattern">[a-zA-Z0-9_\+\-\%\./]+</param>
|
||||
<param name="pattern">[a-zA-Z0-9_\+\-%./]+</param>
|
||||
</data>
|
||||
</define>
|
||||
<define name='absFilePath'>
|
||||
<data type='string'>
|
||||
<param name="pattern">/[a-zA-Z0-9_\+\-\%\./]+</param>
|
||||
<param name="pattern">/[a-zA-Z0-9_\+\-%./]+</param>
|
||||
</data>
|
||||
</define>
|
||||
<define name='devicePath'>
|
||||
<data type='string'>
|
||||
<param name="pattern">/[a-zA-Z0-9_\+\-\%/]+</param>
|
||||
<param name="pattern">/[a-zA-Z0-9_\+\-%/]+</param>
|
||||
</data>
|
||||
</define>
|
||||
<define name='deviceName'>
|
||||
<data type='string'>
|
||||
<param name="pattern">[a-zA-Z0-9_\-\:\.\/]+</param>
|
||||
<param name="pattern">[a-zA-Z0-9_\-:./]+</param>
|
||||
</data>
|
||||
</define>
|
||||
<define name='addrMAC'>
|
||||
|
Loading…
Reference in New Issue
Block a user