Bug 219049 - Don't remove scriptreplay from util-linux
Summary: Don't remove scriptreplay from util-linux
Keywords:
Status: CLOSED DUPLICATE of bug 181447
Alias: None
Product: Fedora
Classification: Fedora
Component: util-linux
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Karel Zak
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-12-10 03:11 UTC by Jeff Moe (jebba)
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-12-14 11:29:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jeff Moe (jebba) 2006-12-10 03:11:03 UTC
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!

Comment 1 Karel Zak 2006-12-14 11:29:32 UTC
Perl :-( For more details see the bug #181447.

*** This bug has been marked as a duplicate of 181447 ***


Note You need to log in before you can comment on or make changes to this bug.