docs-common/packaging spec.xsl,1.1,1.2

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Fri Nov 25 21:57:12 UTC 2005


Author: jtr

Update of /cvs/docs/docs-common/packaging
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31658

Modified Files:
	spec.xsl 
Log Message:
Output the changelog



Index: spec.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/spec.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spec.xsl	25 Nov 2005 20:52:52 -0000	1.1
+++ spec.xsl	25 Nov 2005 21:57:05 -0000	1.2
@@ -61,6 +61,11 @@
 %files	<xsl:value-of select="@lang"/>
 %defattr(-, root, root, -)
 </xsl:for-each>
+%changelog
+<xsl:for-each select="/rpm-info/changelog/revision">
+* <xsl:value-of select="@date"/> - <xsl:value-of select="author/@email"/> (<xsl:value-of select="author/@wholename"/>)
+- <xsl:value-of select="details"/>
+</xsl:for-each>
 </xsl:template>
 
   <xsl:template name="get-title">




More information about the docs-commits mailing list