Skip to content

Commit ad809da

Browse files
authored
feat: add script subpackage (#57648)
For some pipelines script is needed, but we don't want to bring all other binaries, hence we split the subpackage Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
1 parent 5ac5459 commit ad809da

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

util-linux.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: util-linux
33
version: "2.41.1"
4-
epoch: 0
4+
epoch: 1
55
description: Random collection of Linux utilities
66
copyright:
77
- license: |-
@@ -93,6 +93,7 @@ data:
9393
mcookie: Generate random numbers for xauth from util-linux
9494
mount: Makes a file system available for use
9595
partx: Tell the kernel about disk partition changes from util-linux
96+
script: make typescript of terminal session
9697
setarch: Change reported architecture in new program environment and/or set personality flags
9798
setpriv: Run a program with different Linux privilege settings
9899
sfdisk: Partition table manipulator from util-linux
@@ -363,12 +364,6 @@ subpackages:
363364
rename --help
364365
renice --version
365366
renice --help
366-
script --version
367-
script --help
368-
scriptlive --version
369-
scriptlive --help
370-
scriptreplay --version
371-
scriptreplay --help
372367
setpgid --version
373368
setpgid --help
374369
setsid --version

0 commit comments

Comments
 (0)