diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-02-15 04:18:19 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-02-15 04:18:19 +0000 |
commit | ca02a848a7a7eced74f7d15ca14f7e0a081ea5e2 (patch) | |
tree | 4821462964c626e3d987dab373e31ac4216e12e5 /schemas/pkglist.xsd | |
parent | 1ba7fae6179a4f08af33a4a1fcf9d17461526ebb (diff) | |
download | bcfg2-ca02a848a7a7eced74f7d15ca14f7e0a081ea5e2.tar.gz bcfg2-ca02a848a7a7eced74f7d15ca14f7e0a081ea5e2.tar.bz2 bcfg2-ca02a848a7a7eced74f7d15ca14f7e0a081ea5e2.zip |
Add bname to package entries
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2812 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/pkglist.xsd')
-rw-r--r-- | schemas/pkglist.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/pkglist.xsd b/schemas/pkglist.xsd index 65c5435d0..e92e637a6 100644 --- a/schemas/pkglist.xsd +++ b/schemas/pkglist.xsd @@ -20,6 +20,7 @@ <xsd:attribute type='xsd:string' name='multiarch'/> <xsd:attribute type='xsd:string' name='srcs'/> <xsd:attribute type='xsd:string' name='type'/> + <xsd:attribute type='xsd:string' name='bname'/> </xsd:complexType> <xsd:complexType name='ContainerType'> |