- fix #480413 - util-linux-ng doesn't include scriptreplay
This commit is contained in:
parent
2b9130c36b
commit
2bbeddcb71
1 changed files with 8 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Summary: A collection of basic system utilities
|
||||
Name: util-linux-ng
|
||||
Version: 2.14.1
|
||||
Release: 3.1%{?dist}
|
||||
Release: 3.2%{?dist}
|
||||
License: GPLv2 and GPLv2+ and BSD with advertising and Public Domain
|
||||
Group: System Environment/Base
|
||||
URL: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng
|
||||
|
|
@ -242,13 +242,13 @@ rm -f $RPM_BUILD_ROOT/usr/{bin,sbin}/{fdformat,tunelp,floppy} $RPM_BUILD_ROOT%{_
|
|||
# deprecated commands
|
||||
for I in /sbin/fsck.minix /sbin/mkfs.{bfs,minix} /sbin/sln \
|
||||
/usr/bin/chkdupexe %{_bindir}/line %{_bindir}/pg %{_bindir}/newgrp \
|
||||
/sbin/shutdown %{_bindir}/scriptreplay /usr/sbin/vipw /usr/sbin/vigr; do
|
||||
/sbin/shutdown /usr/sbin/vipw /usr/sbin/vigr; do
|
||||
rm -f $RPM_BUILD_ROOT$I
|
||||
done
|
||||
|
||||
# deprecated man pages
|
||||
for I in man1/chkdupexe.1 man1/line.1 man1/pg.1 man1/newgrp.1 \
|
||||
man8/fsck.minix.8 man8/mkfs.minix.8 man8/mkfs.bfs.8 man1/scriptreplay.1 \
|
||||
man8/fsck.minix.8 man8/mkfs.minix.8 man8/mkfs.bfs.8 \
|
||||
man8/vipw.8 man8/vigr; do
|
||||
rm -rf $RPM_BUILD_ROOT%{_mandir}/${I}*
|
||||
done
|
||||
|
|
@ -428,6 +428,7 @@ exit 0
|
|||
%{_bindir}/renice
|
||||
%{_bindir}/rev
|
||||
%{_bindir}/script
|
||||
%{_bindir}/scriptreplay
|
||||
%{_bindir}/setarch
|
||||
%{_bindir}/setsid
|
||||
%{_bindir}/setterm
|
||||
|
|
@ -470,6 +471,7 @@ exit 0
|
|||
%{_mandir}/man1/rename.1*
|
||||
%{_mandir}/man1/rev.1*
|
||||
%{_mandir}/man1/script.1*
|
||||
%{_mandir}/man1/scriptreplay.1*
|
||||
%{_mandir}/man1/setterm.1*
|
||||
%{_mandir}/man1/tailf.1*
|
||||
%{_mandir}/man1/ul.1*
|
||||
|
|
@ -519,6 +521,9 @@ exit 0
|
|||
/sbin/losetup
|
||||
|
||||
%changelog
|
||||
* Thu Jan 22 2009 Karel Zak <kzak@redhat.com> 2.14.1-3.2
|
||||
- fix #480413 - util-linux-ng doesn't include scriptreplay
|
||||
|
||||
* Fri Nov 21 2008 Karel Zak <kzak@redhat.com> 2.14.1-3.1
|
||||
- fix #472502 - problem with fdisk and use +sectors for the end of partition
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue