diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-06-12 15:12:25 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-06-12 15:12:25 +0000 |
commit | 495f950666bb59ebc380101cd902415c211124a2 (patch) | |
tree | 8b32215f0d1bd171d5abd212683bee8b9da9eae4 /schemas/pkglist.xsd | |
parent | f8ccb25a9300942006881bb371fde040d5c87147 (diff) | |
download | bcfg2-495f950666bb59ebc380101cd902415c211124a2.tar.gz bcfg2-495f950666bb59ebc380101cd902415c211124a2.tar.bz2 bcfg2-495f950666bb59ebc380101cd902415c211124a2.zip |
RPMng fixes from mbrady
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3288 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/pkglist.xsd')
-rw-r--r-- | schemas/pkglist.xsd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/schemas/pkglist.xsd b/schemas/pkglist.xsd index d46f1d9b0..d4828716a 100644 --- a/schemas/pkglist.xsd +++ b/schemas/pkglist.xsd @@ -33,6 +33,9 @@ <xsd:attribute name='simplefile' type='xsd:string'/> <xsd:attribute name='pkg_verify' type='xsd:string'/> <xsd:attribute name='verify_flags' type='xsd:string'/> + <xsd:attribute name='installed_action' type='xsd:string'/> + <xsd:attribute name='version_fail_action' type='xsd:string'/> + <xsd:attribute name='verify_fail_action' type='xsd:string'/> </xsd:complexType> </xsd:element> </xsd:choice> |