improve util-linux-script subpackage
This commit is contained in:
parent
5a2471d6e5
commit
61d2c55ceb
1 changed files with 8 additions and 8 deletions
|
|
@ -300,11 +300,11 @@ Internationalization pack with translated messages and manual pages for
|
|||
util-linux commands.
|
||||
|
||||
%package -n util-linux-script
|
||||
Summary: The various script utilities
|
||||
Summary: Utilities for creating and replaying typescripts of terminal session
|
||||
Requires: util-linux = %{version}-%{release}
|
||||
|
||||
%description -n util-linux-script
|
||||
The script, scriptreplay and scriptlive utilities.
|
||||
The utilities scripts, scriptreplay, and scriptlive are used to create and replay terminal sessions.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{upstream_version}
|
||||
|
|
@ -609,9 +609,6 @@ fi
|
|||
%{_mandir}/man1/rename.1*
|
||||
%{_mandir}/man1/rev.1*
|
||||
%{_mandir}/man1/runuser.1*
|
||||
%{_mandir}/man1/script.1*
|
||||
%{_mandir}/man1/scriptlive.1*
|
||||
%{_mandir}/man1/scriptreplay.1*
|
||||
%{_mandir}/man1/setpgid.1*
|
||||
%{_mandir}/man1/setpriv.1*
|
||||
%{_mandir}/man1/setterm.1*
|
||||
|
|
@ -748,9 +745,6 @@ fi
|
|||
%{compldir}/rfkill
|
||||
%{compldir}/rtcwake
|
||||
%{compldir}/runuser
|
||||
%{compldir}/script
|
||||
%{compldir}/scriptlive
|
||||
%{compldir}/scriptreplay
|
||||
%{compldir}/setarch
|
||||
%{compldir}/setpriv
|
||||
%{compldir}/setpgid
|
||||
|
|
@ -977,6 +971,12 @@ fi
|
|||
%{_bindir}/script
|
||||
%{_bindir}/scriptlive
|
||||
%{_bindir}/scriptreplay
|
||||
%{_mandir}/man1/script.1*
|
||||
%{_mandir}/man1/scriptlive.1*
|
||||
%{_mandir}/man1/scriptreplay.1*
|
||||
%{compldir}/script
|
||||
%{compldir}/scriptlive
|
||||
%{compldir}/scriptreplay
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue