From 3fdb5d6c280a8038eb8722329b39bfb5cc7994b5 Mon Sep 17 00:00:00 2001 From: hefq343 Date: Tue, 18 Jun 2024 10:55:45 +0800 Subject: [PATCH] add support for ppc64le Signed-off-by: hefq343 (cherry picked from commit 0272330a269ebf6c8a0887d4835cd1bf25e2f668) --- util-linux.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/util-linux.spec b/util-linux.spec index c6015e6..01cd00e 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -3,7 +3,7 @@ Name: util-linux Version: 2.37.2 -Release: 32 +Release: 33 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 @@ -435,6 +435,9 @@ fi %{_unitdir}/fstrim.* %{_bindir}/{cal,chrt,col,colcrt,colrm,column,chmem,dmesg,eject,fallocate,fincore,findmnt,choom,uclampset} %{_bindir}/{flock,getopt,hexdump,ionice,ipcmk,ipcrm,ipcs,isosize,kill,last,lastb,logger,hardlink} +%ifarch ppc64le +%{_bindir}/{ppc,ppc32,ppc64} +%endif %{_bindir}/{look,lsblk,lscpu,lsipc,lslocks,lslogins,lsmem,lsns,mcookie,mesg,more,mountpoint} %{_bindir}/{namei,nsenter,prlimit,raw,rename,renice,rev,script,scriptreplay,setarch,setpriv} %{_bindir}/{setsid,setterm,taskset,ul,unshare,utmpdump,uuidgen,uuidparse,wdctl,whereis,scriptlive,irqtop,lsirq} @@ -524,6 +527,12 @@ fi %{_mandir}/man8/{swapoff.8*,swapon.8*,switch_root.8*,umount.8*,wdctl.8.gz,wipefs.8*,zramctl.8*} %changelog +* Tue Jun 18 2024 hefq343 - 2.37.2-33 +- Type:update +- CVE:NA +- SUG:NA +- DESC:add support for ppc64le + * Fri Jun 07 2024 yanglongkang - 2.37.2-32 - Type:bugfix - CVE:NA -- Gitee