2021-09-25 Fred Gleason <fredg@paravelsystems.com>

* Changed the shebang path in 'scripts/init_template_host.py' from
	'/usr/bin/python' to '/usr/bin/python3'.
	* Changed the shebang path in 'scripts/engine_conv.py' from
	'/usr/bin/python' to '/usr/bin/python3'.
	* Added 'qt5-qtbase-devel' and 'qt5-linguist' build dependencies
	to 'rivendell.spec.in'.

Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
This commit is contained in:
Fred Gleason
2021-09-25 16:26:39 -04:00
parent 64e0a99bef
commit fb02fdb3fa
6 changed files with 26 additions and 9 deletions

View File

@@ -22463,3 +22463,10 @@
2021-09-24 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RedHat Enterprise Linux 8' subsection to the
'DISTRO-SPECIFIC NOTES' section of 'INSTALL'.
2021-09-25 Fred Gleason <fredg@paravelsystems.com>
* Changed the shebang path in 'scripts/init_template_host.py' from
'/usr/bin/python' to '/usr/bin/python3'.
* Changed the shebang path in 'scripts/engine_conv.py' from
'/usr/bin/python' to '/usr/bin/python3'.
* Added 'qt5-qtbase-devel' and 'qt5-linguist' build dependencies
to 'rivendell.spec.in'.