From c4dbfeeee5d9b15a641cfea41c6bf665c00d02db 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 cherry-pick from: d33ca3ffaad42c7798919ac4b791fbab0088a611 --- util-linux.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/util-linux.spec b/util-linux.spec index f16d0aa..d076e53 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -3,7 +3,7 @@ Name: util-linux Version: 2.37.2 -Release: 6 +Release: 7 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 @@ -332,7 +332,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 @@ -382,7 +382,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} @@ -404,12 +403,18 @@ fi %{_mandir}/man8/{swapoff.8*,swapon.8*,switch_root.8*,umount.8*,wdctl.8.gz,wipefs.8*,zramctl.8*} %changelog -* Thu Jun 30 2022 shangyibin - 2.37.2-6 +* Thu Jun 30 2022 shangyibin - 2.37.2-7 - Type:bugfix - ID:NA - SUG:NA - DESC:Sync community patches +* 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