update products definition
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 7 Aug 2008 18:03:17 +0000 (18:03 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 7 Aug 2008 18:03:17 +0000 (18:03 +0000)
zypp/parser/yum/schema/products.rnc

index 1c38858..68e26b5 100644 (file)
@@ -17,8 +17,8 @@ products = element ns1:products {
     },
     element ns1:displayname { localized-string }+,
     element ns1:shortname { localized-string }*,
-    element ns1:distribution-name { text },
-    element ns1:distribution-edition { text },
+    element ns1:distribution { text },
+    element ns1:flavor { text },
     element ns1:description { localized-string }+,
     element ns1:release-notes-url { text }?,
     element ns1:update-url { text }*,