!12 [sync] PR-11: 增加LoongArch架构的支持。

Merge pull request !12 from openeuler-sync-bot/sync-pr11-openEuler-22.03-LTS-Next-to-master
This commit is contained in:
openeuler-ci-bot 2022-01-22 03:18:13 +00:00 committed by Gitee
commit 490f39f3d9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
Summary: The basic directory layout for a Linux system Summary: The basic directory layout for a Linux system
Name: filesystem Name: filesystem
Version: 3.16 Version: 3.16
Release: 2 Release: 3
License: Public Domain License: Public Domain
URL: https://pagure.io/filesystem URL: https://pagure.io/filesystem
Group: System Environment/Base Group: System Environment/Base
@ -203,7 +203,7 @@ restorecon /afs 2>/dev/null >/dev/null || :
%dir /etc/statetab.d %dir /etc/statetab.d
/home /home
/lib /lib
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64 %ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64 loongarch64
/%{_lib} /%{_lib}
%endif %endif
/media /media
@ -237,7 +237,7 @@ restorecon /afs 2>/dev/null >/dev/null || :
%ghost /usr/lib/debug/usr/.dwz %ghost /usr/lib/debug/usr/.dwz
%ghost /usr/lib/debug/sbin %ghost /usr/lib/debug/sbin
%attr(555,root,root) /usr/lib/games %attr(555,root,root) /usr/lib/games
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64 %ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64 loongarch64
%attr(555,root,root) /usr/%{_lib} %attr(555,root,root) /usr/%{_lib}
%else %else
%attr(555,root,root) /usr/lib/bpf %attr(555,root,root) /usr/lib/bpf
@ -305,6 +305,9 @@ restorecon /afs 2>/dev/null >/dev/null || :
/var/yp /var/yp
%changelog %changelog
* Wed Dec 22 2021 Sunhaiyong <sunhaiyong@loongson.cn> - 3.16-3
- Add loongarch64 to list of 64 bit architectures.
* Mon Dec 13 2021 zhaoshuang <zhaoshuang@uniontech.com> 3.16-2 * Mon Dec 13 2021 zhaoshuang <zhaoshuang@uniontech.com> 3.16-2
- remove "%{dist}" from spec file - remove "%{dist}" from spec file