From ea140ab43e101204c2b0ec5e29e7bd9feb00290d Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Thu, 14 Aug 2008 14:40:24 +0000 Subject: [PATCH] ver->version, rel->release, for compatibility reasons --- zypp/parser/yum/schema/diskusage.rnc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zypp/parser/yum/schema/diskusage.rnc b/zypp/parser/yum/schema/diskusage.rnc index ea999e9f5..e6f232c4f 100644 --- a/zypp/parser/yum/schema/diskusage.rnc +++ b/zypp/parser/yum/schema/diskusage.rnc @@ -5,8 +5,8 @@ element diskusage { element duinfo { attribute name { text }, attribute epoch { text }?, - attribute ver { text }, - attribute rel { text }, + attribute version { text }, + attribute release { text }, attribute arch { "noarch" | "athlon" -- 2.34.1