Blame SOURCES/libnotify-0.7.9-consistent-ids.patch

a514e2
From 34bf541f11b57995a019731e5a8d328422458bd3 Mon Sep 17 00:00:00 2001
a514e2
From: David King <amigadave@amigadave.com>
a514e2
Date: Mon, 13 Dec 2021 15:20:32 +0000
a514e2
Subject: [PATCH] docs: Use consistent IDs in spec build
a514e2
a514e2
This avoids differences between IDs for separate builds of the
a514e2
specification.
a514e2
a514e2
https://bugzilla.redhat.com/show_bug.cgi?id=1915831
a514e2
---
a514e2
 docs/config.xsl | 1 +
a514e2
 1 file changed, 1 insertion(+)
a514e2
a514e2
diff --git a/docs/config.xsl b/docs/config.xsl
a514e2
index 7aa9def..59490e7 100644
a514e2
--- a/docs/config.xsl
a514e2
+++ b/docs/config.xsl
a514e2
@@ -3,4 +3,5 @@
a514e2
                 xmlns:fo="http://www.w3.org/1999/XSL/Format"
a514e2
                 version="1.0">
a514e2
   <xsl:param name="html.stylesheet" select="'docbook.css'"/>
a514e2
+  <xsl:param name="generate.consistent.ids" select="1"/>
a514e2
 </xsl:stylesheet>
a514e2
-- 
a514e2
2.33.1
a514e2