Blame SOURCES/0005-Switch-off-html-timestamps-on-documentation-RhBug1731050.patch

6cec19
From df4145ae17972b51a2f4e3ccb10c7ed0a6799209 Mon Sep 17 00:00:00 2001
6cec19
From: Marek Blaha <mblaha@redhat.com>
6cec19
Date: Mon, 29 Jul 2019 12:09:07 +0200
6cec19
Subject: [PATCH] Switch off html timestamps on documentation (RhBug:1731050)
6cec19
6cec19
This change avoids file conflicts when installing createrepo_c-devel
6cec19
package for i686 and x86_64 architectures in parallel.
6cec19
After switching the timestamps off the documentation html files are
6cec19
identical for both builds and rpm does not consider them conflicting any
6cec19
more.
6cec19
6cec19
https://bugzilla.redhat.com/show_bug.cgi?id=1731050
6cec19
---
6cec19
 doc/Doxyfile.in.in | 2 +-
6cec19
 1 file changed, 1 insertion(+), 1 deletion(-)
6cec19
6cec19
diff --git a/doc/Doxyfile.in.in b/doc/Doxyfile.in.in
6cec19
index bd6b5a7..35a5e75 100644
6cec19
--- a/doc/Doxyfile.in.in
6cec19
+++ b/doc/Doxyfile.in.in
6cec19
@@ -952,7 +952,7 @@ HTML_COLORSTYLE_GAMMA  = 80
6cec19
 # page will contain the date and time when the page was generated. Setting
6cec19
 # this to NO can help when comparing the output of multiple runs.
6cec19
 
6cec19
-HTML_TIMESTAMP         = YES
6cec19
+HTML_TIMESTAMP         = NO
6cec19
 
6cec19
 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
6cec19
 # documentation will contain sections that can be hidden and shown after the
6cec19
--
6cec19
libgit2 0.28.2
6cec19