From 8edafdec3e4e09b257326d9614f4b5f53e3ba33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20Kandemir?= Date: Fri, 28 Jul 2006 23:31:49 +0000 Subject: [PATCH] Type is an attribute, not a tag. --- pisi/specfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/specfile.py b/pisi/specfile.py index 6ff9acd8..6d063030 100644 --- a/pisi/specfile.py +++ b/pisi/specfile.py @@ -90,9 +90,9 @@ class Patch: class Update: a_release = [autoxml.String, autoxml.mandatory] + a_Type = [autoxml.String, autoxml.optional] t_Date = [autoxml.String, autoxml.mandatory] t_Version = [autoxml.String, autoxml.mandatory] - t_Type = [autoxml.String, autoxml.optional] t_Name = [autoxml.Text, autoxml.optional] t_Email = [autoxml.String, autoxml.optional] t_Comment = [autoxml.String, autoxml.optional]