| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Add a requirement to systemd
- Add needed macros to install correctly the service file
- Add BuildRequires: systemd-rpm-macros
- Use %{_unitdir}
- Add backward symlink
- Provide and obsolete vdr-runvdr; the transition should be easier
- patches which fix stuff: runvdr-extreme-exitcode.patch -- fix exit code runvdr-extreme-systemlanguage.patch -- use system language
- use language from /etc/sysconfig if not specified in runvdr.conf
- runvdr.conf: don't set LIBDIR, it defaults to compiled in path which is usually correct. - remove unnecessary DATADIR mangling
- fix runvdr exit codes for systemd - remove ExecStop from service file, systemd sends SIGTERM which is just fine
- update to 0.5.0 * If VDRPRG is not given, default to "vdr" in $PATH * Support for --dirnames, --cachedir and --resdir * runvdr.conf(5) manpage * Fix: Fail to load if AddPlugin is last in runvdr.conf * Fix: Error message if runvdr.conf fails * see HISTORY for full ist of changes - vdr_charset_overrice.patch is obsolete (integrated upstream)
- fix VIDEODIR setting to /var/spool/video default
- run spec-cleaner
- fix build on ++13.1 (systemd units now in /usr/lib/systemd) - various small specfile cleanups - make package noarch
- first package