83 Commits

Author SHA1 Message Date
Fred Gleason
569aa1c5ba 2019-04-22 Fred Gleason <fredg@paravelsystems.com>
* Modified 'rivendell.spec.in' to pin the Python version used on
	RHEL 7 to 3.4.
2019-04-22 16:26:20 -04:00
Fred Gleason
e8a14caf53 2019-01-09 Fred Gleason <fredg@paravelsystems.com>
* Changed the value of RD_DEFAULT_PYPAD_OWNER to 'pypad'.
	* Changed the value of RD_DEFAULT_PYPAD_GROUP to 'pypad'.
	* Fixed a bug that caused creation of the 'pypad' system user
	to fail.
2019-01-09 17:05:24 -05:00
Fred Gleason
3730e51bf1 2019-01-09 Fred Gleason <fredg@paravelsystems.com>
* Added a rule to the RPM package to create a PyPAD user and group.
2019-01-09 16:13:07 -05:00
Fred Gleason
087f3b811b 2019-01-08 Fred Gleason <fredg@paravelsystems.com>
* Changed the PyPAD namespace from 'PyPAD' to 'pypad'.
	* Changed the installation location of PyPAD scripts from
	'@libdir@/rivendell/PyPAD/' to '@libdir@/rivendell/pypad/'.
2019-01-08 15:27:44 -05:00
Fred Gleason
31596cbaca 2019-01-08 Fred Gleason <fredg@paravelsystems.com>
* Added a 'rivendell-pypad' RPM subpackage.
2019-01-08 13:07:27 -05:00
Fred Gleason
9e6fb9f3c0 2018-12-04 Fred Gleason <fredg@paravelsystems.com>
* Added an rdrlmd(8) service.
	* Implemented JSON-formatted PAD output on TCP port 34289.
2018-12-04 18:06:13 -05:00
Fred Gleason
1617e978fd 2018-11-20 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'rivendell-opsguide' RPM package to be 'noarch'.
	* Added the components of the 'rivendell-opsguide' subpackage to
	the 'rivendell' RPM package.
2018-11-20 16:37:56 -05:00
Fred Gleason
61a02d63b5 2018-11-20 Fred Gleason <fredg@paravelsystems.com>
* Fixed a packaging conflict between the 'rivendell' and
	'rivendell-opsguide' RPM packages.
2018-11-20 14:32:20 -05:00
Fred Gleason
b4ede78d39 2018-11-02 Fred Gleason <fredg@paravelsystems.com>
* Moved the automounter definition for the audio store from the
	'select' to the base RPM package.
2018-11-02 13:15:11 -04:00
Fred Gleason
f9e0e152ba 2018-11-01 Fred Gleason <fredg@paravelsystems.com>
* Modified rdselect_helper(8) to use the automounter for managing
	audio store mounts.
2018-11-01 13:14:49 -04:00
Fred Gleason
9d25af4c5f 2018-10-24 Fred Gleason <fredg@paravelsystems.com>
* Consolidated the implementation of the 'RDProfile' class into
	two files.
	* Added an rdselect_helper(1) SETUID helper program.
	* Removed the SETUID bit from rdselect(1).
2018-10-24 15:34:35 -04:00
Fred Gleason
94d4293d6d Fixed conflict in 'ChangeLog' 2018-10-22 18:50:20 -04:00
Fred Gleason
41dcafe2a2 2018-10-22 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'evince', 'firefox' and 'rivendell' dependencies
	from the RPM 'opsguide' sub-package.
	* Removed the 'qt-devel' dependency from the RPM 'rivendell'
	package.
2018-10-22 18:13:15 -04:00
Fred Gleason
c28e3be9d6 2018-10-22 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'evince', 'firefox' and 'rivendell' dependencies
	from the RPM 'opsguide' sub-package.
2018-10-22 17:55:51 -04:00
Patrick Linstruth
98bf67b844 Limit make jobs to 10 when making RPMs 2018-10-21 17:30:44 -07:00
Fred Gleason
cbdbdbe55f 2018-10-19 Fred Gleason <fredg@paravelsystems.com>
* Removed 'conf/my.cnf-master'.
	* Removed 'conf/my.cnf-standby'.
	* Removed 'conf/rd-sample.ini'.
	* Removed 'conf/rd.conf-slax'.
2018-10-19 21:44:28 -04:00
Fred Gleason
3768a5fb14 2018-10-19 Fred Gleason <fredg@paravelsystems.com>
* Removed check for Win32 installer from 'configure.ac'.
	* Removed win32 clauses from '.pro' files.
