From 762cc68b64a2c290dd5d9314b6efc0f7568a6937 Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Thu, 9 Jun 2022 14:36:01 +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 2daec0d..68369f8 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -3,7 +3,7 @@ Name: util-linux Version: 2.37.2 -Release: 1 +Release: 2 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 @@ -312,7 +312,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 @@ -362,7 +362,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} @@ -384,6 +383,12 @@ fi %{_mandir}/man8/{swapoff.8*,swapon.8*,switch_root.8*,umount.8*,wdctl.8.gz,wipefs.8*,zramctl.8*} %changelog +* Thu Jun 09 2022 renhongxun - 2.37.2-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:move hardlink/uclampset completions from util-linux-help to util-linux + * Mon Dec 27 2021 tianwei - 2.37.2-1 - Type:enhancement - ID:NA -- Gitee