-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2021-09-25 Fred Gleason <[email protected]>
* 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 <[email protected]>
- Loading branch information
Fred Gleason
committed
Sep 25, 2021
1 parent
64e0a99
commit fb02fdb
Showing
6 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22463,3 +22463,10 @@ | |
2021-09-24 Fred Gleason <[email protected]> | ||
* Added a 'RedHat Enterprise Linux 8' subsection to the | ||
'DISTRO-SPECIFIC NOTES' section of 'INSTALL'. | ||
2021-09-25 Fred Gleason <[email protected]> | ||
* 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'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,14 +30,15 @@ Release: @RPM_RELEASE@ | |
License: GPL | ||
Packager: Fred Gleason <[email protected]> | ||
Source: rivendell-@[email protected] | ||
Requires: @MYSQL_PKG@, @QT_MYSQL_PKG@, @APACHE_PKG@, curl, @USERMODE_PKG@, rivendell-pypad = @VERSION@, rsyslog | ||
Requires: @MYSQL_PKG@ @QT_MYSQL_PKG@ @APACHE_PKG@ curl @USERMODE_PKG@ rivendell-pypad = @VERSION@ rsyslog | ||
BuildRequires: qt5-qtbase-devel qt5-linguist | ||
BuildRoot: /var/tmp/rivendell-@VERSION@ | ||
Obsoletes: rivendell-base rivendell-opsguide | ||
Conflicts: rivendell-opsguide | ||
|
||
%package importers | ||
Summary: Library importers for the Rivendell Broadcast Automation System | ||
Requires: rivendell = @VERSION@, madplay | ||
Requires: rivendell = @VERSION@ madplay | ||
|
||
%package opsguide | ||
Summary: Rivendell Operations and Administration Guide | ||
|
@@ -49,15 +50,15 @@ Summary: Client libraries for interfacing with Rivendell's Web API. | |
|
||
%package devel | ||
Summary: Header files and example code for development with Rivendell APIs | ||
Requires: rivendell = @VERSION@, rivendell-webapi = @VERSION@ | ||
Requires: rivendell = @VERSION@ rivendell-webapi = @VERSION@ | ||
|
||
%package pypad | ||
Summary: PyPAD Program Associated Data script system for Rivendell | ||
Requires: python36, python36-pycurl, python36-requests, python36-pyserial, python36-mysql python36-urllib3 | ||
Requires: @PYPAD_DEPS@ | ||
|
||
%package select | ||
Summary: The RDSelect system selector tool for Rivendell. | ||
Requires: rivendell = @VERSION@, autofs | ||
Requires: rivendell = @VERSION@ autofs | ||
|
||
%package webget | ||
Summary: The WebGet audio fetcher service for Rivendell | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/python | ||
#!/usr/bin/python3 | ||
|
||
# engine_conv.py | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/python | ||
#!/usr/bin/python3 | ||
|
||
# init_template_host.py | ||
# | ||
|