arch-old attribute added to solvable-element (bnc #331060)
authorJán Kupec <jkupec@suse.cz>
Thu, 2 Apr 2009 17:45:18 +0000 (19:45 +0200)
committerJán Kupec <jkupec@suse.cz>
Thu, 2 Apr 2009 17:45:18 +0000 (19:45 +0200)
src/output/xmlout.rnc

index e4e84d6..8f4a642 100644 (file)
@@ -112,6 +112,7 @@ solvable-element =
     attribute edition { xsd:string },      # target edition
     attribute edition-old { xsd:string }?, # currently installed version in case of upgrade
     attribute arch { xsd:string },
+    attribute arch-old { xsd:string }?,    # currently installed architecture
     attribute summary { xsd:string }?,
     text?
   }
@@ -200,4 +201,4 @@ patch-selectable-info =
   attribute status {
     "installed" | "not-installed" | "not-applicable" | "no-longer-applicable" |
     "applied" | "not-needed" | "broken" | "needed"
-  }
\ No newline at end of file
+  }