From d33ca3ffaad42c7798919ac4b791fbab0088a611 Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Wed, 8 Jun 2022 17:33:00 +0800 Subject: [PATCH] move hardlink/uclampset completions from util-linux-help to util-linux --- util-linux.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/util-linux.spec b/util-linux.spec index 27fdf21..d9dd9c6 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -3,7 +3,7 @@ Name: util-linux Version: 2.37.2 -Release: 5 +Release: 6 Summary: A random collection of Linux utilities License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain URL: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git @@ -323,7 +323,7 @@ fi %{compldir}/{resizepart,rev,rfkill,rtcwake,runuser,script,scriptreplay,setarch} %{compldir}/{setpriv,setsid,setterm,su,swaplabel,swapoff,swapon,taskset,ul,unshare} %{compldir}/{utmpdump,uuidgen,uuidparse,wall,wdctl,whereis,wipefs,write,zramctl} -%{compldir}/{fdformat,hwclock,cfdisk,sfdisk,scriptlive,irqtop,lsirq} +%{compldir}/{fdformat,hwclock,cfdisk,sfdisk,scriptlive,irqtop,lsirq,hardlink,uclampset} %files -n libfdisk %license Documentation/licenses/COPYING.LGPL-2.1* libfdisk/COPYING @@ -373,7 +373,6 @@ fi %files help %exclude %{_datadir}/doc/util-linux/getopt/* -%{_datadir}/bash-completion/completions/* %{_docdir}/%{name}/getopt-example.* %doc README NEWS Documentation/deprecated.txt %doc %attr(0644,-,-) misc-utils/getopt-*.{bash,tcsh} @@ -395,6 +394,12 @@ fi %{_mandir}/man8/{swapoff.8*,swapon.8*,switch_root.8*,umount.8*,wdctl.8.gz,wipefs.8*,zramctl.8*} %changelog +* Wed Jun 08 2022 renhongxun - 2.37.2-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:move hardlink/uclampset completions from util-linux-help to util-linux + * Sat Feb 19 2022 shangyibin - 2.37.2-5 - Type:bugfix - ID:NA -- Gitee