From 7f211d833ad2dc8d65da7b3a5ff19de5d825fc0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Tue, 5 Jul 2005 06:23:33 +0000 Subject: [PATCH] =?UTF-8?q?filename=20patch=20i=C3=A7in=20bir=20attribute?= =?UTF-8?q?=20de=C4=9Fil,=20text.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pisi/specfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/specfile.py b/pisi/specfile.py index b6e0e6dd..6e228146 100644 --- a/pisi/specfile.py +++ b/pisi/specfile.py @@ -62,7 +62,7 @@ class PatchInfo: def elt(self, xml): node = xml.newNode("Patch") - node.setAttribute("filename", self.filename) + xml.addText(node, self.filename) if self.compressionType: node.setAttribute("compressionType", self.compressionType) return node