From: Duncan Mac-Vicar P Date: Thu, 7 Aug 2008 18:03:17 +0000 (+0000) Subject: update products definition X-Git-Tag: BASE-SuSE-Code-11-Branch~528 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94a1bc6385474a3495e1a5eb743d924e68bdec6e;p=platform%2Fupstream%2Flibzypp.git update products definition --- diff --git a/zypp/parser/yum/schema/products.rnc b/zypp/parser/yum/schema/products.rnc index 1c38858..68e26b5 100644 --- a/zypp/parser/yum/schema/products.rnc +++ b/zypp/parser/yum/schema/products.rnc @@ -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 }*,