From cc3550b284784f5e86a9ad82b573f54be374b0ce Mon Sep 17 00:00:00 2001 From: Venland Date: Mon, 8 Sep 2025 02:05:48 +0000 Subject: [PATCH] sw_64 to list of 64 bit architectures Signed-off-by: Venland --- filesystem.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/filesystem.spec b/filesystem.spec index 800b27d..1d485df 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -1,7 +1,7 @@ Summary: The basic directory layout for a Linux system Name: filesystem Version: 3.16 -Release: 6 +Release: 7 License: Public Domain URL: https://pagure.io/filesystem Source1: https://pagure.io/filesystem/raw/master/f/lang-exceptions @@ -203,7 +203,7 @@ restorecon /afs 2>/dev/null >/dev/null || : %dir /etc/statetab.d /home /lib -%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64 loongarch64 +%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64 loongarch64 sw_64 /%{_lib} %endif /media @@ -237,7 +237,7 @@ restorecon /afs 2>/dev/null >/dev/null || : %ghost /usr/lib/debug/usr/.dwz %ghost /usr/lib/debug/sbin %attr(555,root,root) /usr/lib/games -%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64 loongarch64 +%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64 loongarch64 sw_64 %attr(555,root,root) /usr/%{_lib} %else %attr(555,root,root) /usr/lib/bpf @@ -305,7 +305,10 @@ restorecon /afs 2>/dev/null >/dev/null || : /var/yp %changelog -* Wed Jul 31 2024 YiFeng Wu 3.16-6 +* Mon Sep 08 2025 liweigang - 3.16-7 +- sw_64 to list of 64 bit architectures + +* Wed Jul 31 2024 YiFeng Wu - 3.16-6 - Remove obsolete and forbidden Group tag * Mon Aug 8 2022 wuguanghao - 3.16-5 -- Gitee