Description of problem: scriptreplay does not appear in the util-linux package. Version-Release number of selected component (if applicable): 2.13-0.45.1.fc6 Steps to Reproduce: 1. Run `scriptreplay` Actual results: Not found. Expected results: The program would be there. Additional info: scriptreplay is a part of the upstream util-linux package. It is mentioned in the `script` man page and `script` has a "-t" option which creates output for `scriptreplay`. In the util-linux.spec, `scriptreplay` is manually removed and marked deprecated. But it's not deprecated upstream. Most of the other programs marked deprecated there appear in other packages (e.g. `shutdown`, `sln`, `newgrp`, etc). util-linux.spec: # deprecated commands for I in /sbin/cfdisk /sbin/fsck.minix /sbin/mkfs.{bfs,minix} /sbin/sln \ /usr/bin/chkdupexe %{_bindir}/line %{_bindir}/pg %{_bindir}/newgrp \ /sbin/shutdown %{_bindir}/wall %{_bindir}/scriptreplay; do rm -f $RPM_BUILD_ROOT$I done It also has a man page included in util-linux which should be added. Thanks!
Perl :-( For more details see the bug #181447. *** This bug has been marked as a duplicate of 181447 ***