From 8b7b1c4cbd621c77e19e06e402caf80909d8e4ab Mon Sep 17 00:00:00 2001 From: Wolfgang Stöggl Date: Oct 23 2020 19:40:30 +0000 Subject: Ensure stored timestamp of online-help.qch is UTC Make sure, that the timestamp of online-help.qch, which is stored inside online-help.qhc, is in UTC. This is not relevant when the rpm is built as usual on servers using UTC, but on systems with a different local timezone. --- diff --git a/cppcheck.spec b/cppcheck.spec index 5a8d1f9..ff3c7ec 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -73,7 +73,7 @@ from xml files first generated using cppcheck. rm -r externals/tinyxml # Generate the Qt online-help file cd gui/help -qhelpgenerator-qt5 online-help.qhcp -o online-help.qhc +TZ=UTC qhelpgenerator-qt5 online-help.qhcp -o online-help.qhc %build # Manuals