diff options
-rw-r--r-- | doc/server/plugins/generators/rules.txt | 2 | ||||
-rw-r--r-- | schemas/pkgtype.xsd | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/doc/server/plugins/generators/rules.txt b/doc/server/plugins/generators/rules.txt index a2953ad08..05baa2dbb 100644 --- a/doc/server/plugins/generators/rules.txt +++ b/doc/server/plugins/generators/rules.txt @@ -97,8 +97,6 @@ The Package Tag may have the following attributes: | verify | verify='false' - do not do package | String | | | verification | | +------------+----------------------------------------------+--------+ -| reloc | RPM relocation path. | String | -+------------+----------------------------------------------+--------+ | multiarch | Comma separated list of the architectures of | String | | | this package that should be installed. | | +------------+----------------------------------------------+--------+ diff --git a/schemas/pkgtype.xsd b/schemas/pkgtype.xsd index ad63cd9d2..70a466448 100644 --- a/schemas/pkgtype.xsd +++ b/schemas/pkgtype.xsd @@ -43,7 +43,6 @@ <xsd:attribute type='xsd:string' name='file'/> <xsd:attribute type='xsd:string' name='verify'/> <xsd:attribute type='xsd:string' name='simplefile'/> - <xsd:attribute type='xsd:string' name='reloc'/> <xsd:attribute type='xsd:string' name='multiarch'/> <xsd:attribute type='xsd:string' name='srcs'/> <xsd:attribute type='xsd:string' name='type'/> |