Currently, the command to install rpm of 'util-linux' will install the 'hardlink' tool: /* command begin */ yum install util-linux /* command end */ But the the command to install rpm of 'util-linux-help' will not install the manpage of 'hardlink': /* command begin */ yum install util-linux-help /* command end */ This patch fix above problem, add manpage of 'hardlink' into the rpm of 'util-linux-help'. Additionally, above problem might been introduced from below issue that remove the rpm of 'hardlink', in this issue, seems there only remove the rpm of 'hardlink' but ignore to add manpage of 'hardlink' into rpm of 'util-linux': Link: https://gitee.com/src-openeuler/util-linux/issues/I4AEO4?from=project-issue Signed-off-by: Xiaole He <hexiaole@kylinos.cn>
Description
No description provided
Languages
Diff
100%