2018-10-19 19:36:43 -04:00
Fred Gleason
83bd2dcd77 2018-10-19 Fred Gleason <fredg@paravelsystems.com>
* Modified rdservice(8) to log errors to syslog.
	* Added an rdservice(8) man page.
	* Modified 'systemd/rivendell.service.in' to enable automatic
	start retries.
2018-10-19 15:26:14 -04:00
Fred Gleason
bb5fcb6400 2018-10-19 Fred Gleason <fredg@paravelsystems.com>
* Added code in the %post and %preun rules in 'rivendell.spec.in'
	to enable and disable the 'rivendell' service.
2018-10-19 12:12:10 -04:00
Fred Gleason
ac7e3d1bd9 2018-10-16 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Rivendell->Configuration' menu entry for rddbconfig(8).
2018-10-16 18:12:35 -04:00
Fred Gleason
ae75610054 2018-10-11 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RD_ListCartsCuts()' function to 'rivwebcapi'.
2018-10-11 19:02:44 -04:00
Fred Gleason
3aa50b54cf 2018-10-10 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RD_ListCartCuts()' function to 'rivwebcapi'.
	* Changed the length of the 'cut_name' member of the 'rd_cut' struct
	from 11 to 41 in 'rivwebcapi'.
	* Added a 'struct rd_cut *cart_cuts' member to the 'rd_cart' struct
	in 'rivwebcapi'.
