summaryrefslogtreecommitdiffstats
path: root/packaging/bookinfo.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/bookinfo.xsl')
-rw-r--r--packaging/bookinfo.xsl8
1 files changed, 7 insertions, 1 deletions
diff --git a/packaging/bookinfo.xsl b/packaging/bookinfo.xsl
index eb6d249..1707747 100644
--- a/packaging/bookinfo.xsl
+++ b/packaging/bookinfo.xsl
@@ -45,7 +45,7 @@
select="@worker"/></xsl:call-template>
</othercredit>
</xsl:for-each>
- <xsl:element name="revhistory">
+ <xsl:element name="revhistory" use-attribute-sets="revhist">
<xsl:for-each select="/rpm-info/changelog/revision[@role != 'rpm']">
<xsl:element name="revision">
<xsl:element name="revnumber">
@@ -104,4 +104,10 @@
<xsl:include href="templates.xsl"/>
+ <!-- This attribute set guarantees the write chunk file name, since it is not
+ set in the standard XSL stylesheets. -->
+ <xsl:attribute-set name="revhist">
+ <xsl:attribute name="id">rv-revhistory</xsl:attribute>
+ </xsl:attribute-set>
+
</xsl:stylesheet>