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

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