2018-10-10 17:12:00 -04:00
Fred Gleason
6a71c397a2 2018-08-30 Fred Gleason <fredg@paravelsystems.com>
* Integrated the 'Rivendell-C-API'
	[from https://github.com/RadioFreeAsia/rivendell-c-api] in
	'apis/rivwebcapi/'.
	* Added a 'rivendell-webapi' RPM subpackage.
2018-08-30 14:06:12 -04:00
Fred Gleason
1975c71fcc 2018-08-17 Fred Gleason <fredg@paravelsystems.com>
* Updated the pre- and post-installation scripts in the RPM spec
	file.
2018-08-17 14:24:12 -04:00
Fred Gleason
cd65321161 2018-08-17 Fred Gleason <fredg@paravelsystems.com>
* Refactored the RPM spec file to combine the 'rivendell' and
	'rivendell-base' packages.
2018-08-17 14:08:54 -04:00
Fred Gleason
223bdc2f84 2018-08-10 Fred Gleason <fredg@paravelsystems.com>
* Changed installation location of caed(8), ripcd(8), rdcatchd(8)
	and rdrepld(8) from '@prefix@/bin' to '@prefix@/sbin'.
	* Removed code to detach from controlling terminal after startup
	from caed(8), ripcd(8), rdcatchd(8)
	and rdrepld(8).
	* Removed code to manage dropbox instances from rdcatchd(8).
	* Removed code to start service daemons automatically from
	user modules.
	* Added rdservice(8).
2018-08-10 06:09:16 -04:00
Fred Gleason
796e1bebc3 2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in.
	* Removed rdchunk(1).
	* Upgraded Qt3 to Qt4.
2018-08-07 10:09:49 -04:00
Fred Gleason
15f21fb4ec 2018-07-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'RDEscapeString' function that caused corruption
	in UTF-8 strings.
	* Added a UTF-8 complaint MySQL driver in 'drivers/qt3-mysql-utf/'.
2018-07-25 07:44:48 -04:00
Fred Gleason
1196cda562 2018-06-08 Fred Gleason <fredg@paravelsystems.com>
* Removed support for the '--admin-username', '--admin-password',
	'--admin-hostname', '--admin-dbname', '--create-db-hostname',
	'--skip-backup' and '--backup-filename' switches from rdadmin(1).
	* Removed the 'Backup Database' and 'Restore Database' buttons
	from rdadmin(1).
	* Removed the database creation and updater code from rdadmin(1).
2018-06-08 13:44:52 +00:00
Fred Gleason
a6bed61842 2018-06-08 Fred Gleason <fredg@paravelsystems.com>
* Removed rddbcheck(8).
	* Removed rdrevert(8).
2018-06-08 12:47:46 +00:00
Fred Gleason
9e215e311f 2018-05-24 Fred Gleason <fredg@paravelsystems.com>
* Added a WebGet web service.
2018-05-25 01:00:43 +00:00
Fred Gleason
4d4a726329 2018-05-18 Fred Gleason <fredg@paravelsystems.com>
* Renamed rdvairplay(1) to rdvairplayd(8).
2018-05-18 11:46:33 +00:00
Fred Gleason
a6f55c9853 2018-05-17 Fred Gleason <fredg@paravelsystems.com>
* Added rdvairplay(1) to the 'rivendell' package.
2018-05-17 23:20:40 +00:00
Fred Gleason
b4e9e4b6b6 2018-04-30 Fred Gleason <fredg@paravelsystems.com>
* Added a script in 'scripts/init_template_host.py'.
2018-04-30 16:36:28 +00:00
Fred Gleason
d1235f2893 2018-03-25 Fred Gleason <fredg@paravelsystems.com>
* Removed the conditional installation of 'rdalsaconfig-root'
	when building RPMs.
2018-03-25 19:18:24 -04:00
Fred Gleason
975ed69ed5 2018-03-25 Fred Gleason <fredg@paravelsystems.com>
* Refactored the RPM spec file to determine target distro at
	build time.
2018-03-25 18:01:58 -04:00
Fred Gleason
4eb45a7ffe 2017-12-18 Fred Gleason <fredg@paravelsystems.com>
* Added dependency information to 'rivendell.spec.in' to enforce
	consistent Rivendell versioning across sub-packages.
2017-12-18 12:01:56 -05:00
Fred Gleason
6b8aee6b54 2017-12-18 Fred Gleason <fredg@paravelsystems.com>
* Added 'opsguide' subpackage.
2017-12-18 11:43:58 -05:00
Fred Gleason
b020fb65f9 2017-11-08 Fred Gleason <fredg@paravelsystems.com>
* Refactored the layout of the contents of the RPM package
	documentation in 'rivendell.spec.in'.
2017-11-09 15:16:09 -05:00
Fred Gleason
1e0c305276 2017-11-07 Fred Gleason <fredg@paravelsystems.com>
* Removed 'docs/NOW+NEXT.txt'.
	* Removed 'docs/WIN32.txt'.
	* Removed 'docs/copy_split_format.odt'.
	* Moved remaining unformatted notes to 'docs/misc/.
2017-11-07 07:43:59 -05:00
Fred Gleason
0575739834 2017-11-06 Fred Gleason <fredg@paravelsystems.com>
* Moved the contents of 'docs/WINGS_FILTER.txt' to the
	Operation Guide.
2017-11-06 15:13:39 -05:00
Fred Gleason
6ede0bfb03 2017-11-06 Fred Gleason <fredg@paravelsystems.com>
* Moved the contents of 'docs/RIVENDELL_FILTER.txt' to the
	Operation Guide.
2017-11-06 14:43:49 -05:00
Fred Gleason
ea3d0e9b6a 2017-11-06 Fred Gleason <fredg@paravelsystems.com>
* Removed 'docs/NEXGEN_FILTER.txt'.
2017-11-06 14:08:06 -05:00
Fred Gleason
b48b2de8a6 2017-11-06 Fred Gleason <fredg@paravelsystems.com>
* Moved the contents of 'docs/ripc.txt' to 'docs/apis/ripc.xml.'
2017-11-06 14:04:43 -05:00
Fred Gleason
c15dd802eb 2017-11-06 Fred Gleason <fredg@paravelsystems.com>
* Moved the contents of 'docs/MESSAGE_BOX.txt' to the
	Operation Guide.
2017-11-06 13:02:02 -05:00
Fred Gleason
20b2ff3444 2017-11-06 Fred Gleason <fredg@paravelsystems.com>
* Moved the contents of 'docs/catchd.txt' to 'docs/apis/catchd.xml.'
2017-11-06 12:52:55 -05:00
Fred Gleason
c3dbac74e9 2017-11-06 Fred Gleason <fredg@paravelsystems.com>
* Added the Operations Guide to 'rivendell.spec.in'.
2017-11-06 10:17:21 -05:00
Fred Gleason
669ae37762 2017-11-03 Fred Gleason <fredg@paravelsystems.com>
* Moved the contents of 'docs/datetime_wildcards.txt' to an
	appendix in the	Operations Guide.
2017-11-03 12:24:33 -04:00
Fred Gleason
7a29896d5f 2017-11-03 Fred Gleason <fredg@paravelsystems.com>
* Moved the contents of 'docs/datetime_wildcards.txt' to an
	appendix in the	Operations Guide.
2017-11-03 10:37:49 -04:00
Fred Gleason
d04d33fafa 2017-11-03 Fred Gleason <fredg@paravelsystems.com>
* Removed 'docs/ENCODERS.txt'.
	* Removed 'docs/implemented_macros.txt'.
	* Removed 'docs/JACK.txt'.
2017-11-03 08:17:52 -04:00